head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.1; locks; strict; comment @# @; 1.4 date 2003.09.13.08.50.38; author jlam; state dead; branches; next 1.3; 1.3 date 2002.01.28.00.27.36; author jlam; state Exp; branches; next 1.2; 1.2 date 2001.06.07.04.29.04; author jlam; state Exp; branches; next 1.1; 1.1 date 2000.10.15.02.17.16; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Remove unneeded patch... module.mk sets INSTALLDIRS for us. @ text @$NetBSD: patch-aa,v 1.3 2002/01/28 00:27:36 jlam Exp $ --- Makefile.PL.orig Sun Dec 9 16:40:58 2001 +++ Makefile.PL @@@@ -4,7 +4,6 @@@@ # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( - 'INSTALLDIRS' => 'perl', 'NAME' => 'CGI', 'DISTNAME' => 'CGI.pm', 'VERSION_FROM' => 'CGI.pm', @ 1.3 log @Update www/p5-CGI to version 2.79. This closes pkg/15342 by Allen Briggs . If you use CGI.pm, then this update is highly recommended. Changes from version 2.75.2 include: * Changes to CGI::Carp to avoid "subroutine redefined" error messages. * Default DTD is now XHTML 1.0 Transitional * Patches to support all HTML4 tags. * Added ability to change encoding in assertion. * Fixed the old escapeHTML('CGI') ne "CGI" bug * In accordance with XHTML requirements, there are no longer any minimized attributes, such as "checked". --> Patched bug which caused file uploads of exactly 4096 bytes to be truncated to 4094 (thanks to Kevin Mahony) * New tests and fixes to CGI::Pretty (thanks to Michael Schwern). * New esc.t regression test for EBCDIC translations courtesy Peter Prymmer. * Patches from James Jurach to make compatible with FCGI-ProcManager * Additional fields passed to header() (like -Content_disposition) now honor initial capitalization. * Patch from Andrew McNaughton to handle utf-8 escapes (%uXXXX codes) in URLs. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update p5-CGI to 2.75.2. Changes include a fix for a syntax error in a subroutine definition. @ text @d3 3 a5 3 --- Makefile.PL.orig Tue Nov 24 04:29:59 1998 +++ Makefile.PL Wed Jun 6 20:18:51 2001 @@@@ -2,7 +2,6 @@@@ @ 1.1 log @Update p5-CGI to 2.74. Changes from version 2.72: * Quashed one-character bug that caused CGI.pm to fail on file uploads. * Added -base to the list of arguments accepted by url(). * Fixes to XHTML support. * POST parameters no longer show up in the Location box. @ text @d3 2 a4 2 --- Makefile.PL.orig Tue Nov 24 07:29:59 1998 +++ Makefile.PL Sun Sep 24 19:23:29 2000 @