d208a1206f
Upstream changes: Mon 8 Feb 2010 22:17:12 GMT - Release 0.83 Make it possible to deserialize a request with a DELETE method. This probably breaks 'strict' REST guidelines, but is useful for being able to delete multiple resources from a single call by providing a batch delete method. Remove JSONP from the list of default serializers (RT#54336) Fix MANIFEST (RT#54408) Thu 4 Feb 2010 22:31:57 GMT - Release 0.82 Integrated Catalyst::Request::REST::ForBrowsers as Catalyst::TraitFor::Request::ForBrowsers. (Dave Rolsky) Clarified docs so that they encourage the use of the request traits, rather than using Catalyst::Request::REST. (Dave Rolsky) When Catalyst::Action::REST or Controller::REST automatically add the trait, your request class will no longer end up getting set to Catalyst::Request::REST. Instead, creates an anon class with the appropriate role. (Dave Rolsky) Shut up log output from the tests. (Dave Rolsky) Added a $VERSION to every module, mostly to make sure that when people install Catalyst::Request::REST::ForBrowsers, they get the version in this distro. (Dave Rolsky) Change Catalyst::Action::Serialize, Catalyst::Action::Deserialize and Catalyst::Action::SerializeBase to be more Moose like. Fix JSON and JSON::XS to encode_blessed. (fREW) Fix Catalyst::Action::Serialize to use objects instead of classes. (fREW) Fix doc nits. (RT#53780)
32 lines
1.2 KiB
Makefile
32 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2010/03/10 11:02:23 sno Exp $
|
|
|
|
DISTNAME= Catalyst-Action-REST-0.83
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Catalyst-Action-REST/
|
|
COMMENT= Automated REST Method Dispatching
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Catalyst-Runtime>=5.80000:../../www/p5-Catalyst-Runtime
|
|
DEPENDS+= p5-Class-Inspector>=1.13:../../devel/p5-Class-Inspector
|
|
DEPENDS+= p5-Data-Serializer>=0.36:../../devel/p5-Data-Serializer
|
|
DEPENDS+= p5-MRO-Compat>=0.10:../../devel/p5-MRO-Compat
|
|
DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable
|
|
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
|
|
DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
|
|
DEPENDS+= p5-URI-Find>=0:../../www/p5-URI-Find
|
|
DEPENDS+= p5-YAML-Syck>=0.67:../../textproc/p5-YAML-Syck
|
|
DEPENDS+= p5-libwww>=5.831:../../www/p5-libwww
|
|
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Catalyst/Action/REST/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|