From aaron@daltons.ca  Sun Aug  1 19:17:49 2004
Return-Path: <aaron@daltons.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9AA2016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Aug 2004 19:17:49 +0000 (GMT)
Received: from priv-edtnes40.telusplanet.net (outbound05.telus.net [199.185.220.224])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 259D043D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  1 Aug 2004 19:17:49 +0000 (GMT)
	(envelope-from aaron@daltons.ca)
Received: from galan.daltons.ca ([137.186.239.215])
          by priv-edtnes40.telusplanet.net
          (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP
          id <20040801191748.NXYJ20017.priv-edtnes40.telusplanet.net@galan.daltons.ca>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Sun, 1 Aug 2004 13:17:48 -0600
Received: from aaron by galan.daltons.ca with local (Exim 4.41 (FreeBSD))
	id 1BrLqc-0004Pb-H9
	for FreeBSD-gnats-submit@freebsd.org; Sun, 01 Aug 2004 13:18:18 -0600
Message-Id: <E1BrLqc-0004Pb-H9@galan.daltons.ca>
Date: Sun, 01 Aug 2004 13:18:18 -0600
From: Aaron Dalton <aaron@daltons.ca>
Reply-To: Aaron Dalton <acdalton@ucalgary.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: devel/p5-Array-Iterator - A set of array iterators
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69880
>Category:       ports
>Synopsis:       New Port: devel/p5-Array-Iterator - A set of array iterators
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 01 19:20:00 GMT 2004
>Closed-Date:    Mon Aug 02 02:25:25 GMT 2004
>Last-Modified:  Mon Aug 02 02:25:25 GMT 2004
>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
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} < 500800
XBUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
XRUN_DEPENDS+=	${BUILD_DEPENDS}
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:
State-Changed-From-To: open->feedback 
State-Changed-By: tobez 
State-Changed-When: Sun Aug 1 21:44:26 CEST 2004 
State-Changed-Why:  
It appears, that one of the dependencies, namely p5-Test-Exception, 
requires perl 5.6 or above.  Does p5-Array-Iterator work with perl 
5.005_03?  That is, by itself?  If it is so, or if it can trivially be 
made so, and p5-Test-Exception is only used for testing, the I'd suggest 
reworking the port to make it work with older perls.  If 
p5-Array-Iterator absolutely requires 5.6 or better, then this fact 
should probably bark at once (currently, with 5.005_03, it builds and 
installs 4 dependencies before barking on p5-Test-Exception). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69880 

From: Aaron Dalton <aaron@daltons.ca>
To: freebsd-gnats-submit@FreeBSD.org, acdalton@ucalgary.ca
Cc:  
Subject: Re: ports/69880: New Port: devel/p5-Array-Iterator - A set of array iterators
Date: Sun, 1 Aug 2004 20:21:02 -0600

 Repaired and thus obsoleted by ports/69889.
 
 -- 
 Aaron Dalton
 http://aaron.daltons.ca
State-Changed-From-To: feedback->closed 
State-Changed-By: ijliao 
State-Changed-When: Mon Aug 2 02:25:10 GMT 2004 
State-Changed-Why:  
superseded by pr/69889 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69880 
>Unformatted:
