Sat Sep 12 21:05:54 2009 UTC ()
Updating www/p5-CGI from 3.45 to 3.47

Upstream changes:
Version 3.47
  Re-release of 3.46, which did not contain a proper MANIFEST

Version 3.46
  [BUG FIXES]
  1. In CGI::Pretty, we no longer add line breaks after tags we claim not to format. Thanks to rrt, Bob Kuo and
     and Mark Stosberg. (RT#42114).
  2. unescapeHTML() no longer falsely recognizes certain text as entities. Thanks to Pete Gamanche, Mark Stosberg
     and Bob Kuo. (RT#39122)
  3. checkbox_group() now correctly includes a space before the "checked" attribute.
     Thanks to Andrew Speer and Bob Kuo. (RT#36583)
  4. Fix case-sensitivity in http() and https() according to docs. Make https()
     return list of keys in list context. Thanks to riQyRoe and Rhesa Rozendaal. (RT#12909)
  5. XHTML is now automatically disabled for HTML 4, as well as HTML 2 and HTML 3. Thanks to
     Dan Harkless and Yanick Champoux. (RT#27907)
  6. Pre-compiling 'end_form' with ':form' switch now works. Thanks to ryochin and Yanick Champoux. (RT#41530)
  7. Empty name/values pairs are now properly saved and restored from filehandles. Thanks to rlucas and
     Rhesa Rozendaal (RT#13158)
  8. Some differences between startform() and start_form() have been fixed. Thanks to Slaven Rezic and
     Shawn Corey. (RT#22046)
  9. url_param() has been updated to be more consistent with the documentation and param().
     Thanks to Britton Kerin and Yanick Campoux. (RT#43587)
  10.hidden() now correctly supports multiple default values.
     Thanks to david@dierauer.net and Russell Jenkins. (RT#20436)
  11.Calling CGI->new() no longer clobbers the value of $_ in the current scope.
     Thanks to Alexey Tourbin, Bob Kuo and Mark Stosberg. (RT#25131)
  12.UTF-8 params should not get double-decoded now.
     Thanks to Yves, Bodo, Burak G"ursoy, and Michael Schout. (RT#19913)
  13.We now give objects passed to CGI::Carp::die a chance to be stringified.
     Thanks to teek and Yanick Champoux (RT#41530)
  14.Turning off autoEscape() now only affects the behavior of built-in HTML
     generation fuctions. Explicit calls to escapeHTML() always escape HTML regardless
     of the setting. Thanks to vindex, Bob Kuo and Mark Stosberg (RT#40748)
  15.In CGI::Fast, preferences set via pragmas are now preserved.
     Thanks to heinst and Mark Stosberg (RT#32119)

  [DOCUMENTATION]
  1. remote_addr() is now documented. Thanks to Yanick Champoux. (RT#38884)
  2. In CGI::Pretty in the list of tags left unformatted was updated to match the code. Thanks to Mark Stosberg. (RT#42114)
  3. In CGI::Pretty, performance concerns are now documented. Thanks to Jochen, Rhesa Rozendaal and Mark Stosberg (RT#13223)
  4. A number of outdated Netscape references have been removed. Thanks to Mark Stosberg.
  5. The documentation has been purged of examples of using indirect object notation. Thanks to Mark Stosberg.
  6. Some POD formatting was fixed. Thanks to Dave Mitchell (RT#48935).
  7. Docs and examples were updated to highlight start_form instead of startform.
     Thanks to Slaven Rezic.
  8. Note that CGI::Carp::carpout() doesn't work with in-memory filehandles.
     Thanks to rhubbell and Mark Stosberg.
  9. The documentation for the -newstyle_urls is now less confusing.
     Thanks to Ryan Tate and Mark Stosberg (RT#49454)

  [INTERNALS]
  1. Quit bundling an ancient copy of Test::More and and using a custom 'lib' path for the tests. Instead, Test::More
     is now a dependency. Thanks to Ansgar and Mark Stosberg (RT#48811)
  2. Automated tests for hidden() have been added, thanks to Russel Jenkins and Mark Stosberg (RT#20436)
  3. t/util.t has been updated to use Test::More instead of a home-grown test function. Thanks to Bob Kuo.


(sno)
diff -r1.50 -r1.51 pkgsrc/www/p5-CGI/Makefile
diff -r1.21 -r1.22 pkgsrc/www/p5-CGI/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/www/p5-CGI/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI/Makefile 2009/08/18 14:23:26 1.50
+++ pkgsrc/www/p5-CGI/Makefile 2009/09/12 21:05:54 1.51
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2009/08/18 14:23:26 sno Exp $ 1# $NetBSD: Makefile,v 1.51 2009/09/12 21:05:54 sno Exp $
2 2
3VERS= 3.45 3VERS= 3.47
4DISTNAME= CGI.pm-${VERS} 4DISTNAME= CGI.pm-${VERS}
5PKGNAME= p5-CGI-${VERS} 5PKGNAME= p5-CGI-${VERS}
6SVR4_PKGNAME= p5cgi 6SVR4_PKGNAME= p5cgi
7CATEGORIES= www perl5 7CATEGORIES= www perl5
8MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} 8MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/CGI.pm/ 11HOMEPAGE= http://search.cpan.org/dist/CGI.pm/
12COMMENT= Perl5 module for writing forms-based CGI programs 12COMMENT= Perl5 module for writing forms-based CGI programs
13LICENSE= gnu-gpl-v2 OR artistic-2.0 13LICENSE= gnu-gpl-v2 OR artistic-2.0
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews

cvs diff -r1.21 -r1.22 pkgsrc/www/p5-CGI/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-CGI/distinfo 2009/08/18 14:23:26 1.21
+++ pkgsrc/www/p5-CGI/distinfo 2009/09/12 21:05:54 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2009/08/18 14:23:26 sno Exp $ 1$NetBSD: distinfo,v 1.22 2009/09/12 21:05:54 sno Exp $
2 2
3SHA1 (CGI.pm-3.45.tar.gz) = 50b9023efe13df0494e13fdb3b3b029d5c5afccf 3SHA1 (CGI.pm-3.47.tar.gz) = 3ba09bb92bade3abb0acaca38a65fbe45c28aeeb
4RMD160 (CGI.pm-3.45.tar.gz) = 64ddbe7103c719d269d1291d6cef62dd9b1a3db4 4RMD160 (CGI.pm-3.47.tar.gz) = 8d391f3c140889d6bdd9111a19fb206d8950a4b3
5Size (CGI.pm-3.45.tar.gz) = 244821 bytes 5Size (CGI.pm-3.47.tar.gz) = 237743 bytes