diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:41:39 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 16:41:39 +0800 |
commit | 2c63dd78cd7e990ae965a82e22104bc81d9912e1 (patch) | |
tree | 69ee9c158c33b96590bc2152ff64d271a5a9a11f /www/p5-CGI_Lite | |
parent | d0453ab36e44b1a30970a0cc4b2f13102ff22307 (diff) | |
download | freebsd-ports-gnome-2c63dd78cd7e990ae965a82e22104bc81d9912e1.tar.gz freebsd-ports-gnome-2c63dd78cd7e990ae965a82e22104bc81d9912e1.tar.zst freebsd-ports-gnome-2c63dd78cd7e990ae965a82e22104bc81d9912e1.zip |
perl5 module to process and decode WWW form information.
Diffstat (limited to 'www/p5-CGI_Lite')
-rw-r--r-- | www/p5-CGI_Lite/Makefile | 35 | ||||
-rw-r--r-- | www/p5-CGI_Lite/distinfo | 1 | ||||
-rw-r--r-- | www/p5-CGI_Lite/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-CGI_Lite/pkg-descr | 13 | ||||
-rw-r--r-- | www/p5-CGI_Lite/pkg-plist | 2 |
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 |