ports/166603: [NEW PORT] devel/p5-Exporter: Implements default import method for modules
Tsung-Han Yeh
snowfly at yuntech.edu.tw
Tue Apr 3 07:30:03 UTC 2012
>Number: 166603
>Category: ports
>Synopsis: [NEW PORT] devel/p5-Exporter: Implements default import method for modules
>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: Tue Apr 03 07:30:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Tsung-Han Yeh
>Release: FreeBSD 6.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD netadm.yuntech.edu.tw 6.4-RELEASE-p6 FreeBSD 6.4-RELEASE-p6 #2: Fri Aug 28 13:44:12 CST 2009
>Description:
The Exporter module implements an "import" method which allows a module
to export functions and variables to its users' namespaces. Many modules
use Exporter rather than implementing their own "import" method because
Exporter provides a highly flexible interface, with an implementation
optimised for the common case.
WWW: http://search.cpan.org/dist/p5-Exporter/
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Exporter-5.66.shar 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-Exporter
# p5-Exporter/Makefile
# p5-Exporter/distinfo
# p5-Exporter/pkg-descr
# p5-Exporter/pkg-plist
#
echo c - p5-Exporter
mkdir -p p5-Exporter > /dev/null 2>&1
echo x - p5-Exporter/Makefile
sed 's/^X//' >p5-Exporter/Makefile << '886f13e8c412cd6290ec44acebc33b63'
X# New ports collection makefile for: p5-Exporter
X# Date created: 2012-04-03
X# Whom: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME= Exporter
XPORTVERSION= 5.66
XCATEGORIES= devel perl5
XMASTER_SITES= CPAN
XPKGNAMEPREFIX= p5-
X
XMAINTAINER= snowfly at yuntech.edu.tw
XCOMMENT= Implements default import method for modules
X
XRUN_DEPENDS= p5-Carp>=1.05:${PORTSDIR}/devel/p5-Carp
XBUILD_DEPENDS= ${RUN_DEPENDS}
X
XPERL_CONFIGURE= yes
X
XMAN3= Exporter.3 Exporter::Heavy.3
X
X.include <bsd.port.mk>
886f13e8c412cd6290ec44acebc33b63
echo x - p5-Exporter/distinfo
sed 's/^X//' >p5-Exporter/distinfo << '5360451708e9513bd1fc157d148dc5f2'
XSHA256 (Exporter-5.66.tar.gz) = 35bba6bbd2a5a983f1576b6c5acf57d90245297de6ad36a948d4a25e6d787234
XSIZE (Exporter-5.66.tar.gz) = 16594
5360451708e9513bd1fc157d148dc5f2
echo x - p5-Exporter/pkg-descr
sed 's/^X//' >p5-Exporter/pkg-descr << '786587dc66e35e042531fe9a39693af8'
XThe Exporter module implements an "import" method which allows a module
Xto export functions and variables to its users' namespaces. Many modules
Xuse Exporter rather than implementing their own "import" method because
XExporter provides a highly flexible interface, with an implementation
Xoptimised for the common case.
X
XWWW: http://search.cpan.org/dist/p5-Exporter/
786587dc66e35e042531fe9a39693af8
echo x - p5-Exporter/pkg-plist
sed 's/^X//' >p5-Exporter/pkg-plist << 'a291a7d14380db7cabf2e6ae34e16489'
X%%SITE_PERL%%/Exporter.pm
X%%SITE_PERL%%/Exporter/Heavy.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter/.packlist
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter
X at dirrmtry %%SITE_PERL%%/Exporter
a291a7d14380db7cabf2e6ae34e16489
exit
--- p5-Exporter-5.66.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list