summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Minimal
diff options
context:
space:
mode:
authorabs <abs>2001-07-06 14:37:13 +0000
committerabs <abs>2001-07-06 14:37:13 +0000
commit2a780e7205d8b41e35deda32fa0291c5f672ba0d (patch)
tree6da24bd81ed06c6a2939b073241bd4a48312f8a0 /www/p5-CGI-Minimal
parenta6850b81f3eb202d5b53c50ee7620b4b4e6bdc80 (diff)
downloadpkgsrc-2a780e7205d8b41e35deda32fa0291c5f672ba0d.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.
Diffstat (limited to 'www/p5-CGI-Minimal')
-rw-r--r--www/p5-CGI-Minimal/Makefile17
-rw-r--r--www/p5-CGI-Minimal/distinfo4
-rw-r--r--www/p5-CGI-Minimal/pkg/DESCR4
-rw-r--r--www/p5-CGI-Minimal/pkg/PLIST1
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 $