pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-CGI Update to version 3.10 which is apparently ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21696d4c4cba
branches:  trunk
changeset: 496086:21696d4c4cba
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Jun 22 20:39:25 2005 +0000

description:
Update to version 3.10 which is apparently needed
for new apache2/modperl2.0. This will close PR #30302.

Changes says:
  Version 3.10
    1. Added Apache2::RequestIO, which is necessary for mp2 interoperability.

  Version 3.09
    1. Fixed tabindex="0" when using CGI to create forms without a prior start_html
    2. Removed warning about non-numeric MOD_PERL_API_VERSION.

  Version 3.08
    1. update support for mod_perl 2.0.  versions prior to
       mod_perl 1.999_22 (2.0.0-RC5) are no longer supported.

  Version 3.07
    1. Fixed typo in mod_perl detection.

  Version 3.06

    1. Fixed bare call to script() in start_html
    2. Moved Fh::DESTROY out of autoloaded functions so as to avoid
       clobbering $@ when CGI functions are executed in an eval{}
       context.
    3. mod_perl 2.0 version detection patch in CGI::Cookie provided by
       Allen Day.
    4. autoEscape() flag is now respected when generating extra
       attributes.
    5. Tests for *tag start/end generation from Shlomi Fish.
    6. Support for can() method provided by Ron Savage.
    7. Fix for lang='' when outputting XHTML.
    8. Added support for chunked transfer encoding, as suggested by
        Hakan Ardo
    9. Fixed clobbering of row and column headers in tableized radio
        and checkbox groups, as reported by Nicolas Thierry-Mieg.
   10. <Label> tags are now associated with form elements, as suggested
        by accessibility guidelines.
   11. The <?xml> directive produced by start_html is now turned off by
        default and the charset is specified in a <meta> directive.  Apparently
        IE6 (and maybe some versions of Opera) were getting confused by this.
   12. Support for tab indexes.
   13. Retired the HTML docs.  The POD docs are now primary documentation.
   14. CGI::Carp now correctly detects and handles Apache::Dispatch.
   15. CGI::Util::utf8_chr now correctly sets the UTF8 flag on 5.006 or
        higher perls (fix courtesy Slaven Rezic).

diffstat:

 www/p5-CGI/Makefile |  5 ++---
 www/p5-CGI/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 76701f734c19 -r 21696d4c4cba www/p5-CGI/Makefile
--- a/www/p5-CGI/Makefile       Wed Jun 22 15:56:55 2005 +0000
+++ b/www/p5-CGI/Makefile       Wed Jun 22 20:39:25 2005 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.31 2005/04/11 21:47:55 tv Exp $
+# $NetBSD: Makefile,v 1.32 2005/06/22 20:39:25 reed Exp $
 #
 
-VERS=                  3.05
+VERS=                  3.10
 DISTNAME=              CGI.pm-${VERS}
 PKGNAME=               p5-CGI-${VERS}
 SVR4_PKGNAME=          p5cgi
-PKGREVISION=           1
 CATEGORIES=            www perl5
 MASTER_SITES+=         ${MASTER_SITE_PERL_CPAN:=CGI/}
 
diff -r 76701f734c19 -r 21696d4c4cba www/p5-CGI/distinfo
--- a/www/p5-CGI/distinfo       Wed Jun 22 15:56:55 2005 +0000
+++ b/www/p5-CGI/distinfo       Wed Jun 22 20:39:25 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2005/02/24 14:08:35 wiz Exp $
+$NetBSD: distinfo,v 1.11 2005/06/22 20:39:25 reed Exp $
 
-SHA1 (CGI.pm-3.05.tar.gz) = c091fc8a087f8e1df8902cd6af4fb46b0de19264
-RMD160 (CGI.pm-3.05.tar.gz) = bfaad5df04f4131aafaa58b4fe2f162d339747cf
-Size (CGI.pm-3.05.tar.gz) = 206163 bytes
+SHA1 (CGI.pm-3.10.tar.gz) = ed5fa36d2d829b5a2097c68c85d949ab4a2610b3
+RMD160 (CGI.pm-3.10.tar.gz) = 4d9e0d22ef67078905d0f033f014698316dd000e
+Size (CGI.pm-3.10.tar.gz) = 225718 bytes



Home | Main Index | Thread Index | Old Index