diff options
author | hiramatsu <hiramatsu> | 2011-10-25 09:14:07 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-10-25 09:14:07 +0000 |
commit | 6f6b7a2eed5730b007db72f2bfac7d284200ed5e (patch) | |
tree | dff96d84127015f46c3d378e354417adffa67bb2 /www | |
parent | c7af7ded2301129b083032dd574d481d1deda1d4 (diff) | |
download | pkgsrc-6f6b7a2eed5730b007db72f2bfac7d284200ed5e.tar.gz |
Update p5-CGI-Application to 4.50.
Changes from previous:
4.50 Thu Jun 16, 2011
[FEATURES]
Better PSGI support in the core
- run_as_psgi() works like run, but directly returns the expected PSGI response structure
- psgi_app() wraps up all the PSGI bits to call and run the application and return a PSGI
code ref:
$psgi_coderef = WebApp->psgi_app({ ... args to new() ... });
[DOCUMENTATION]
- docs for header_props() were improved
[INTERNAL]
- source control management was moved from darcs to git. Those who prefer
darcs are are more familiar with it are advised to try the darcs-git.py
wrapper for git.
- The test file psgi_app.t is missing from this release and will be added later.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Application/Makefile | 5 | ||||
-rw-r--r-- | www/p5-CGI-Application/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile index 43f4153eb3c..5dcf54a6d35 100644 --- a/www/p5-CGI-Application/Makefile +++ b/www/p5-CGI-Application/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2011/08/14 16:05:44 obache Exp $ +# $NetBSD: Makefile,v 1.29 2011/10/25 09:14:07 hiramatsu Exp $ -DISTNAME= CGI-Application-4.31 +DISTNAME= CGI-Application-4.50 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5cga CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} diff --git a/www/p5-CGI-Application/distinfo b/www/p5-CGI-Application/distinfo index 225816ac00c..4b32e5034ec 100644 --- a/www/p5-CGI-Application/distinfo +++ b/www/p5-CGI-Application/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/08/20 18:28:40 sno Exp $ +$NetBSD: distinfo,v 1.12 2011/10/25 09:14:07 hiramatsu Exp $ -SHA1 (CGI-Application-4.31.tar.gz) = 819e1165f21b5228f52c2ccddf4f97ef2fee9cbe -RMD160 (CGI-Application-4.31.tar.gz) = 0c1710e949acf6cb99f6389754f6dbd39bb463a3 -Size (CGI-Application-4.31.tar.gz) = 60892 bytes +SHA1 (CGI-Application-4.50.tar.gz) = 3e1fe7c6e09392e44a04082175926ee49857a9da +RMD160 (CGI-Application-4.50.tar.gz) = 6b32e14178f777d6d4592530c3e2f9200e7cd4dc +Size (CGI-Application-4.50.tar.gz) = 76005 bytes |