Fri Apr 24 06:50:43 2009 UTC ()
PkgSrc changes:
  - Updating package for p5 module CGI::Simple to 1.109

Upstream changes:
1.107   2009-03-07
      - CGI::Simple::Cookie, fixed bug when cookie had both leading and
        trailing white space (RT#34314, Ron Savage and Mark Stosberg)
      - Accept a comma as well as semi-colon as a cookie separator. This
        is consistent with CGI.pm as well as RFC 2965, which states: "A
        server SHOULD also accept comma (,) as the separator between cookie-
        values for future compatibility." (Mark Stosberg)
      - Support cookies which have an equals sign in the value. Ported
        from CGI.pm (Mark Stosberg)
      - Support cookies in which one of multiple values is empty. Ported
        from CGI.pm (Mark Stosberg)
      - Fixed bug when calling unescapeHTML on HTML that wasn't
        properly escaped in the first place. Thanks to M-Uchino and
        Mark Stosberg.
      - Removed bogus dependency on version.pm.
      - Add heuristic to upload to handle the case where no boundary is
        specified in CONTENT_TYPE. See #14838.

1.108   2009-03-13
      - Remove bogus references to Selfloader in documenation. No
        functional changes.

1.109   2009-04-16
      - Added support for HttpOnly to CGI::Simple::Cookie. Thanks to
        Scott Thomson for the patch.


(sno)
diff -r1.3 -r1.4 pkgsrc/www/p5-CGI-Simple/Makefile
diff -r1.2 -r1.3 pkgsrc/www/p5-CGI-Simple/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/www/p5-CGI-Simple/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-Simple/Makefile 2008/12/12 21:33:36 1.3
+++ pkgsrc/www/p5-CGI-Simple/Makefile 2009/04/24 06:50:42 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2008/12/12 21:33:36 he Exp $ 1# $NetBSD: Makefile,v 1.4 2009/04/24 06:50:42 sno Exp $
2 2
3DISTNAME= CGI-Simple-1.106 3DISTNAME= CGI-Simple-1.109
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5cgs 5SVR4_PKGNAME= p5cgs
6CATEGORIES= www perl5 6CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/CGI-Simple/ 10HOMEPAGE= http://search.cpan.org/dist/CGI-Simple/
11COMMENT= Simple totally OO CGI interface that is CGI.pm compliant 11COMMENT= Simple totally OO CGI interface that is CGI.pm compliant
12 12
13DEPENDS+= p5-version-[0-9]*:../../devel/p5-version 13DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
14 14
15USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
16PERL5_PACKLIST= auto/CGI/Simple/.packlist 16PERL5_PACKLIST= auto/CGI/Simple/.packlist

cvs diff -r1.2 -r1.3 pkgsrc/www/p5-CGI-Simple/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI-Simple/distinfo 2008/12/12 21:33:36 1.2
+++ pkgsrc/www/p5-CGI-Simple/distinfo 2009/04/24 06:50:42 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2008/12/12 21:33:36 he Exp $ 1$NetBSD: distinfo,v 1.3 2009/04/24 06:50:42 sno Exp $
2 2
3SHA1 (CGI-Simple-1.106.tar.gz) = b7b387b1b7ff2c913515df109736bcd738f0362f 3SHA1 (CGI-Simple-1.109.tar.gz) = 63629dc7d58b6131cdd9bbabbbb492a285869d03
4RMD160 (CGI-Simple-1.106.tar.gz) = cb26905ca551ab35ce5ad018260e759aa5dd3352 4RMD160 (CGI-Simple-1.109.tar.gz) = 0f257788c906a1f8412a6f47cc242d034b92f54f
5Size (CGI-Simple-1.106.tar.gz) = 81109 bytes 5Size (CGI-Simple-1.109.tar.gz) = 82082 bytes