diff options
author | wen <wen> | 2013-09-03 09:50:39 +0000 |
---|---|---|
committer | wen <wen> | 2013-09-03 09:50:39 +0000 |
commit | f52fd1cffcb9b373edcacfc52af089e09299530c (patch) | |
tree | f3f672f114cca0442aa207b0018e6163530c709f | |
parent | 0a6f2b9fe549008b23ad74090d1d46a830fcf0f6 (diff) | |
download | pkgsrc-f52fd1cffcb9b373edcacfc52af089e09299530c.tar.gz |
Update to 0.09
Update DEPENDS
Upstream changes:
0.09 2013-09-02 00:12:58 Asia/Jerusalem
[ ENHANCEMENTS ]
* Rewite DSL keyword engine (Mickey Nasriachi)
* Require minimum Role::Tiny 1.003000 (Alberto Sim玫es)
* GH#382: Move Request attributes to params, and fix serializers
behavior (Russell Jenkins)
* GH#406: Replace Dancer2::ModuleLoader with Class::Load
(Alberto Sim玫es, Sawyer X)
* GH#329: Remove 'load_app' DSL keyword. Remove reference to
'load' as well. (Sawyer X)
* GH#412: Autopages are now called properly with correct MIME.
(Alberto Sim玫es)
[ DOCUMENTATION ]
* GH#390: minor cookbook documentation fixes (Russell Jenkins)
* GH#392: remove support to auto_reload and suggest alternative
in Dancer2::Cookbook (Ahmad M. Zawawi)
* GH#397,407: Miscellaneous documentation fixes (Andrew Solomon)
* Documentation cleanups (Alex Beamish)
[ BUG FIXES ]
* When compiling route regex object with prefix, add the closing anchor
(Mickey Nasriachi)
* GH#386: honor log level defined in config file (Alberto Sim玫es)
* GH#396,409: Miscellaneous bug fixes (Russell Jenkins)
* GH#403: Fix forward behavior (Russell Jenkins)
0.08 2013-08-18 15:22:45 Asia/Jerusalem
[ ENHANCEMENTS ]
* GH#352: Define content_type as a property for serializers. (Franck Cuny)
* Cleanup duplicate HTTP status code between Core::Error and Core::HTTP
(Russel Jenkins)
* GH#363: Move core methods to Dancer2::Core (Alberto Sim玫es)
* GH#362: Serializers documentation and test cleanup. (Franck Cuny)
* Refactoring of the engine method. (Franck Cuny)
* Misc. code cleanup. (Russel Jenkins)
* GH#280: Remove the unused ':syntax' importing tag (Sawyer X)
* Display startup info only if environment is "development" (Franck Cuny)
* Move postponed_hooks to server from runner (Sawyer X)
* Provide easier access to global runner (Sawyer X)
* Bunch of code cleanups which also includes speed boost (Sawyer X)
* More immutability in the runner class and config role (Sawyer X)
[ BUG FIXES ]
* GH#85, GH#354: Fix autopages, especially in subdirs
(Stefan Hornburg, Alberto Sim玫es)
* GH#365: Fix serializer settings (Steven Humphrey)
* GH#333: callerstack for logger was too short (Alberto Sim玫es)
* GH#369: Move request deserialization from Dispatcher to Content & Request
(Russell Jenkins)
[ DOCUMENTATION ]
* GH#192: Documentation the current usage of middlewares using
Plack::Builder (Sawyer X)
* GH#195, GH#197, GH#372: Multiple apps with Plack::Builder (Sawyer X)
* GH#348: Documentation of Role::Logger (Franck Cuny)
* GH#350: Move part of README.md to GitGuide.md (Franck Cuny)
* GH#353: Documentation of Role::Serializer (Alberto Sim玫es, Franck Cuny)
* Misc. minor documentation tweak (Alberto Sim玫es, Franck Cuny)
-rw-r--r-- | www/p5-Dancer2/Makefile | 18 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 8 |
2 files changed, 19 insertions, 7 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 653119f5fdb..b761d5457b3 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2013/08/05 09:53:16 wen Exp $ +# $NetBSD: Makefile,v 1.3 2013/09/03 09:50:39 wen Exp $ -DISTNAME= Dancer2-0.07 +DISTNAME= Dancer2-0.09 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} @@ -13,20 +13,32 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Dancer2/.packlist +BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime +BUILD_DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP +BUILD_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal + +DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny DEPENDS+= p5-Crypt-URandom>=0:../../security/p5-Crypt-URandom DEPENDS+= p5-Config-Any>=0:../../devel/p5-Config-Any DEPENDS+= p5-Digest-SHA>=0:../../security/p5-Digest-SHA DEPENDS+= p5-Hash-Merge-Simple>=0:../../devel/p5-Hash-Merge-Simple +DEPENDS+= p5-HTTP-Body>=0:../../www/p5-HTTP-Body +DEPENDS+= p5-HTTP-Date>=0:../../www/p5-HTTP-Date +DEPENDS+= p5-HTTP-Message>=0:../../www/p5-HTTP-Message +DEPENDS+= p5-HTTP-Server-Simple-PSGI>=0:../../www/p5-HTTP-Server-Simple-PSGI +DEPENDS+= p5-JSON>=0:../../converters/p5-JSON DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64 DEPENDS+= p5-Moo>=0.009014:../../devel/p5-Moo DEPENDS+= p5-MooX-Types-MooseLike>=0.16:../../devel/p5-MooX-Types-MooseLike DEPENDS+= p5-MooX-Types-MooseLike-Numeric>=0:../../devel/p5-MooX-Types-MooseLike-Numeric +DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class +DEPENDS+= p5-Plack>=0:../../www/p5-Plack DEPENDS+= p5-Template-Tiny>=0:../../textproc/p5-Template-Tiny DEPENDS+= p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit -DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime DEPENDS+= p5-URI-Escape-XS>=0:../../www/p5-URI-Escape-XS DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML DEPENDS+= p5-YAML-LibYAML>=0:../../textproc/p5-YAML-LibYAML +DEPENDS+= p5-libwww>=0:../../www/p5-libwww .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index 6f796c9a20f..f25799ec260 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2013/08/05 09:53:16 wen Exp $ +$NetBSD: distinfo,v 1.3 2013/09/03 09:50:39 wen Exp $ -SHA1 (Dancer2-0.07.tar.gz) = 1ee8b08751e2ca0a6e193699b7a01fb2e9544cf7 -RMD160 (Dancer2-0.07.tar.gz) = d94fc98b9c2cbd554a6f7a3499a10ecaa525f4b9 -Size (Dancer2-0.07.tar.gz) = 229557 bytes +SHA1 (Dancer2-0.09.tar.gz) = 4127253e30ba268a0dcfd7c8ee665bd6b4acd367 +RMD160 (Dancer2-0.09.tar.gz) = 1324cdc7eff0f49455b8523b437d87bec6bc7104 +Size (Dancer2-0.09.tar.gz) = 234110 bytes |