Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 13:42:05 -0500 (EST)
From:      "Philip M. Gollucci" <gollucci@wam.umd.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36887: Update port: www/p5-CGI.pm 2.753 to 2.80
Message-ID:  <200204081842.g38Ig5N38868@p6m7g8.student.umd.edu>

next in thread | raw e-mail | index | archive | help

>Number:         36887
>Category:       ports
>Synopsis:       Update port: www/p5-CGI.pm 2.753 to 2.80
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 08 11:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
UMCP
>Environment:
System: FreeBSD p6m7g8.student.umd.edu 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #0: Wed Mar 27 10:14:31 EST 2002 philip@p6m7g8.student.umd.edu:/usr/obj/usr/src/sys/PHILIP i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- p5-CGI.pm.path 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:
#
#	p5-CGI.pm
#	p5-CGI.pm/distinfo
#	p5-CGI.pm/Makefile
#	p5-CGI.pm/pkg-plist
#	p5-CGI.pm/pkg-descr
#	p5-CGI.pm/pkg-comment
#
echo c - p5-CGI.pm
mkdir -p p5-CGI.pm > /dev/null 2>&1
echo x - p5-CGI.pm/distinfo
sed 's/^X//' >p5-CGI.pm/distinfo << 'END-of-p5-CGI.pm/distinfo'
XMD5 (CGI.pm-2.80.tar.gz) = 0ec8237f0201d11ebe26dac36bf250ee
END-of-p5-CGI.pm/distinfo
echo x - p5-CGI.pm/Makefile
sed 's/^X//' >p5-CGI.pm/Makefile << 'END-of-p5-CGI.pm/Makefile'
X# New ports collection makefile for:	www/p5-CGI.pm
X# Date created:				12 July 2001
X# Whom:					Anton Berezin <tobez@FreeBSD.org>
X#
X# $FreeBSD: ports/www/p5-CGI.pm/Makefile,v 1.1 2001/07/12 21:05:08 tobez Exp $
X#
X
XPORTNAME=	CGI.pm
XPORTVERSION=	2.80
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	CGI
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tobez@FreeBSD.org
X
XPERL_CONFIGURE=	yes
X
XMAN3=	CGI.3 CGI::Apache.3 CGI::Carp.3 CGI::Cookie.3 CGI::Fast.3 \
X	CGI::Pretty.3 CGI::Push.3 CGI::Switch.3 CGI::Util.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xpre-patch:
X	@${PERL} -pi -e '$$_ = "" if /INSTALLDIRS/' ${WRKSRC}/Makefile.PL
X
X.include <bsd.port.mk>
END-of-p5-CGI.pm/Makefile
echo x - p5-CGI.pm/pkg-plist
sed 's/^X//' >p5-CGI.pm/pkg-plist << 'END-of-p5-CGI.pm/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/CGI.pm
Xlib/perl5/site_perl/%%PERL_VER%%/CGI/Push.pm
Xlib/perl5/site_perl/%%PERL_VER%%/CGI/Pretty.pm
Xlib/perl5/site_perl/%%PERL_VER%%/CGI/Fast.pm
Xlib/perl5/site_perl/%%PERL_VER%%/CGI/Switch.pm
Xlib/perl5/site_perl/%%PERL_VER%%/CGI/Carp.pm
Xlib/perl5/site_perl/%%PERL_VER%%/CGI/Apache.pm
Xlib/perl5/site_perl/%%PERL_VER%%/CGI/Util.pm
Xlib/perl5/site_perl/%%PERL_VER%%/CGI/Cookie.pm
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true
END-of-p5-CGI.pm/pkg-plist
echo x - p5-CGI.pm/pkg-descr
sed 's/^X//' >p5-CGI.pm/pkg-descr << 'END-of-p5-CGI.pm/pkg-descr'
XThere are two styles of programming with CGI.pm, an object-oriented
Xstyle and a function-oriented style.  In the object-oriented style you
Xcreate one or more CGI objects and then use object methods to create the
Xvarious elements of the page.  Each CGI object starts out with the list
Xof named parameters that were passed to your CGI script by the server.
XYou can modify the objects, save them to a file or database and recreate
Xthem.  Because each object corresponds to the "state" of the CGI script,
Xand because each object's parameter list is independent of the others,
Xthis allows you to save the state of the script and restore it later.
END-of-p5-CGI.pm/pkg-descr
echo x - p5-CGI.pm/pkg-comment
sed 's/^X//' >p5-CGI.pm/pkg-comment << 'END-of-p5-CGI.pm/pkg-comment'
XCGI.pm - Simple Common Gateway Interface Class
END-of-p5-CGI.pm/pkg-comment
exit
--- p5-CGI.pm.path ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204081842.g38Ig5N38868>