1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add p5-Object-Array 0.060, array references with accessors.

PR:		ports/102681
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-09-30 03:56:31 +00:00
parent 3179f20ddc
commit e91e3bae7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174121
5 changed files with 58 additions and 0 deletions

View File

@ -1226,6 +1226,7 @@
SUBDIR += p5-OOTools
SUBDIR += p5-ORBit
SUBDIR += p5-Object-Accessor
SUBDIR += p5-Object-Array
SUBDIR += p5-Object-Declare
SUBDIR += p5-Object-Enum
SUBDIR += p5-Object-InsideOut

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: p5-Object-Array
# Date created: 2006-08-30
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Object-Array
PORTVERSION= 0.060
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Object
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Array references with accessors
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils \
${SITE_PERL}/Sub/Exporter.pm:${PORTSDIR}/devel/p5-Sub-Exporter \
${SITE_PERL}/Sub/Install.pm:${PORTSDIR}/devel/p5-Sub-Install \
${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Object::Array.3 Object::Array::Plugin::Builtins.3 \
Object::Array::Plugin::ListMoreUtils.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Object-Array-0.060.tar.gz) = 14ff94ff5d3f9af8a72758465d0d48b6
SHA256 (Object-Array-0.060.tar.gz) = 11bb79d63f1c432496c2475e01c8e372cda93a0979672ffe3131a7ce8e0abb9a
SIZE (Object-Array-0.060.tar.gz) = 22868

View File

@ -0,0 +1,9 @@
Several of these methods do not behave exactly like their builtin
counterparts.
Specifically, any method that you would expect to return a list does
so, but only in list context. In scalar context, these methods will
return an Object::Array object constructed from a copy of the list
that would have been returned.
WWW: http://search.cpan.org/dist/Object-Array/

View File

@ -0,0 +1,10 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array/.packlist
%%SITE_PERL%%/Object/Array.pm
%%SITE_PERL%%/Object/Array/Plugin/Builtins.pm
%%SITE_PERL%%/Object/Array/Plugin/ListMoreUtils.pm
@dirrmtry %%SITE_PERL%%/Object/Array/Plugin
@dirrmtry %%SITE_PERL%%/Object/Array
@dirrmtry %%SITE_PERL%%/Object
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/Array
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object