From ba4a39794f7e86654b4b3553161dac8b7a1b6090 Mon Sep 17 00:00:00 2001 From: kevlo Date: Thu, 4 Jan 2001 10:31:39 +0000 Subject: [PATCH] Initial import of CGI-modules-2.76 This is for use in writing cgi scripts --- www/p5-CGI/Makefile | 26 ++++++++++++++++++++++++++ www/p5-CGI/files/md5 | 3 +++ www/p5-CGI/pkg/COMMENT | 1 + www/p5-CGI/pkg/DESCR | 6 ++++++ www/p5-CGI/pkg/PLIST | 17 +++++++++++++++++ 5 files changed, 53 insertions(+) create mode 100644 www/p5-CGI/Makefile create mode 100644 www/p5-CGI/files/md5 create mode 100644 www/p5-CGI/pkg/COMMENT create mode 100644 www/p5-CGI/pkg/DESCR create mode 100644 www/p5-CGI/pkg/PLIST diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile new file mode 100644 index 00000000000..72caa7a5b6b --- /dev/null +++ b/www/p5-CGI/Makefile @@ -0,0 +1,26 @@ +# $OpenBSD + +VERSION= 2.76 +DISTNAME= CGI-modules-${VERSION} +PKGNAME= p5-CGI-${VERSION} +CATEGORIES= www perl5 +NEED_VERSION= 1.348 + +HOMEPAGE= http://stein.cshl.org/WWW/software/CGI::modules/ + +MAINTAINER= Kevin Lo + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI + +PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl +BUILD_DEPENDS= ${PERL_MODULES}/Bundle/LWP.pm::www/p5-libwww + +CONFIGURE_STYLE= perl + +.include diff --git a/www/p5-CGI/files/md5 b/www/p5-CGI/files/md5 new file mode 100644 index 00000000000..b44c45b3511 --- /dev/null +++ b/www/p5-CGI/files/md5 @@ -0,0 +1,3 @@ +MD5 (CGI-modules-2.76.tar.gz) = be3a6dff87ae14bbf54b60005ceb5bb3 +RMD160 (CGI-modules-2.76.tar.gz) = b2512599954863a2638450c7de169c169422e807 +SHA1 (CGI-modules-2.76.tar.gz) = be37e5eed5800f3ffe6faed5698110ede55beb82 diff --git a/www/p5-CGI/pkg/COMMENT b/www/p5-CGI/pkg/COMMENT new file mode 100644 index 00000000000..c0f4063157e --- /dev/null +++ b/www/p5-CGI/pkg/COMMENT @@ -0,0 +1 @@ +modules 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 00000000000..e9164e703fc --- /dev/null +++ b/www/p5-CGI/pkg/DESCR @@ -0,0 +1,6 @@ +These are the CGI::modules for perl5, for use in writing cgi scripts. +Many examples of cgi scripts of various degrees of comlexity can be +found at: +http://www-genome.wi.mit.edu/WWW/examples/Ch9/ + +WWW: ${HOMEPAGE} diff --git a/www/p5-CGI/pkg/PLIST b/www/p5-CGI/pkg/PLIST new file mode 100644 index 00000000000..df0bb7ea524 --- /dev/null +++ b/www/p5-CGI/pkg/PLIST @@ -0,0 +1,17 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/04 10:31:39 kevlo Exp $ +libdata/perl5/site_perl/CGI/Base.pm +libdata/perl5/site_perl/CGI/BasePlus.pm +libdata/perl5/site_perl/CGI/Carp.pm +libdata/perl5/site_perl/CGI/Form.pm +libdata/perl5/site_perl/CGI/MiniSvr.pm +libdata/perl5/site_perl/CGI/Request.pm +libdata/perl5/site_perl/CGI/test.pl +libdata/perl5/site_perl/${ARCH}-openbsd/auto/CGI/.packlist +man/man3/CGI::Base.3p +man/man3/CGI::BasePlus.3p +man/man3/CGI::Carp.3p +man/man3/CGI::Form.3p +man/man3/CGI::MiniSvr.3p +man/man3/CGI::Request.3p +@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/CGI +@dirrm libdata/perl5/site_perl/CGI