diff options
author | abs <abs@pkgsrc.org> | 2001-07-06 14:37:13 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-07-06 14:37:13 +0000 |
commit | 83757d3cc34e71bc41346340595054841641d230 (patch) | |
tree | 6da24bd81ed06c6a2939b073241bd4a48312f8a0 | |
parent | 1ff0b9a2ccb95e2b0bad52a5859236d6be304269 (diff) | |
download | pkgsrc-83757d3cc34e71bc41346340595054841641d230.tar.gz |
Import CGI-Minimal-1.06
CGI::Minimal is a lightweight alternative to CGI. It provides the _minimum_
functions needed for CGI such as form decoding (including file upload forms),
URL encoding and decoding, HTTP usable date generation (RFC1123 compliant
dates) and _basic_ escaping and unescaping of HTMLized text.
-rw-r--r-- | www/p5-CGI-Minimal/Makefile | 17 | ||||
-rw-r--r-- | www/p5-CGI-Minimal/distinfo | 4 | ||||
-rw-r--r-- | www/p5-CGI-Minimal/pkg/DESCR | 4 | ||||
-rw-r--r-- | www/p5-CGI-Minimal/pkg/PLIST | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/www/p5-CGI-Minimal/Makefile b/www/p5-CGI-Minimal/Makefile new file mode 100644 index 00000000000..57caed0bbc1 --- /dev/null +++ b/www/p5-CGI-Minimal/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/06 14:37:13 abs Exp $ + +DISTNAME= CGI-Minimal-1.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} + +MAINTAINER= norm@sandbox.org.uk +COMMENT= perl5 module for simple CGI scripts + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/Minimal/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-Minimal/distinfo b/www/p5-CGI-Minimal/distinfo new file mode 100644 index 00000000000..94e61ee428d --- /dev/null +++ b/www/p5-CGI-Minimal/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/07/06 14:37:13 abs Exp $ + +SHA1 (CGI-Minimal-1.06.tar.gz) = 7581fb31fbb2118bfe957164aa0e777898b6d39f +Size (CGI-Minimal-1.06.tar.gz) = 7700 bytes diff --git a/www/p5-CGI-Minimal/pkg/DESCR b/www/p5-CGI-Minimal/pkg/DESCR new file mode 100644 index 00000000000..2ea9e9f2246 --- /dev/null +++ b/www/p5-CGI-Minimal/pkg/DESCR @@ -0,0 +1,4 @@ +CGI::Minimal is a lightweight alternative to CGI. It provides the _minimum_ +functions needed for CGI such as form decoding (including file upload forms), +URL encoding and decoding, HTTP usable date generation (RFC1123 compliant +dates) and _basic_ escaping and unescaping of HTMLized text. diff --git a/www/p5-CGI-Minimal/pkg/PLIST b/www/p5-CGI-Minimal/pkg/PLIST new file mode 100644 index 00000000000..b01dbe8d5ef --- /dev/null +++ b/www/p5-CGI-Minimal/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/06 14:37:13 abs Exp $ |