mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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>
This commit is contained in:
parent
97033c4d6d
commit
69df5724fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111160
@ -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
|
||||
|
22
www/p5-CGI-Response/Makefile
Normal file
22
www/p5-CGI-Response/Makefile
Normal file
@ -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>
|
2
www/p5-CGI-Response/distinfo
Normal file
2
www/p5-CGI-Response/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (CGI-Response-0.03.tar.gz) = ce725b4c67d409157881141dbaaeb067
|
||||
SIZE (CGI-Response-0.03.tar.gz) = 11464
|
19
www/p5-CGI-Response/pkg-descr
Normal file
19
www/p5-CGI-Response/pkg-descr
Normal file
@ -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
|
5
www/p5-CGI-Response/pkg-plist
Normal file
5
www/p5-CGI-Response/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user