summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:40:29 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:40:29 +0000
commit0431ce9b3da5a60c1b66875713e8fc64c6322e78 (patch)
tree958f5c14ec1fbc11ebdf070c6695ef8032467efc /www
parentUpdate for new perl5 ports (diff)
modules for perl5, for use in writing CGI scripts.
Notes
Notes: svn path=/head/; revision=4121
Diffstat (limited to 'www')
-rw-r--r--www/p5-CGI-modules/Makefile34
-rw-r--r--www/p5-CGI-modules/distinfo1
-rw-r--r--www/p5-CGI-modules/pkg-comment1
-rw-r--r--www/p5-CGI-modules/pkg-descr12
-rw-r--r--www/p5-CGI-modules/pkg-plist16
-rw-r--r--www/p5-CGI/Makefile34
-rw-r--r--www/p5-CGI/distinfo1
-rw-r--r--www/p5-CGI/pkg-comment1
-rw-r--r--www/p5-CGI/pkg-descr12
-rw-r--r--www/p5-CGI/pkg-plist16
10 files changed, 128 insertions, 0 deletions
diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile
new file mode 100644
index 000000000000..4a047db62ade
--- /dev/null
+++ b/www/p5-CGI-modules/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: p5-CGI
+# Version required: 2.75
+# Date created: September 30th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= CGI-modules-2.75
+PKGNAME= p5-CGI-2.75
+CATEGORIES+= www
+MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/CGI/
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
+ ${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ @ for file in CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 CGI::MiniSvr.3 CGI::Request.3; do \
+ gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file; \
+ done
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/p5-CGI-modules/distinfo b/www/p5-CGI-modules/distinfo
new file mode 100644
index 000000000000..ae604595838d
--- /dev/null
+++ b/www/p5-CGI-modules/distinfo
@@ -0,0 +1 @@
+MD5 (CGI-modules-2.75.tar.gz) = a46f252906e664720c20267474e78e19
diff --git a/www/p5-CGI-modules/pkg-comment b/www/p5-CGI-modules/pkg-comment
new file mode 100644
index 000000000000..993e05157a38
--- /dev/null
+++ b/www/p5-CGI-modules/pkg-comment
@@ -0,0 +1 @@
+modules for perl5, for use in writing CGI scripts.
diff --git a/www/p5-CGI-modules/pkg-descr b/www/p5-CGI-modules/pkg-descr
new file mode 100644
index 000000000000..32836e6723c3
--- /dev/null
+++ b/www/p5-CGI-modules/pkg-descr
@@ -0,0 +1,12 @@
+These are the CGI:: modules for perl5, for use in writing CGI scripts.
+
+Online documentation of these modules as well as related modules (such
+as the earlier CGI.pm module) can be found at:
+
+ http://www-genome.wi.mit.edu/ftp/pub/software/WWW/CGIperl/
+
+Many examples of CGI scripts of various degrees of complexity can be
+found at:
+
+ http://www-genome.wi.mit.edu/WWW/examples/Ch9/
+
diff --git a/www/p5-CGI-modules/pkg-plist b/www/p5-CGI-modules/pkg-plist
new file mode 100644
index 000000000000..0b6b6703bb1c
--- /dev/null
+++ b/www/p5-CGI-modules/pkg-plist
@@ -0,0 +1,16 @@
+lib/perl5/site_perl/CGI/Base.pm
+lib/perl5/site_perl/CGI/Form.pm
+lib/perl5/site_perl/CGI/Carp.pm
+lib/perl5/site_perl/CGI/BasePlus.pm
+lib/perl5/site_perl/CGI/test.pl
+lib/perl5/site_perl/CGI/MiniSvr.pm
+lib/perl5/site_perl/CGI/Request.pm
+lib/perl5/man/man3/CGI::Base.3.gz
+lib/perl5/man/man3/CGI::Form.3.gz
+lib/perl5/man/man3/CGI::Carp.3.gz
+lib/perl5/man/man3/CGI::BasePlus.3.gz
+lib/perl5/man/man3/CGI::MiniSvr.3.gz
+lib/perl5/man/man3/CGI::Request.3.gz
+lib/perl5/site_perl/i386-freebsd/auto/CGI/.packlist
+@dirrm lib/perl5/site_perl/i386-freebsd/auto/CGI
+@dirrm lib/perl5/site_perl/CGI
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile
new file mode 100644
index 000000000000..4a047db62ade
--- /dev/null
+++ b/www/p5-CGI/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: p5-CGI
+# Version required: 2.75
+# Date created: September 30th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= CGI-modules-2.75
+PKGNAME= p5-CGI-2.75
+CATEGORIES+= www
+MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/CGI/ \
+ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/CGI/
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \
+ ${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ @ for file in CGI::Base.3 CGI::BasePlus.3 CGI::Carp.3 CGI::Form.3 CGI::MiniSvr.3 CGI::Request.3; do \
+ gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file; \
+ done
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo
new file mode 100644
index 000000000000..ae604595838d
--- /dev/null
+++ b/www/p5-CGI/distinfo
@@ -0,0 +1 @@
+MD5 (CGI-modules-2.75.tar.gz) = a46f252906e664720c20267474e78e19
diff --git a/www/p5-CGI/pkg-comment b/www/p5-CGI/pkg-comment
new file mode 100644
index 000000000000..993e05157a38
--- /dev/null
+++ b/www/p5-CGI/pkg-comment
@@ -0,0 +1 @@
+modules for perl5, for use in writing CGI scripts.
diff --git a/www/p5-CGI/pkg-descr b/www/p5-CGI/pkg-descr
new file mode 100644
index 000000000000..32836e6723c3
--- /dev/null
+++ b/www/p5-CGI/pkg-descr
@@ -0,0 +1,12 @@
+These are the CGI:: modules for perl5, for use in writing CGI scripts.
+
+Online documentation of these modules as well as related modules (such
+as the earlier CGI.pm module) can be found at:
+
+ http://www-genome.wi.mit.edu/ftp/pub/software/WWW/CGIperl/
+
+Many examples of CGI scripts of various degrees of complexity can be
+found at:
+
+ http://www-genome.wi.mit.edu/WWW/examples/Ch9/
+
diff --git a/www/p5-CGI/pkg-plist b/www/p5-CGI/pkg-plist
new file mode 100644
index 000000000000..0b6b6703bb1c
--- /dev/null
+++ b/www/p5-CGI/pkg-plist
@@ -0,0 +1,16 @@
+lib/perl5/site_perl/CGI/Base.pm
+lib/perl5/site_perl/CGI/Form.pm
+lib/perl5/site_perl/CGI/Carp.pm
+lib/perl5/site_perl/CGI/BasePlus.pm
+lib/perl5/site_perl/CGI/test.pl
+lib/perl5/site_perl/CGI/MiniSvr.pm
+lib/perl5/site_perl/CGI/Request.pm
+lib/perl5/man/man3/CGI::Base.3.gz
+lib/perl5/man/man3/CGI::Form.3.gz
+lib/perl5/man/man3/CGI::Carp.3.gz
+lib/perl5/man/man3/CGI::BasePlus.3.gz
+lib/perl5/man/man3/CGI::MiniSvr.3.gz
+lib/perl5/man/man3/CGI::Request.3.gz
+lib/perl5/site_perl/i386-freebsd/auto/CGI/.packlist
+@dirrm lib/perl5/site_perl/i386-freebsd/auto/CGI
+@dirrm lib/perl5/site_perl/CGI