Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  8 Jun 2006 21:45:02 -0600 (MDT)
From:      hideo <hideo@lastamericanempire.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98735: [New port] devel/p5-Scalar-Util-Clone - fast, low-level, recursive clone
Message-ID:  <20060609034502.7EFD533C2C@darwin.lastamericanempire.com>
Resent-Message-ID: <200606090350.k593oAZ7093925@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98735
>Category:       ports
>Synopsis:       [New port] devel/p5-Scalar-Util-Clone - fast, low-level, recursive clone
>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:   Fri Jun 09 03:50:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     hideo
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darwin.lastamericanempire.com 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Jun 6 14:10:58 MDT 2006 hideo@darwin.lastamericanempire.com:/usr/obj/usr/src/sys/darwin amd64


	
>Description:
Fast, low-level clone module using Perl's builtin functionality.
>How-To-Repeat:
	
>Fix:

	

--- p5-Scalar-Util-Clone 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-Scalar-Util-Clone
#	p5-Scalar-Util-Clone/pkg-plist
#	p5-Scalar-Util-Clone/pkg-descr
#	p5-Scalar-Util-Clone/distinfo
#	p5-Scalar-Util-Clone/Makefile
#
echo c - p5-Scalar-Util-Clone
mkdir -p p5-Scalar-Util-Clone > /dev/null 2>&1
echo x - p5-Scalar-Util-Clone/pkg-plist
sed 's/^X//' >p5-Scalar-Util-Clone/pkg-plist << 'END-of-p5-Scalar-Util-Clone/pkg-plist'
X%%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util/Clone.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/Clone/Clone.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/Clone/Clone.so
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/Clone/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Scalar/Util
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Scalar
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/Clone
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar/Util/
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Scalar
END-of-p5-Scalar-Util-Clone/pkg-plist
echo x - p5-Scalar-Util-Clone/pkg-descr
sed 's/^X//' >p5-Scalar-Util-Clone/pkg-descr << 'END-of-p5-Scalar-Util-Clone/pkg-descr'
XThis module exports a clone() function which unlocks the builtin 
Xfunctionality perl uses to clone a new interpreter and its values.
X
XWWW: http://search.cpan.org/dist/Scalar-Util-Clone/
END-of-p5-Scalar-Util-Clone/pkg-descr
echo x - p5-Scalar-Util-Clone/distinfo
sed 's/^X//' >p5-Scalar-Util-Clone/distinfo << 'END-of-p5-Scalar-Util-Clone/distinfo'
XMD5 (Scalar-Util-Clone-0.04.tar.gz) = 466d571e224cc3df608a65ddeaaea5df
XSHA256 (Scalar-Util-Clone-0.04.tar.gz) = 4b8f9efd79f8346c87d8eac0953b64cb8edc56feb9cddd2e354b61070ecd430b
XSIZE (Scalar-Util-Clone-0.04.tar.gz) = 40933
END-of-p5-Scalar-Util-Clone/distinfo
echo x - p5-Scalar-Util-Clone/Makefile
sed 's/^X//' >p5-Scalar-Util-Clone/Makefile << 'END-of-p5-Scalar-Util-Clone/Makefile'
X# New ports collection makefile for:	devel/p5-Scalar-Util-Clone
X# Date created:				08 June 2006
X# Whom:					Zach Thompson <hideo@lastamericanempire.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Scalar-Util-Clone
XPORTVERSION=	0.04
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Scalar
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hideo@lastamericanempire.com
XCOMMENT=	Recursively copy datatypes using Perl's builtin functions
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Scalar::Util::Clone.3
X
X.include <bsd.port.pre.mk>
X
Xpost-extract:
X	@${PERL} -pi -e '$$_ = undef if /''OPTIMIZE''/' ${WRKSRC}/Makefile.PL
X
X.if ${PERL_LEVEL} < 500800
XIGNORE= requires perl 5.8 or later. Install lang/perl5.8 then try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Scalar-Util-Clone/Makefile
exit
--- p5-Scalar-Util-Clone ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060609034502.7EFD533C2C>