pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-CGI-Minimal - updated to 1.29
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab3633666a19
branches: trunk
changeset: 536285:ab3633666a19
user: rhaen <rhaen%pkgsrc.org@localhost>
date: Sun Dec 09 22:23:42 2007 +0000
description:
- updated to 1.29
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
1.29 21 Aug 2007 - Documentation fix to performance hints section.
No functional changes.
1.28 18 Aug 2007 - Improved mod_perl2 handling (patch courtesy of Jeremy Nixon).
Added a ':no_subprocess_env' flag to suppress populating
the %ENV environment hash. Added a 'subprocess_env'
static class method to allow smooth co-existance of
ModPerl2 scripts that use ':no_subprocess_env' with ModPerl2
scripts that do not on the same server.
1.27 25 May 2007 - Added example of a command line 'wrapper' script and
of using environment variables as an alternate way
to test scripts via the command line. Added example
for use with FastCGI. Changed behavior for unsupported
HTTP methods. The module used to 'croak' for unsupported
methods, it now 'carp's instead and treats as a 'GET'
(behavior change at suggestion of Roman Mashirov to support
FastCGI better).
1.26 06 Apr 2007 - Added decoding of Javascript/EMCAScript style unicode
escaped (%uxxxx form) parameter data (both to the main
'param' method and to the 'url_decode'/'url_encode' methods)
at the suggestion of Michael Kröll (the core code for
this additional functionality is derived from CGI.pm).
Fixed META.yml problems introduced with 1.25.
Changed POD/POD Coverage tests to only execute if specifically requested
Added examples directory and scripts
1.25 20 Apr 2006 - Added 'allow_hybrid_post_get' class method. Tweaked file permissions.
Added regression tests for hybrid forms.
1.24 23 Sep 2005 - Added 'Carp' to install requirements. Extended build tests.
Fixed multi-part form decoding bug in handling of degenerate MIME
boundaries. Added fatal errors for mis-calling of param_mime
and param_filename methods.
1.23 18.Sep 2005 - Made Test::More optional in build tests. No functional changes.
1.22 13.Sep 2005 - Changed POD tests to be more friendly to CPANTS.
1.21 11.Sep 2005 - Fixed pod coverage test for compatibility with Perl 5.005.
1.20 11.Sep 2005 - Fixed issue causing mod_perl to issue
'Use of uninitialized value.' warnings.
Extended build tests.
1.19 10.Sep 2005 - Fixed POD Coverage test error.
1.18 08.Sep 2005 - Adjusted prerequiste modules lists. Tweaked code for 'strict'.
Extended regression tests to cover more of the code.
1.17 04 Sep 2005 - More tweaks to regression tests to work around MS-Windows
problems with binary file handles under Perl 5.6.1.
Added 'Build.PL' support back in. Added POD tests.
Minor documentation tweaks.
diffstat:
www/p5-CGI-Minimal/Makefile | 11 ++++++-----
www/p5-CGI-Minimal/distinfo | 8 ++++----
2 files changed, 10 insertions(+), 9 deletions(-)
diffs (41 lines):
diff -r 090c1e7065f7 -r ab3633666a19 www/p5-CGI-Minimal/Makefile
--- a/www/p5-CGI-Minimal/Makefile Sun Dec 09 22:21:59 2007 +0000
+++ b/www/p5-CGI-Minimal/Makefile Sun Dec 09 22:23:42 2007 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.13 2006/03/04 21:31:00 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2007/12/09 22:23:42 rhaen Exp $
-DISTNAME= CGI-Minimal-1.16
+DISTNAME= CGI-Minimal-1.29
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cgm
-PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= rhaen%NetBSD.org@localhost
HOMEPAGE= http://search.cpan.org/dist/CGI-Minimal/
COMMENT= Perl5 module for simple CGI scripts
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/CGI/Minimal/.packlist
.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"
\ No newline at end of file
diff -r 090c1e7065f7 -r ab3633666a19 www/p5-CGI-Minimal/distinfo
--- a/www/p5-CGI-Minimal/distinfo Sun Dec 09 22:21:59 2007 +0000
+++ b/www/p5-CGI-Minimal/distinfo Sun Dec 09 22:23:42 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:08:35 wiz Exp $
+$NetBSD: distinfo,v 1.4 2007/12/09 22:23:42 rhaen Exp $
-SHA1 (CGI-Minimal-1.16.tar.gz) = 8d7cd7050f1186dd8ee6569f563eab11074af2f6
-RMD160 (CGI-Minimal-1.16.tar.gz) = 5eb87bab078d13f636afaf9557d267ecfbdbcf87
-Size (CGI-Minimal-1.16.tar.gz) = 14603 bytes
+SHA1 (CGI-Minimal-1.29.tar.gz) = befe818e39f12e4dfd501156e93e4894dc53e947
+RMD160 (CGI-Minimal-1.29.tar.gz) = 6173fc0b09ace22d808e9c54ac577e9800d0ae1f
+Size (CGI-Minimal-1.29.tar.gz) = 39037 bytes
Home |
Main Index |
Thread Index |
Old Index