Bug 73486 - [New Port] devel/p5-Perl6-Form, Implements the Perl 6 'form' built-in
Summary: [New Port] devel/p5-Perl6-Form, Implements the Perl 6 'form' built-in
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-03 18:20 UTC by Yuan-Chung Hsiao
Modified: 2005-01-25 06:46 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 Yuan-Chung Hsiao 2004-11-03 18:20:29 UTC

How-To-Repeat: 
# 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-Perl6-Form
#	p5-Perl6-Form/Makefile
#	p5-Perl6-Form/distinfo
#	p5-Perl6-Form/pkg-descr
#	p5-Perl6-Form/pkg-plist
#
echo c - p5-Perl6-Form
mkdir -p p5-Perl6-Form > /dev/null 2>&1
echo x - p5-Perl6-Form/Makefile
sed 's/^X//' >p5-Perl6-Form/Makefile << 'END-of-p5-Perl6-Form/Makefile'
X# New ports collection makefile for:	devel/p5-Perl6-Form
X# Date created:				21 Oct 2004
X# Whom:					Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Perl6-Form
XPORTVERSION=	0.04
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/M/MA/MARCEL
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ychsiao@ychsiao.idv.tw
XCOMMENT=	Implements the Perl 6 'form' built-in
X
XBUILD_DEPENDS=	${SITE_PERL}/Perl6/Export.pm:${PORTSDIR}/devel/p5-Perl6-Export \
X		${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Perl6::Form.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500800
XIGNORE=		This program only support perl 5.8.0 or above
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Perl6-Form/Makefile
echo x - p5-Perl6-Form/distinfo
sed 's/^X//' >p5-Perl6-Form/distinfo << 'END-of-p5-Perl6-Form/distinfo'
XMD5 (Perl6-Form-0.04.tar.gz) = e3109dc701d99ed81f4d39a2605ac86a
XSIZE (Perl6-Form-0.04.tar.gz) = 70552
END-of-p5-Perl6-Form/distinfo
echo x - p5-Perl6-Form/pkg-descr
sed 's/^X//' >p5-Perl6-Form/pkg-descr << 'END-of-p5-Perl6-Form/pkg-descr'
XThis package helps to retrieve SourceForge site information in a perl script.
X
XSo far, can only get very basic information. The goal is to be able to fetch 
XTracker and Mailing list data. Please send any suggestions directly to me.
X
XUse at your own risk, the author is not responsible to any damage caused by 
Xusing this package.
X
XWWW: http://search.cpan.org/~gugod/WWW-SourceForge-0.08/
END-of-p5-Perl6-Form/pkg-descr
echo x - p5-Perl6-Form/pkg-plist
sed 's/^X//' >p5-Perl6-Form/pkg-plist << 'END-of-p5-Perl6-Form/pkg-plist'
X%%SITE_PERL%%/Perl6/Form.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Form/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Form
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Form 2>/dev/null || true
END-of-p5-Perl6-Form/pkg-plist
exit
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2004-11-05 15:19:21 UTC
Class Changed
From-To: maintainer-update->change-request

new ports are change-requests
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2004-12-11 01:42:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Take.
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2005-01-25 06:45:59 UTC
State Changed
From-To: open->closed

Committed, Thank you.