Bug 73485 - [New Port] devel/p5-Perl6-Export , Implements the Perl 6 'is export(...)' trait
Summary: [New Port] devel/p5-Perl6-Export , Implements the Perl 6 'is export(...)' trait
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: 2004-12-29 01:47 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:28 UTC
Implements the Perl 6 'is export(...)' trait

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-Export
#	p5-Perl6-Export/Makefile
#	p5-Perl6-Export/distinfo
#	p5-Perl6-Export/pkg-descr
#	p5-Perl6-Export/pkg-plist
#
echo c - p5-Perl6-Export
mkdir -p p5-Perl6-Export > /dev/null 2>&1
echo x - p5-Perl6-Export/Makefile
sed 's/^X//' >p5-Perl6-Export/Makefile << 'END-of-p5-Perl6-Export/Makefile'
X# New ports collection makefile for:	devel/p5-Perl6-Export
X# Date created:				21 Oct 2004
X# Whom:					Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Perl6-Export
XPORTVERSION=	0.07
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/D/DC/DCONWAY
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ychsiao@ychsiao.idv.tw
XCOMMENT=	Implements the Perl 6 'is export(...)' trait
X
XBUILD_DEPENDS=	${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Perl6::Export.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-Export/Makefile
echo x - p5-Perl6-Export/distinfo
sed 's/^X//' >p5-Perl6-Export/distinfo << 'END-of-p5-Perl6-Export/distinfo'
XMD5 (Perl6-Export-0.07.tar.gz) = cd44b18fd589cee60aca6cfbe58f9c2e
XSIZE (Perl6-Export-0.07.tar.gz) = 3544
END-of-p5-Perl6-Export/distinfo
echo x - p5-Perl6-Export/pkg-descr
sed 's/^X//' >p5-Perl6-Export/pkg-descr << 'END-of-p5-Perl6-Export/pkg-descr'
XThis module prototypes the Perl 6 'exported' and 'exportable' traits
Xin Perl 5.
X
XWWW: http://search.cpan.org/~dconway/Perl6-Export-0.07/
END-of-p5-Perl6-Export/pkg-descr
echo x - p5-Perl6-Export/pkg-plist
sed 's/^X//' >p5-Perl6-Export/pkg-plist << 'END-of-p5-Perl6-Export/pkg-plist'
X%%SITE_PERL%%/Perl6/Export.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Export/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Export
X@unexec rmdir %D/%%SITE_PERL%%/Perl6/Export 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Export 2>/dev/null || true
END-of-p5-Perl6-Export/pkg-plist
exit
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2004-12-11 01:42:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Take.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2004-12-29 01:47:10 UTC
State Changed
From-To: open->closed

New port added, Thank you.