Bug 67566 - New port: www/p5-CGI-Response - A perl module allowing response construction for CGI applications
Summary: New port: www/p5-CGI-Response - A perl module allowing response construction ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-04 12:30 UTC by guy
Modified: 2004-06-09 13:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guy 2004-06-04 12:30:14 UTC
I made a port of that perl module because i use it on different computers.
        Then why not sharing it ? :]

--- p5-CGI-Response.portdir.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/www/p5-CGI-Response
#	/usr/ports/www/p5-CGI-Response/Makefile
#	/usr/ports/www/p5-CGI-Response/distinfo
#	/usr/ports/www/p5-CGI-Response/pkg-descr
#	/usr/ports/www/p5-CGI-Response/pkg-plist
#
echo c - /usr/ports/www/p5-CGI-Response
mkdir -p /usr/ports/www/p5-CGI-Response > /dev/null 2>&1
echo x - /usr/ports/www/p5-CGI-Response/Makefile
sed 's/^X//' >/usr/ports/www/p5-CGI-Response/Makefile << 'END-of-/usr/ports/www/p5-CGI-Response/Makefile'
X# New ports collection makefile for:	CGI-Response
X# Date created:				3 June 2004
X# Whom:					Guy P.
X#
X# $FreeBSD$
X#
X
XPORTNAME=	CGI-Response
XPORTVERSION=	0.03
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	CGI
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	guy@device.dyndns.org
XCOMMENT=	Perl module allowing response construction for CGI applications
X
XPERL_CONFIGURE=	yes
X
XMAN3=		CGI::Response.3
X
X.include <bsd.port.mk>
END-of-/usr/ports/www/p5-CGI-Response/Makefile
echo x - /usr/ports/www/p5-CGI-Response/distinfo
sed 's/^X//' >/usr/ports/www/p5-CGI-Response/distinfo << 'END-of-/usr/ports/www/p5-CGI-Response/distinfo'
XMD5 (CGI-Response-0.03.tar.gz) = ce725b4c67d409157881141dbaaeb067
XSIZE (CGI-Response-0.03.tar.gz) = 11464
END-of-/usr/ports/www/p5-CGI-Response/distinfo
echo x - /usr/ports/www/p5-CGI-Response/pkg-descr
sed 's/^X//' >/usr/ports/www/p5-CGI-Response/pkg-descr << 'END-of-/usr/ports/www/p5-CGI-Response/pkg-descr'
XCGI::Response is a Perl5 module for constructing responses to
X Common Gateway Interface (CGI) requests. It is designed to be
X light-weight and efficient for the most common tasks, and also
X to provide access to all HTTP response features for more
X advanced CGI applications.
X
XThere are two ways to use CGI::Response.
XFor basic applications, the Simple Interface provides a number
X of plain functions that cover the most commonly-used CGI
X response headers.
XMore advanced applications may employ the Full Interface object
X methods to access any HTTP header, or to add experimental or
X non-standard headers. Both interfaces try to generate reasonable
X defaults whenever possible.
X
XWWW: http://search.cpan.org/search?dist=CGI-Response
X
X- Guy P.
Xguy@device.dyndns.org
END-of-/usr/ports/www/p5-CGI-Response/pkg-descr
echo x - /usr/ports/www/p5-CGI-Response/pkg-plist
sed 's/^X//' >/usr/ports/www/p5-CGI-Response/pkg-plist << 'END-of-/usr/ports/www/p5-CGI-Response/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Response/.packlist
X%%SITE_PERL%%/CGI/Response.pm
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Response
X@unexec rmdir %D/%%SITE_PERL%%/CGI 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
END-of-/usr/ports/www/p5-CGI-Response/pkg-plist
exit
--- p5-CGI-Response.portdir.shar ends here ---
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-06-08 09:39:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2004-06-09 13:30:08 UTC
State Changed
From-To: open->closed

Port added, thanks !