diff options
author | wen <wen@pkgsrc.org> | 2013-03-08 14:33:36 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-03-08 14:33:36 +0000 |
commit | bfeedf3065307385544e1f6c355e14c0b0cb3e23 (patch) | |
tree | a4dc791a46c198876ad520cbc0521e0c52931b28 | |
parent | d82670cdb98267e02dbd7f52b23ff28722e9ed60 (diff) | |
download | pkgsrc-bfeedf3065307385544e1f6c355e14c0b0cb3e23.tar.gz |
Update to 1.101
Upstream changes:
1.101 Sat Jul 21 15:01:20 PDT 2012
- Fix typos and formatting
- Mention CGI variables ala PEP 333
1.10 Fri Mar 9 08:46:27 PST 2012
- Released as PSGI 1.1
1.09_3 Wed Jun 22 13:48:31 PDT 2011
- Separated extensions into PSGI::Extensions
- Added psgix.harakiri and psgix.harakiri.commit
- Updated terminology section
- Clarified that body should be encoded byte strings and do not contain wide characters
- Clarified that header values must be defined
1.09_2 Tue Jun 7 15:21:47 PDT 2011
- Fixed a dumb mistake about allowed characters in header values
- Updated FAQ document
- psgi.input MUST have seek() only if psgix.input.buffered is true
1.09_1 Mon Mar 28 11:35:44 PDT 2011
- 1.1 beta
- Upped psgi.version to be [1,1]
- Lots of grammar and style fixes
- Removed poll_cb from writer spec
- Streaming interface now SHOULD be implemented, rather than MAY
- Promoted psgi.streaming, nonblocking and run_once keys to be MUST
- Added psgix.logger and psgix.session extensions
- Updated FAQ
-rw-r--r-- | www/p5-PSGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-PSGI/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-PSGI/Makefile b/www/p5-PSGI/Makefile index b459129a881..a35dcab593d 100644 --- a/www/p5-PSGI/Makefile +++ b/www/p5-PSGI/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/10/28 06:30:48 asau Exp $ +# $NetBSD: Makefile,v 1.6 2013/03/08 14:33:36 wen Exp $ -DISTNAME= PSGI-1.03 +DISTNAME= PSGI-1.101 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/} diff --git a/www/p5-PSGI/distinfo b/www/p5-PSGI/distinfo index b20ac84c2c5..9d8785409fc 100644 --- a/www/p5-PSGI/distinfo +++ b/www/p5-PSGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/04/10 12:45:41 seb Exp $ +$NetBSD: distinfo,v 1.2 2013/03/08 14:33:36 wen Exp $ -SHA1 (PSGI-1.03.tar.gz) = 33f32a2960788142ce6b8d99ac17c91bac40049a -RMD160 (PSGI-1.03.tar.gz) = c7723b9aac61af9dc7ca1ee0025a35b5bffd168b -Size (PSGI-1.03.tar.gz) = 29518 bytes +SHA1 (PSGI-1.101.tar.gz) = 29a279eb09b844dc63f6c0924071b3564244c4d4 +RMD160 (PSGI-1.101.tar.gz) = 4a74c554dcd9a2c027329f837baf142deef07535 +Size (PSGI-1.101.tar.gz) = 36343 bytes |