summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Minimal
diff options
context:
space:
mode:
authorrhaen <rhaen>2007-12-09 22:23:42 +0000
committerrhaen <rhaen>2007-12-09 22:23:42 +0000
commitac66c7db377b6a022cd51672e0e8499d5825d3b6 (patch)
tree71414e43f217ead4a0ae44066bd249f4cb5a40ee /www/p5-CGI-Minimal
parente540629b12c0dff52d09288a07574d4bcad91796 (diff)
downloadpkgsrc-ac66c7db377b6a022cd51672e0e8499d5825d3b6.tar.gz
- 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 (limited to 'www/p5-CGI-Minimal')
-rw-r--r--www/p5-CGI-Minimal/Makefile11
-rw-r--r--www/p5-CGI-Minimal/distinfo8
2 files changed, 10 insertions, 9 deletions
diff --git a/www/p5-CGI-Minimal/Makefile b/www/p5-CGI-Minimal/Makefile
index 8f0a5224635..1c4d739f0d1 100644
--- a/www/p5-CGI-Minimal/Makefile
+++ b/www/p5-CGI-Minimal/Makefile
@@ -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
+MAINTAINER= rhaen@NetBSD.org
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 --git a/www/p5-CGI-Minimal/distinfo b/www/p5-CGI-Minimal/distinfo
index 830a9894ea7..525cb77b47a 100644
--- a/www/p5-CGI-Minimal/distinfo
+++ b/www/p5-CGI-Minimal/distinfo
@@ -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