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 Update p5-CGI-Minimal from version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/575e5d850bd7
branches: trunk
changeset: 485244:575e5d850bd7
user: he <he%pkgsrc.org@localhost>
date: Sun Dec 05 15:48:05 2004 +0000
description:
Update p5-CGI-Minimal from version 1.06 to 1.16.
Add a HOMEPAGE pointing into CPAN.
Change log:
1.16 12 Nov 2004 - Added CGI::Simple to the benchmarks table. Tweaked
regresssion tests for MS-Windows. Added 'delete' and
'delete_all' methods and regression tests. Added
':preload' flag for preloading all sub-components at
module 'use' time. Fixed bug introduced with 1.15 in
param value setting code.
1.15 09 Nov 2004 - Added more regression tests. Fixed url encoder to comply
better with RFC2396. Tuned performance some more. Extended
benchmarks table to cover more CGI form decoders.
1.14 16 Oct 2004 - Tuned module load time (about a 40% improvement) and
add performance tuning hints
1.13 28 Sep 2004 - Removed support for Module::Build.
1.12 25 Sep 2004 - Tweaked the default form parser to accept ';' as a field
seperator in addition to '&'. Change suggested by
Peter Karman. Eliminated the explicit
application/sgml-form-urlencoded support as redundant
(it still works, it is just not explicitly different
than application/x-www-form-urlencoded support
anymore).
Adjusted the multipart form parser to be more robust
against malformed MIME boundaries and the build tests
to work around a bug in Perl 5.8.0 UTF8ness and split.
Added documentation of command line script testing behavior.
Tightened up the code to reduce size (went from 14.9K
to 11K).
Removed the 'sgml_safe_mode' redirect code since there
was no exposed interface to it anyway.
Squashed a bug where the global buffer might fail to
initialize correctly for 0 byte POST forms (only
impacted use of the 'raw' method for POST use).
Added regression test for form truncation
Added LICENSE section to documentation
Added Module::Build installation support
1.11 28 Sep 2003 - Tweaked test script to avoid warnings about
opening STDIN filehandle for writing. No functional
changes.
1.10 04 Apr 2003 - Added 'binmode STDIN' on module load to correct for
windows defaulting to 7-bit filehandles. Fixed problem
where split would fail on unusual MIME boundary strings.
Problems noticed by Markus Wichitill.
Deferred loading of 'Carp' unless actually needed.
Small code cleanups.
Removed big disclaimer from .pm and moved
in pod to 'DISCLAIMERS' section
Added tests
1.09 19 Mar 2002 - Exposed CGI::Minimal::reset_globals class method to
support non-mod_perl persistent execution environments.
1.08 26 Jul 2001 - Added 'raw' method for obtaining a dump of the
raw input buffer data without any parsing.
Seperated POD docs into a distinct .pod file.
1.07 01 Dec 2000 - Added capability of taking a GET style parameter string
via STDIN if running at the command line.
diffstat:
www/p5-CGI-Minimal/Makefile | 5 +++--
www/p5-CGI-Minimal/distinfo | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r 4e3c4780bc44 -r 575e5d850bd7 www/p5-CGI-Minimal/Makefile
--- a/www/p5-CGI-Minimal/Makefile Sun Dec 05 15:42:34 2004 +0000
+++ b/www/p5-CGI-Minimal/Makefile Sun Dec 05 15:48:05 2004 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2004/11/28 16:03:23 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/05 15:48:05 he Exp $
-DISTNAME= CGI-Minimal-1.06
+DISTNAME= CGI-Minimal-1.16
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cgm
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/CGI-Minimal/
COMMENT= Perl5 module for simple CGI scripts
USE_BUILDLINK3= YES
diff -r 4e3c4780bc44 -r 575e5d850bd7 www/p5-CGI-Minimal/distinfo
--- a/www/p5-CGI-Minimal/distinfo Sun Dec 05 15:42:34 2004 +0000
+++ b/www/p5-CGI-Minimal/distinfo Sun Dec 05 15:48:05 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/07/06 14:37:13 abs Exp $
+$NetBSD: distinfo,v 1.2 2004/12/05 15:48:05 he Exp $
-SHA1 (CGI-Minimal-1.06.tar.gz) = 7581fb31fbb2118bfe957164aa0e777898b6d39f
-Size (CGI-Minimal-1.06.tar.gz) = 7700 bytes
+SHA1 (CGI-Minimal-1.16.tar.gz) = 8d7cd7050f1186dd8ee6569f563eab11074af2f6
+Size (CGI-Minimal-1.16.tar.gz) = 14603 bytes
Home |
Main Index |
Thread Index |
Old Index