diff options
author | mjl <mjl@pkgsrc.org> | 2001-04-10 00:44:26 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-04-10 00:44:26 +0000 |
commit | be3f76e40826851d8807e0fad246aee220321cd6 (patch) | |
tree | b1e8620ed939e1487a76b11609d978bd6cc5a9fa /www | |
parent | accf03df0e59c4d46be8734a62c40b435b5bfe80 (diff) | |
download | pkgsrc-be3f76e40826851d8807e0fad246aee220321cd6.tar.gz |
Update to 2.0. Notable changes include:
Name change from CGI_Lite to CGI::Lite.
Added parse_new_form_data(), for use under persistant applications
Removed $` and $' from the code, and "optimized" an important regexp.
The set_file_type method now works as it should.
Added the get_ordered_keys method
Added a set of miscellaneous functions: browser_escape, url_encode,
url_decode, is_dangerous, escape_dangerous_chars.
Fields containing more than one value in multipart forms are now
handled correctly.
You can now parse/decode cookies in much the same manner as forms.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI_Lite/Makefile | 12 | ||||
-rw-r--r-- | www/p5-CGI_Lite/files/md5 | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile index bd9852efdaa..04a7d21ca70 100644 --- a/www/p5-CGI_Lite/Makefile +++ b/www/p5-CGI_Lite/Makefile @@ -1,20 +1,16 @@ -# $NetBSD: Makefile,v 1.5 2001/02/17 17:22:21 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/10 00:44:26 mjl Exp $ # -DISTNAME= CGI_Lite-1.62.pm -PKGNAME= p5-CGI_Lite-1.62 +DISTNAME= CGI-Lite-2.0 +PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} -EXTRACT_SUFX= .gz MAINTAINER= bad@netbsd.org COMMENT= simple perl5 module for writing forms-based CGI programs USE_PERL5= # defined -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI_Lite/.packlist - -NO_WRKSUBDIR= # defined -EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > CGI_Lite.pm +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/Lite/.packlist pre-configure: ${CP} ${FILESDIR}/Makefile.PL ${WRKDIR}/Makefile.PL diff --git a/www/p5-CGI_Lite/files/md5 b/www/p5-CGI_Lite/files/md5 index c438d3185a9..60480c8df47 100644 --- a/www/p5-CGI_Lite/files/md5 +++ b/www/p5-CGI_Lite/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1998/11/26 17:57:03 bad Exp $ +$NetBSD: md5,v 1.2 2001/04/10 00:44:27 mjl Exp $ -MD5 (CGI_Lite-1.62.pm.gz) = 740e3653c46cccd5071f2cc18ca700b7 +SHA1 (CGI-Lite-2.0.tar.gz) = db7fa60faece3c0d250d30f55729945ce9051292 |