diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-02 14:52:12 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-02 14:52:12 +0000 |
commit | a61d456bc582dbb5b40ed9d64bbb1a78862609bb (patch) | |
tree | 7b9241387b7e0861e6448f3b467773875a806d64 /devel | |
parent | 2699799190a8b0b4bf6680558098e8a3408b8c2e (diff) | |
download | ports-a61d456bc582dbb5b40ed9d64bbb1a78862609bb.tar.gz ports-a61d456bc582dbb5b40ed9d64bbb1a78862609bb.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Array-Iterator/Makefile | 29 | ||||
-rw-r--r-- | devel/p5-Array-Iterator/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Array-Iterator/pkg-descr | 11 | ||||
-rw-r--r-- | devel/p5-Array-Iterator/pkg-plist | 9 |
5 files changed, 52 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5930a119551f..8e826fb2eb14 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -589,6 +589,7 @@ SUBDIR += p5-App-Info SUBDIR += p5-AppConfig SUBDIR += p5-AppConfig-Std + SUBDIR += p5-Array-Iterator SUBDIR += p5-Array-Window SUBDIR += p5-AtExit SUBDIR += p5-Attribute-Handlers diff --git a/devel/p5-Array-Iterator/Makefile b/devel/p5-Array-Iterator/Makefile new file mode 100644 index 000000000000..e7903b2990ee --- /dev/null +++ b/devel/p5-Array-Iterator/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: Array Iterator +# Date created: 1 August 2004 +# Whom: Aaron Dalton <aaron@daltons.ca> +# +# $FreeBSD$ +# + +PORTNAME= Array-Iterator +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Array +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@daltons.ca +COMMENT= A set of array iterators + +MAN3= Array::Iterator.3 Array::Iterator::Circular.3 \ + Array::Iterator::BiDirectional.3 Array::Iterator::Reusable.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= "This port requires perl 5.6 or above." +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Array-Iterator/distinfo b/devel/p5-Array-Iterator/distinfo new file mode 100644 index 000000000000..e2538a598122 --- /dev/null +++ b/devel/p5-Array-Iterator/distinfo @@ -0,0 +1,2 @@ +MD5 (Array-Iterator-0.05.tar.gz) = 8fe8300bcb964b32b4675c7df0afd99c +SIZE (Array-Iterator-0.05.tar.gz) = 9299 diff --git a/devel/p5-Array-Iterator/pkg-descr b/devel/p5-Array-Iterator/pkg-descr new file mode 100644 index 000000000000..c6a34585e8d6 --- /dev/null +++ b/devel/p5-Array-Iterator/pkg-descr @@ -0,0 +1,11 @@ +This module implements several types of array iterators: +- simple unidirectional +- bidirectional +- circular +- reusable + +WWW: http://search.cpan.org/dist/Array-Iterator/ +Author: Stevan Little <stevan@iinteractive.com> + +- Aaron Dalton +aaron@daltons.ca diff --git a/devel/p5-Array-Iterator/pkg-plist b/devel/p5-Array-Iterator/pkg-plist new file mode 100644 index 000000000000..5deb225df7ca --- /dev/null +++ b/devel/p5-Array-Iterator/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Array/Iterator.pm +%%SITE_PERL%%/Array/Iterator/BiDirectional.pm +%%SITE_PERL%%/Array/Iterator/Circular.pm +%%SITE_PERL%%/Array/Iterator/Reusable.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Iterator/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Iterator +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true +@dirrm %%SITE_PERL%%/Array/Iterator +@unexec rmdir %D/%%SITE_PERL%%/Array 2>/dev/null || true |