diff options
author | mat <mat@FreeBSD.org> | 2004-06-09 20:24:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-06-09 20:24:45 +0800 |
commit | 67debe53c05e12419dd254f308f735ada3c1252a (patch) | |
tree | 88889f3560e51b66bc2d135cbfd77bda264bf883 /www | |
parent | a11bbf31080e76560ac56da427d4813cea5a5f73 (diff) | |
download | freebsd-ports-gnome-67debe53c05e12419dd254f308f735ada3c1252a.tar.gz freebsd-ports-gnome-67debe53c05e12419dd254f308f735ada3c1252a.tar.zst freebsd-ports-gnome-67debe53c05e12419dd254f308f735ada3c1252a.zip |
Add p5-CGI-Response 0.03, perl module allowing response construction for
CGI applications.
PR: ports/67566
Submitted by: Guy P. <guy at device dot dyndns dot org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-CGI-Response/Makefile | 22 | ||||
-rw-r--r-- | www/p5-CGI-Response/distinfo | 2 | ||||
-rw-r--r-- | www/p5-CGI-Response/pkg-descr | 19 | ||||
-rw-r--r-- | www/p5-CGI-Response/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 1493ccdcd66c..bb5de74eac18 100644 --- a/www/Makefile +++ b/www/Makefile @@ -400,6 +400,7 @@ SUBDIR += p5-CGI-Framework SUBDIR += p5-CGI-Kwiki SUBDIR += p5-CGI-Minimal + SUBDIR += p5-CGI-Response SUBDIR += p5-CGI-SSI SUBDIR += p5-CGI-Session SUBDIR += p5-CGI-SpeedyCGI diff --git a/www/p5-CGI-Response/Makefile b/www/p5-CGI-Response/Makefile new file mode 100644 index 000000000000..9dad8b34d294 --- /dev/null +++ b/www/p5-CGI-Response/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: CGI-Response +# Date created: 3 June 2004 +# Whom: Guy P. +# +# $FreeBSD$ +# + +PORTNAME= CGI-Response +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- + +MAINTAINER= guy@device.dyndns.org +COMMENT= Perl module allowing response construction for CGI applications + +PERL_CONFIGURE= yes + +MAN3= CGI::Response.3 + +.include <bsd.port.mk> diff --git a/www/p5-CGI-Response/distinfo b/www/p5-CGI-Response/distinfo new file mode 100644 index 000000000000..ae56f3cdf421 --- /dev/null +++ b/www/p5-CGI-Response/distinfo @@ -0,0 +1,2 @@ +MD5 (CGI-Response-0.03.tar.gz) = ce725b4c67d409157881141dbaaeb067 +SIZE (CGI-Response-0.03.tar.gz) = 11464 diff --git a/www/p5-CGI-Response/pkg-descr b/www/p5-CGI-Response/pkg-descr new file mode 100644 index 000000000000..a7829a609668 --- /dev/null +++ b/www/p5-CGI-Response/pkg-descr @@ -0,0 +1,19 @@ +CGI::Response is a Perl5 module for constructing responses to + Common Gateway Interface (CGI) requests. It is designed to be + light-weight and efficient for the most common tasks, and also + to provide access to all HTTP response features for more + advanced CGI applications. + +There are two ways to use CGI::Response. +For basic applications, the Simple Interface provides a number + of plain functions that cover the most commonly-used CGI + response headers. +More advanced applications may employ the Full Interface object + methods to access any HTTP header, or to add experimental or + non-standard headers. Both interfaces try to generate reasonable + defaults whenever possible. + +WWW: http://search.cpan.org/dist/CGI-Response/ + +- Guy P. +guy@device.dyndns.org diff --git a/www/p5-CGI-Response/pkg-plist b/www/p5-CGI-Response/pkg-plist new file mode 100644 index 000000000000..2e05b26b10cb --- /dev/null +++ b/www/p5-CGI-Response/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Response/.packlist +%%SITE_PERL%%/CGI/Response.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Response +@unexec rmdir %D/%%SITE_PERL%%/CGI 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true |