diff options
author | mjl <mjl> | 2003-04-21 18:33:35 +0000 |
---|---|---|
committer | mjl <mjl> | 2003-04-21 18:33:35 +0000 |
commit | 3bb91f834c1e09daca3d2d3d29a594c855582661 (patch) | |
tree | ac4b11a6db021a16e011e60a042a812653fadc23 /www | |
parent | 8756a900bd3e2435eabffd90dbc5f361d9439801 (diff) | |
download | pkgsrc-3bb91f834c1e09daca3d2d3d29a594c855582661.tar.gz |
Update p5-CGI to 2.91
- Attribute generation now correctly respects the value of autoEscape()
- Fixed endofrm() syntax error
- Fixed bug in redirect header handling
- Added P3P option to header()
- Patches to make CGI::Carp work correctly with object-oriented exceptions
- Removed inaccurate description of how to set multiple cookies from
CGI::Cookie pod file
- Patch to prevent running out of filehandles when uploading lots of files
- Documentation enhancement to note that the import_names() method
transforms the parameter names into valid Perl names
- Patch to suppress lang attribute in <html> tag if not provided explicitly
- Patch to fix broken XHTML-transitional 1.0 validation on endform()
- Custom html header fix (first letter correctly upcased now)
- Added a -verbatim option to stylesheet generation
- Faster delete() method
- Added empty charset support
- Patch to fix file upload failures when uploaded file is a multiple of 4096
- Fixed behavior of ACTION tag when POSTING to a URL that has a query
string
- Patch to handle multipart/mixed uploads from Opera
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI/Makefile | 15 | ||||
-rw-r--r-- | www/p5-CGI/distinfo | 6 |
2 files changed, 8 insertions, 13 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index c6d59b6a3f5..3b3fc6d6784 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,17 +1,12 @@ -# $NetBSD: Makefile,v 1.20 2003/02/21 14:01:07 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2003/04/21 18:33:35 mjl Exp $ # -DISTNAME= CGI.pm-2.88 -PKGNAME= p5-CGI-2.88 +VERS= 2.91 +DISTNAME= CGI.pm-${VERS} +PKGNAME= p5-CGI-${VERS} SVR4_PKGNAME= p5cgi CATEGORIES= www perl5 -MASTER_SITES= http://stein.cshl.org/WWW/software/CGI/ - -# The distfile at Lincoln Stein's page appears to be larger than the -# ones on the various CPAN sites. Since he's the software author, we -# assume his is the definitive file. -# -#MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} +MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} MAINTAINER= jlam@netbsd.org HOMEPAGE= http://stein.cshl.org/WWW/software/CGI/ diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index b65b241f885..41ee596679d 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/02/21 14:01:07 wiz Exp $ +$NetBSD: distinfo,v 1.6 2003/04/21 18:33:35 mjl Exp $ -SHA1 (CGI.pm-2.88.tar.gz) = e547f3927d7e155077ebe437803cc3fa70268d23 -Size (CGI.pm-2.88.tar.gz) = 196977 bytes +SHA1 (CGI.pm-2.91.tar.gz) = 77d8945864316210af83c2c9e5a3f902c3eb3a04 +Size (CGI.pm-2.91.tar.gz) = 199584 bytes SHA1 (patch-aa) = b266728844c401c5656b1f51a485147826e9c1a5 |