summaryrefslogtreecommitdiff
path: root/www/p5-CGI
AgeCommit message (Collapse)AuthorFilesLines
2001-06-11Re-add definition of PERL5_SITEARCH accidentally removed during lastjlam1-1/+6
update. Fixes pkg/13157.
2001-06-07Update p5-CGI to 2.75.2. Changes include a fix for a syntax error injlam3-16/+11
a subroutine definition.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-26Add definition of PERL5_SITEARCH used earlier in Makefile. This variable is nojlam1-1/+6
longer automatically defined by bsd.pkg.mk, and this package can't USE_PERL5 as it's part of the perl5 meta-package.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-02Update p5-CGI to 2.75. Changes from version 2.74:jlam3-21/+34
1. Fixed bug in server push boundary strings (CGI.pm and CGI::Push). 2. Fixed bug that occurs when uploading files with funny characters in the name 3. Fixed non-XHTML-compliant attributes produced by textfield() 4. Added EPOC support. 5. Fixed minor XHTML bugs. 6. Made escape() and unescape() symmetric with respect to EBCDIC. 7. Removed uninitialized variable warning from CGI::Cookie. 8. Fixed bug in CGI::Pretty that causes it to print partial end tags when the $INDENT global is changed. 9. Single quotes are changed to character entity ' for compatibility with URLs.
2000-10-15Remove unneeded file.jlam1-11/+0
2000-10-15Update p5-CGI to 2.74. Changes from version 2.72:jlam5-17/+28
* 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.
2000-09-15Install p5-CGI documentation.jlam2-2/+64
2000-09-05Update perl dependencies to find correct version of perl.jlam1-4/+4
2000-08-30Change directory of perl>=5.6.0 from lang/perl5-current to lang/perl5.jlam1-2/+2
2000-08-29Note dependency on perl>=5.6.0nb2 as older version install their ownjlam1-5/+4
version of CGI.pm.
2000-08-28Update p5-CGI to 2.72. Note specific versions of perl which will conflictjlam3-14/+13
with this package when installed.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-23/+10
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-05-11p5-CGI-2.66 package; someone who knows more about perl+pgksrcchristos6-0/+56
should check this.