diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 21:57:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-06-05 21:57:56 +0000 |
commit | d2bfeb620ab0d09a78d954f11c2fd037aed05291 (patch) | |
tree | b5a8e85cb78c03326f48b782262000d86020c00c /devel/p5-File-Iterator | |
parent | d8703613bae586b2a31f2bb0b75e9559d57b5500 (diff) |
Notes
Diffstat (limited to 'devel/p5-File-Iterator')
-rw-r--r-- | devel/p5-File-Iterator/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-File-Iterator/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-File-Iterator/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-File-Iterator/pkg-plist | 6 |
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-File-Iterator/Makefile b/devel/p5-File-Iterator/Makefile new file mode 100644 index 000000000000..69cff1cadc8a --- /dev/null +++ b/devel/p5-File-Iterator/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: devel-p5-File-Iterator +# Date created: 02 April 2010 +# Whom: Eric Freeman <freebsdports@chillibear.com> +# +# $FreeBSD$ +# + +PORTNAME= File-Iterator +PORTVERSION= 0.14 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= freebsdports@chillibear.com +COMMENT= Module for iterating across files in a directory tree + +PERL_CONFIGURE= yes + +MAN3= File::Iterator.3 + +.include <bsd.port.mk> diff --git a/devel/p5-File-Iterator/distinfo b/devel/p5-File-Iterator/distinfo new file mode 100644 index 000000000000..e45d7e77fc46 --- /dev/null +++ b/devel/p5-File-Iterator/distinfo @@ -0,0 +1,3 @@ +MD5 (File-Iterator-0.14.tar.gz) = 5a0ed4e527912fe53f4cddad2527f37c +SHA256 (File-Iterator-0.14.tar.gz) = 98e7cf4761b12bedf1f89c470a9635276e902c63048fe6580c604b393f192135 +SIZE (File-Iterator-0.14.tar.gz) = 4328 diff --git a/devel/p5-File-Iterator/pkg-descr b/devel/p5-File-Iterator/pkg-descr new file mode 100644 index 000000000000..76307f0696c5 --- /dev/null +++ b/devel/p5-File-Iterator/pkg-descr @@ -0,0 +1,9 @@ +File::Iterator wraps a simple iteration interface around +the files in a directory or directory tree. It builds a +list of filenames, and maintains a cursor that points to +one filename in the list. The user can work through the +filenames sequentially by repeatedly doing stuff with +the next filename that the cursor points to until their +are no filenames left. + +WWW: http://search.cpan.org/dist/File-Iterator/Iterator.pm diff --git a/devel/p5-File-Iterator/pkg-plist b/devel/p5-File-Iterator/pkg-plist new file mode 100644 index 000000000000..c75b0d81999f --- /dev/null +++ b/devel/p5-File-Iterator/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/File/Iterator.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Iterator/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Iterator +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrmtry %%SITE_PERL%%/File |