ports/71794: [NEW PORT] devel/p5-Module-Install: Standalone, extensible Perl module installer

Cheng-Lung Sung clsung at tw.freebsd.org
Thu Sep 16 14:50:18 UTC 2004


>Number:         71794
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Module-Install: Standalone, extensible Perl module installer
>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:   Thu Sep 16 14:50:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.NCTU.edu.tw 4.10-STABLE FreeBSD 4.10-STABLE #0: Sat May 29 08:18:00 CST 2004
>Description:
Module::Install is a a standalone, extensible installer for Perl modules.
It is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a
descendent of CPAN::MakeMaker.
Please type "perldoc Module::Install" after installation to see the
module usage information.

WWW: http://search.cpan.org/dist/Module-Install/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Module-Install-0.36.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-Module-Install
#	p5-Module-Install/Makefile
#	p5-Module-Install/distinfo
#	p5-Module-Install/pkg-descr
#	p5-Module-Install/pkg-plist
#	p5-Module-Install/files
#	p5-Module-Install/files/patch-Makefile.PL
#
echo c - p5-Module-Install
mkdir -p p5-Module-Install > /dev/null 2>&1
echo x - p5-Module-Install/Makefile
sed 's/^X//' >p5-Module-Install/Makefile << 'END-of-p5-Module-Install/Makefile'
X# New ports collection makefile for:	Module-Install
X# Date created:				Sep 15 2004
X# Whom:                			clsung
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Module-Install
XPORTVERSION=	0.36
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Module
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	clsung at FreeBSD.org
XCOMMENT=	Standalone, extensible Perl module installer
X
XBUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
X		${SITE_PERL}/Module/ScanDeps.pm:${PORTSDIR}/devel/p5-Module-ScanDeps \
X		${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \
X		${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \
X		${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist \
X		${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_MODBUILD=	yes
X
XMAN3=		inc::Module::Install.3 \
X		Module::Install.3 \
X		Module::Install::Base.3 \
X		Module::Install::Makefile.3 \
X		Module::Install::Admin.3 \
X		Module::Install::Bundle.3 \
X		Module::Install::Build.3 \
X		Module::Install::Admin::Manifest.3 \
X		Module::Install-Cookbook.3 \
X		Module::Install-Philosophy.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=	This port requires perl 5.6.x or later. Install lang/perl5 then try again
X.endif
X.if ${PERL_LEVEL} < 500805
XBUILD_DEPENDS+=	${SITE_PERL}/Pod/Man.pm:${PORTSDIR}/textproc/p5-podlators
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Module-Install/Makefile
echo x - p5-Module-Install/distinfo
sed 's/^X//' >p5-Module-Install/distinfo << 'END-of-p5-Module-Install/distinfo'
XMD5 (Module-Install-0.36.tar.gz) = db713036176a22e46378587854f9b5e6
XSIZE (Module-Install-0.36.tar.gz) = 57148
END-of-p5-Module-Install/distinfo
echo x - p5-Module-Install/pkg-descr
sed 's/^X//' >p5-Module-Install/pkg-descr << 'END-of-p5-Module-Install/pkg-descr'
XModule::Install is a a standalone, extensible installer for Perl modules.
XIt is designed to be a drop-in replacement for ExtUtils::MakeMaker, and is a
Xdescendent of CPAN::MakeMaker.
XPlease type "perldoc Module::Install" after installation to see the
Xmodule usage information.
X
XWWW: http://search.cpan.org/dist/Module-Install/
END-of-p5-Module-Install/pkg-descr
echo x - p5-Module-Install/pkg-plist
sed 's/^X//' >p5-Module-Install/pkg-plist << 'END-of-p5-Module-Install/pkg-plist'
X%%SITE_PERL%%/Module/Install.pm
X%%SITE_PERL%%/Module/Install-Cookbook.pod
X%%SITE_PERL%%/Module/Install-Philosophy.pod
X%%SITE_PERL%%/Module/Install/Metadata.pm
X%%SITE_PERL%%/Module/Install/Build.pm
X%%SITE_PERL%%/Module/Install/AutoInstall.pm
X%%SITE_PERL%%/Module/Install/Makefile.pm
X%%SITE_PERL%%/Module/Install/Bundle.pm
X%%SITE_PERL%%/Module/Install/Run.pm
X%%SITE_PERL%%/Module/Install/WriteAll.pm
X%%SITE_PERL%%/Module/Install/Include.pm
X%%SITE_PERL%%/Module/Install/Scripts.pm
X%%SITE_PERL%%/Module/Install/Admin.pm
X%%SITE_PERL%%/Module/Install/Can.pm
X%%SITE_PERL%%/Module/Install/PAR.pm
X%%SITE_PERL%%/Module/Install/Win32.pm
X%%SITE_PERL%%/Module/Install/Fetch.pm
X%%SITE_PERL%%/Module/Install/Base.pm
X%%SITE_PERL%%/Module/Install/MakeMaker.pm
X%%SITE_PERL%%/Module/Install/Inline.pm
X%%SITE_PERL%%/Module/Install/Admin/Bundle.pm
X%%SITE_PERL%%/Module/Install/Admin/WriteAll.pm
X%%SITE_PERL%%/Module/Install/Admin/Include.pm
X%%SITE_PERL%%/Module/Install/Admin/Makefile.pm
X%%SITE_PERL%%/Module/Install/Admin/Manifest.pm
X%%SITE_PERL%%/Module/Install/Admin/Metadata.pm
X%%SITE_PERL%%/Module/Install/Admin/ScanDeps.pm
X%%SITE_PERL%%/Module/Install/Admin/Find.pm
X%%SITE_PERL%%/Module/Install/Makefile/Version.pm
X%%SITE_PERL%%/Module/Install/Makefile/Name.pm
X%%SITE_PERL%%/inc/Module/Install.pm
X at dirrm %%SITE_PERL%%/Module/Install/Makefile
X at dirrm %%SITE_PERL%%/Module/Install/Admin
X at dirrm %%SITE_PERL%%/Module/Install
X at dirrm %%SITE_PERL%%/inc/Module
X at unexec rmdir %D/%%SITE_PERL%%/inc 2>/dev/null || true
X at unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true
END-of-p5-Module-Install/pkg-plist
echo c - p5-Module-Install/files
mkdir -p p5-Module-Install/files > /dev/null 2>&1
echo x - p5-Module-Install/files/patch-Makefile.PL
sed 's/^X//' >p5-Module-Install/files/patch-Makefile.PL << 'END-of-p5-Module-Install/files/patch-Makefile.PL'
X--- Makefile.PL.orig	Thu Sep  9 21:26:15 2004
X+++ Makefile.PL	Thu Sep 16 14:49:44 2004
X@@ -24,10 +24,10 @@
X         recommends  ('Module::ScanDeps' => 0.28),
X         recommends  ('Module::CoreList'),
X     ],
X-    'Bundle other CPAN packages' => [
X-        -default            => 0,
X-        recommends  ('CPANPLUS' => 0.040),
X-    ],
X+#    'Bundle other CPAN packages' => [
X+#        -default            => 0,
X+#        recommends  ('CPANPLUS' => 0.040),
X+#    ],
X     'PAR-based binary distributions' => [
X         -default            => 0,
X         recommends  ('PAR::Dist' => 0.03),
END-of-p5-Module-Install/files/patch-Makefile.PL
exit
--- p5-Module-Install-0.36.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list