ports/137139: New port: devel/p5-Moose-Autobox

Bill Brinzer bill.brinzer at gmail.com
Sat Jul 25 20:50:01 UTC 2009


>Number:         137139
>Category:       ports
>Synopsis:       New port: devel/p5-Moose-Autobox
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 25 20:50:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Bill Brinzer
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
Meyer & Associates, Inc.
>Environment:
System: FreeBSD water.mfrac.vpn 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #2: Fri Jun 26 14:13:57 EDT 2009 root at water.mfrac.vpn:/export/FreeBSD/7.x/obj/usr/src/sys/SMITHWICKS i386

>Description:
Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use
with autobox. It does this using a hierarchy of roles in a manner similar to
what Perl 6 might do.

Note: This port depends on the devel/p5-autobox port which I've just
submitted (PR ports/137137).  Also, it appears to be an unlisted dependency of
the recently updated www/p5-Catalyst-Model-DBIC-Schema 0.25.

>How-To-Repeat:
>Fix:

--- p5-Moose-Autobox.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-Moose-Autobox
#	p5-Moose-Autobox/Makefile
#	p5-Moose-Autobox/distinfo
#	p5-Moose-Autobox/pkg-descr
#	p5-Moose-Autobox/pkg-plist
#
echo c - p5-Moose-Autobox
mkdir -p p5-Moose-Autobox > /dev/null 2>&1
echo x - p5-Moose-Autobox/Makefile
sed 's/^X//' >p5-Moose-Autobox/Makefile << '5906cf3a7cc54dfb44d90b7b6ddedcf6'
X# New ports collection makefile for:	devel/p5-Moose-Autobox
X# Date created:				25 July 2009
X# Whom:					Bill Brinzer <bill.brinzer at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Moose-Autobox
XPORTVERSION=	0.09
XCATEGORIES=	devel perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../../authors/id/R/RJ/RJBS/
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	bill.brinzer at gmail.com
XCOMMENT=	Autoboxed wrappers for Native Perl datatypes
X
XBUILD_DEPENDS=	p5-autobox>=2.23:${PORTSDIR}/devel/p5-autobox \
X		p5-Moose>=0.42:${PORTSDIR}/devel/p5-Moose \
X		p5-Perl6-Junction>=1.40000:${PORTSDIR}/devel/p5-Perl6-Junction \
X		p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception
XRUN_DEPENDS=	p5-autobox>=2.23:${PORTSDIR}/devel/p5-autobox \
X		p5-Moose>=0.42:${PORTSDIR}/devel/p5-Moose \
X		p5-Perl6-Junction>=1.40000:${PORTSDIR}/devel/p5-Perl6-Junction \
X		p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception
X
XPERL_CONFIGURE=	5.6.0+
X
XMAN3=	Moose::Autobox.3 \
X	Moose::Autobox::Array.3 \
X	Moose::Autobox::Code.3 \
X	Moose::Autobox::Defined.3 \
X	Moose::Autobox::Hash.3 \
X	Moose::Autobox::Indexed.3 \
X	Moose::Autobox::Item.3 \
X	Moose::Autobox::List.3 \
X	Moose::Autobox::Number.3 \
X	Moose::Autobox::Ref.3 \
X	Moose::Autobox::Scalar.3 \
X	Moose::Autobox::String.3 \
X	Moose::Autobox::Undef.3 \
X	Moose::Autobox::Value.3
X
X.include <bsd.port.mk>
5906cf3a7cc54dfb44d90b7b6ddedcf6
echo x - p5-Moose-Autobox/distinfo
sed 's/^X//' >p5-Moose-Autobox/distinfo << 'a903fa8c08327b779a9a767781ecf543'
XMD5 (Moose-Autobox-0.09.tar.gz) = c6f9e74a9054ce59da4d593836d9d05f
XSHA256 (Moose-Autobox-0.09.tar.gz) = f06d9ad588f979aa38ff20fc67c6f08ef4f6554c35c215186ebab06a4ea99a8b
XSIZE (Moose-Autobox-0.09.tar.gz) = 26277
a903fa8c08327b779a9a767781ecf543
echo x - p5-Moose-Autobox/pkg-descr
sed 's/^X//' >p5-Moose-Autobox/pkg-descr << '6d6e82a429a68f7655d30bf56ad80296'
XMoose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use
Xwith autobox. It does this using a hierarchy of roles in a manner similar to
Xwhat Perl 6 might do.
X
XWWW: http://search.cpan.org/dist/Moose-Autobox/
6d6e82a429a68f7655d30bf56ad80296
echo x - p5-Moose-Autobox/pkg-plist
sed 's/^X//' >p5-Moose-Autobox/pkg-plist << '208850753a1c7a0caf4266862f7493f8'
X%%SITE_PERL%%/Moose/Autobox.pm
X%%SITE_PERL%%/Moose/Autobox/Array.pm
X%%SITE_PERL%%/Moose/Autobox/Code.pm
X%%SITE_PERL%%/Moose/Autobox/Defined.pm
X%%SITE_PERL%%/Moose/Autobox/Hash.pm
X%%SITE_PERL%%/Moose/Autobox/Indexed.pm
X%%SITE_PERL%%/Moose/Autobox/Item.pm
X%%SITE_PERL%%/Moose/Autobox/List.pm
X%%SITE_PERL%%/Moose/Autobox/Number.pm
X%%SITE_PERL%%/Moose/Autobox/Ref.pm
X%%SITE_PERL%%/Moose/Autobox/Scalar.pm
X%%SITE_PERL%%/Moose/Autobox/String.pm
X%%SITE_PERL%%/Moose/Autobox/Undef.pm
X%%SITE_PERL%%/Moose/Autobox/Value.pm
X%%SITE_PERL%%/mach/auto/Moose/Autobox/.packlist
X at dirrmtry %%SITE_PERL%%/mach/auto/Moose/Autobox
X at dirrmtry %%SITE_PERL%%/mach/auto/Moose
X at dirrmtry %%SITE_PERL%%/Moose/Autobox
X at dirrmtry %%SITE_PERL%%/Moose
208850753a1c7a0caf4266862f7493f8
exit
--- p5-Moose-Autobox.shar ends here ---


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



More information about the freebsd-ports-bugs mailing list