Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Aug 2004 17:44:52 -0600
From:      Aaron Dalton <aaron@daltons.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69889: New Port: devel/p5-Array-Iterator - A set of array iterators (obsoletes ports/69880 and ports/69884)
Message-ID:  <E1BrQ0a-00080Z-5X@galan.daltons.ca>
Resent-Message-ID: <200408012350.i71NoLui078757@freefall.freebsd.org>

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

>Number:         69889
>Category:       ports
>Synopsis:       New Port: devel/p5-Array-Iterator - A set of array iterators (obsoletes ports/69880 and ports/69884)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 01 23:50:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD galan.daltons.ca 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Jun 27 22:48:19 MDT 2004 root@galan.daltons.ca:/usr/src/sys/i386/compile/GALAN i386


	
>Description:
This module implements several types of array iterators:
- simple unidirectional
- bidirectional
- circular
- reusable

>How-To-Repeat:
>Fix:

	

--- submission.txt 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-Array-Iterator
#	p5-Array-Iterator/pkg-plist
#	p5-Array-Iterator/pkg-descr
#	p5-Array-Iterator/Makefile
#	p5-Array-Iterator/distinfo
#
echo c - p5-Array-Iterator
mkdir -p p5-Array-Iterator > /dev/null 2>&1
echo x - p5-Array-Iterator/pkg-plist
sed 's/^X//' >p5-Array-Iterator/pkg-plist << 'END-of-p5-Array-Iterator/pkg-plist'
X%%SITE_PERL%%/Array/Iterator.pm
X%%SITE_PERL%%/Array/Iterator/BiDirectional.pm
X%%SITE_PERL%%/Array/Iterator/Circular.pm
X%%SITE_PERL%%/Array/Iterator/Reusable.pm
X@dirrm %%SITE_PERL%%/Array/Iterator
X@unexec rmdir %D/%%SITE_PERL%%/Array 2>/dev/null || true
END-of-p5-Array-Iterator/pkg-plist
echo x - p5-Array-Iterator/pkg-descr
sed 's/^X//' >p5-Array-Iterator/pkg-descr << 'END-of-p5-Array-Iterator/pkg-descr'
XThis module implements several types of array iterators:
X- simple unidirectional
X- bidirectional
X- circular
X- reusable
X
XWWW: http://search.cpan.org/~stevan/Array-Iterator-0.05/
XAuthor: Stevan Little <stevan@iinteractive.com>
X
X- Aaron Dalton
Xaaron@daltons.ca
END-of-p5-Array-Iterator/pkg-descr
echo x - p5-Array-Iterator/Makefile
sed 's/^X//' >p5-Array-Iterator/Makefile << 'END-of-p5-Array-Iterator/Makefile'
X# New ports collection makefile for:	Array Iterator
X# Date created:							1 August 2004
X# Whom:									Aaron Dalton <aaron@daltons.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=			Array-Iterator
XPORTVERSION=		0.05
XCATEGORIES=			devel perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Array
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=	aaron@daltons.ca
XCOMMENT=	A set of array iterators
X
XBUILD_DEPENDS+=	${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
XRUN_DEPENDS+=	${BUILD_DEPENDS}
X
XMAN3=		Array::Iterator.3 Array::Iterator::Circular.3 Array::Iterator::BiDirectional.3 Array::Iterator::Reusable.3
X
XPERL_CONFIGURE=	yes
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
X.endif
X
X.if ${PERL_LEVEL} < 500800
XBUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
XRUN_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Array-Iterator/Makefile
echo x - p5-Array-Iterator/distinfo
sed 's/^X//' >p5-Array-Iterator/distinfo << 'END-of-p5-Array-Iterator/distinfo'
XMD5 (Array-Iterator-0.05.tar.gz) = 8fe8300bcb964b32b4675c7df0afd99c
XSIZE (Array-Iterator-0.05.tar.gz) = 9299
END-of-p5-Array-Iterator/distinfo
exit
--- submission.txt ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BrQ0a-00080Z-5X>