summaryrefslogtreecommitdiff
path: root/www/p5-CGI_Lite
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:41:39 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:41:39 +0000
commit8926b8bb5fa0993b4dbaf77c6754f9253fff5e5a (patch)
tree9ee2f67cd764f8d77704716f7ce1bf03c9e96278 /www/p5-CGI_Lite
parentmodules for perl5, for use in writing CGI scripts. (diff)
perl5 module to process and decode WWW form information.
Notes
Notes: svn path=/head/; revision=4122
Diffstat (limited to 'www/p5-CGI_Lite')
-rw-r--r--www/p5-CGI_Lite/Makefile35
-rw-r--r--www/p5-CGI_Lite/distinfo1
-rw-r--r--www/p5-CGI_Lite/pkg-comment1
-rw-r--r--www/p5-CGI_Lite/pkg-descr13
-rw-r--r--www/p5-CGI_Lite/pkg-plist2
5 files changed, 52 insertions, 0 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile
new file mode 100644
index 000000000000..712a5326bdc9
--- /dev/null
+++ b/www/p5-CGI_Lite/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: p5-CGI_Lite
+# Version required: 1.62
+# Date created: September 30th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= CGI_Lite-1.62.pm
+PKGNAME= p5-CGI_Lite-1.62
+CATEGORIES+= www
+MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/CGI_Lite/ \
+ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/CGI_Lite/ \
+ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/CGI_Lite/ \
+ ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/CGI_Lite/ \
+ ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/CGI_Lite/ \
+ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/CGI_Lite/
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+EXTRACT_SUFX= .gz
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+
+NO_BUILD= yes
+
+do-extract:
+ @ ${MKDIR} -p work
+ @ ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}
+ @ gunzip ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
+
+do-install:
+ @ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PREFIX}/lib/perl5/site_perl/
+ @ ln -sf ${PREFIX}/lib/perl5/site_perl/${DISTNAME} ${PREFIX}/lib/perl5/site_perl/CGI_Lite.pm
+
+.include <bsd.port.mk>
diff --git a/www/p5-CGI_Lite/distinfo b/www/p5-CGI_Lite/distinfo
new file mode 100644
index 000000000000..f2d5cadcbbea
--- /dev/null
+++ b/www/p5-CGI_Lite/distinfo
@@ -0,0 +1 @@
+MD5 (CGI_Lite-1.62.pm.gz) = 740e3653c46cccd5071f2cc18ca700b7
diff --git a/www/p5-CGI_Lite/pkg-comment b/www/p5-CGI_Lite/pkg-comment
new file mode 100644
index 000000000000..c72494499b26
--- /dev/null
+++ b/www/p5-CGI_Lite/pkg-comment
@@ -0,0 +1 @@
+perl5 module to process and decode WWW form information.
diff --git a/www/p5-CGI_Lite/pkg-descr b/www/p5-CGI_Lite/pkg-descr
new file mode 100644
index 000000000000..5b0ff7235199
--- /dev/null
+++ b/www/p5-CGI_Lite/pkg-descr
@@ -0,0 +1,13 @@
+CGI Lite v1.62 - Perl 5.0 module to process and decode WWW form information.
+
+ The module can be used to handle and decode WWW form
+ information. Both GET and POST requests can be processed.
+ In the case of POST requests, the information can be one
+ of two possible MIME types:
+
+ application/x-www-form-urlencoded
+ multipart/form-data
+
+ This module is very light-weight, and can be thought of as
+ an enhanced version of the old cgi-lib.pl library for Perl
+ 4.0 by Steven Brenner (S.E.Brenner@bioc.cam.ac.uk).
diff --git a/www/p5-CGI_Lite/pkg-plist b/www/p5-CGI_Lite/pkg-plist
new file mode 100644
index 000000000000..d7bab86bc937
--- /dev/null
+++ b/www/p5-CGI_Lite/pkg-plist
@@ -0,0 +1,2 @@
+lib/perl5/site_perl/CGI_Lite-1.62.pm
+lib/perl5/site_perl/CGI_Lite.pm