mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add p5-Array-Iterator 0.05, a set of array iterators.
PR: ports/69884 Submitted by: Aaron Dalton <aaron@daltons.ca>
This commit is contained in:
parent
2699799190
commit
a61d456bc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115270
5 changed files with 52 additions and 0 deletions
|
@ -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
|
||||
|
|
29
devel/p5-Array-Iterator/Makefile
Normal file
29
devel/p5-Array-Iterator/Makefile
Normal file
|
@ -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>
|
2
devel/p5-Array-Iterator/distinfo
Normal file
2
devel/p5-Array-Iterator/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Array-Iterator-0.05.tar.gz) = 8fe8300bcb964b32b4675c7df0afd99c
|
||||
SIZE (Array-Iterator-0.05.tar.gz) = 9299
|
11
devel/p5-Array-Iterator/pkg-descr
Normal file
11
devel/p5-Array-Iterator/pkg-descr
Normal file
|
@ -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
|
9
devel/p5-Array-Iterator/pkg-plist
Normal file
9
devel/p5-Array-Iterator/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue