Bug 68993 - New port www/p5-Apache-ParseFormData
Summary: New port www/p5-Apache-ParseFormData
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-07-13 16:10 UTC by nistor
Modified: 2004-10-12 11:53 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 nistor 2004-07-13 16:10:18 UTC
# 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-Apache-ParseFormData
#       p5-Apache-ParseFormData/Makefile
#       p5-Apache-ParseFormData/distinfo
#       p5-Apache-ParseFormData/pkg-descr
#       p5-Apache-ParseFormData/pkg-plist
#
echo c - p5-Apache-ParseFormData
mkdir -p p5-Apache-ParseFormData > /dev/null 2>&1
echo x - p5-Apache-ParseFormData/Makefile
sed 's/^X//' >p5-Apache-ParseFormData/Makefile << 'END-of-p5-Apache-ParseFormData/Makefile'
X# New ports collection makefile for:   p5-Apache-ParseFormData
X# Date created:                13-Jul-2004
X# Whom:                        Jon Nistor <nistor@snickers.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      Apache-ParseFormData
XPORTVERSION=   0.09
XCATEGORIES=    www perl5
XMASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=Apache
XPKGNAMEPREFIX= p5-
X
XMAINTAINER=    nistor@snickers.org
XCOMMENT=       Module allows you to easily decode/parse form and query data
X
XPERL_CONFIGURE= yes
X
XMAN3=          Apache::ParseFormData.3
X
X.include <bsd.port.mk>
END-of-p5-Apache-ParseFormData/Makefile
echo x - p5-Apache-ParseFormData/distinfo
sed 's/^X//' >p5-Apache-ParseFormData/distinfo << 'END-of-p5-Apache-ParseFormData/distinfo'
XMD5 (Apache-ParseFormData-0.09.tar.gz) = 182063deb2397155dd60ea0069831fde
XSIZE (Apache-ParseFormData-0.09.tar.gz) = 6368
END-of-p5-Apache-ParseFormData/distinfo
echo x - p5-Apache-ParseFormData/pkg-descr
sed 's/^X//' >p5-Apache-ParseFormData/pkg-descr << 'END-of-p5-Apache-ParseFormData/pkg-descr'
XThe Apache::ParseFormData module allows you to easily decode and parse
Xform and query data, even multipart forms generated by "file upload".
X
XThis module only work with mod_perl-2.0
X
XWWW: http://search.cpan.org/src/HDIAS/Apache-ParseFormData-0.09
X
X- Jon Nistor
Xnistor@snickers.org
END-of-p5-Apache-ParseFormData/pkg-descr
echo x - p5-Apache-ParseFormData/pkg-plist
sed 's/^X//' >p5-Apache-ParseFormData/pkg-plist << 'END-of-p5-Apache-ParseFormData/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/Apache/Peek.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.so
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Peek
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Apache 2>/dev/null || true
END-of-p5-Apache-ParseFormData/pkg-plist
exit

Fix: 

null.
How-To-Repeat: 	null.
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-09-21 10:18:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2004-10-12 11:51:19 UTC
State Changed
From-To: open->closed

Port added, thanks ! 
Changed a few things