Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2010 19:14:01 GMT
From:      Phil Phillips <pphillips@experts-exchange.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152115: [new port]: www/CGI-Thin
Message-ID:  <201011101914.oAAJE1Ta012795@www.freebsd.org>
Resent-Message-ID: <201011101920.oAAJK8Ln053251@freefall.freebsd.org>

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

>Number:         152115
>Category:       ports
>Synopsis:       [new port]: www/CGI-Thin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 10 19:20:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Phil Phillips
>Release:        8.1-RELEASE
>Organization:
Experts Exchange, LLC
>Environment:
FreeBSD phil.experts-exchange.com 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Perl module: A very lightweight Parser for CGI Forms
WWW: http://search.cpan.org/~rgeoffrey/CGI-Thin-0.52/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	CGI-Thin/
#	CGI-Thin/distinfo
#	CGI-Thin/pkg-descr
#	CGI-Thin/pkg-plist
#	CGI-Thin/Makefile
#
echo c - CGI-Thin/
mkdir -p CGI-Thin/ > /dev/null 2>&1
echo x - CGI-Thin/distinfo
sed 's/^X//' >CGI-Thin/distinfo << '069de46eba2d527ed8db70955996b09e'
XSHA256 (CGI-Thin-0.52.tar.gz) = a512adecf1e42b7cae77eb113d77edbf61c84ce8ff5ed67e142e169b460bc7d7
XSIZE (CGI-Thin-0.52.tar.gz) = 6360
069de46eba2d527ed8db70955996b09e
echo x - CGI-Thin/pkg-descr
sed 's/^X//' >CGI-Thin/pkg-descr << 'ccc5e97a0288e8d2af672ed44ae8fc92'
XThis module is a very lightweight parser of CGI forms. And it has a special
Xfeature that it will return an array if the same key is used twice in the
Xform.  You can force an array even if only one value returned to avoid 
Xcomplications.
X
XThe hash %cgi_data will have all the form data from either a POST or GET form
Xand will also work for "multipart/form-data" forms necessary for uploading 
Xfiles.
X
XWWW: http://search.cpan.org/~rgeoffrey/CGI-Thin-0.52/
ccc5e97a0288e8d2af672ed44ae8fc92
echo x - CGI-Thin/pkg-plist
sed 's/^X//' >CGI-Thin/pkg-plist << 'd6bc3336fde69d7daad57a2e4d09b0c7'
X%%SITE_PERL%%/CGI/Thin.pm
X%%SITE_PERL%%/CGI/Thin/Cookies.pm
X%%SITE_PERL%%/mach/auto/CGI/Thin/.packlist
X@dirrm %%SITE_PERL%%/mach/auto/CGI/Thin
X@dirrm %%SITE_PERL%%/mach/auto/CGI
X@dirrm %%SITE_PERL%%/CGI/Thin
X@dirrm %%SITE_PERL%%/CGI
d6bc3336fde69d7daad57a2e4d09b0c7
echo x - CGI-Thin/Makefile
sed 's/^X//' >CGI-Thin/Makefile << 'd799093c9b2ae0b6d4cbfcf42772c46a'
X# New ports collection makefile for:    CGI-Thin
X# Date created:                         9 November 2010
X# Whom:                                 Phil Phillips
X#
X# $FreeBSD$
X#
X
XPORTNAME=	CGI-Thin
XPORTVERSION=	0.52
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	pphillips@experts-exchange.com
XCOMMENT=	A very lightweight Parser for CGI Forms
X
XPERL_CONFIGURE=	yes
X
XMAN3=		CGI::Thin.3 \
X		CGI::Thin::Cookies.3
X
X.include <bsd.port.mk>
d799093c9b2ae0b6d4cbfcf42772c46a
exit



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



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