svn commit: r327234 - head/devel/p5-File-Iterator
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 14 07:31:08 UTC 2013
Author: sunpoet
Date: Sat Sep 14 07:31:07 2013
New Revision: 327234
URL: http://svnweb.freebsd.org/changeset/ports/327234
Log:
- Add LICENSE
- Remove unnecessary MASTER_SITES_SUBDIR
- Cosmetic change
- Fix WWW
- Reformat pkg-descr
Modified:
head/devel/p5-File-Iterator/Makefile
head/devel/p5-File-Iterator/pkg-descr (contents, props changed)
Modified: head/devel/p5-File-Iterator/Makefile
==============================================================================
--- head/devel/p5-File-Iterator/Makefile Sat Sep 14 07:27:54 2013 (r327233)
+++ head/devel/p5-File-Iterator/Makefile Sat Sep 14 07:31:07 2013 (r327234)
@@ -1,19 +1,21 @@
# Created by: Eric Freeman <freebsdports at chillibear.com>
# $FreeBSD$
-PORTNAME= File-Iterator
-PORTVERSION= 0.14
-CATEGORIES= devel perl5
-MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= File
-PKGNAMEPREFIX= p5-
+PORTNAME= File-Iterator
+PORTVERSION= 0.14
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
-COMMENT= Module for iterating across files in a directory tree
+MAINTAINER= ports at FreeBSD.org
+COMMENT= Module for iterating across files in a directory tree
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-MAN3= File::Iterator.3
+MAN3= File::Iterator.3
.include <bsd.port.mk>
Modified: head/devel/p5-File-Iterator/pkg-descr
==============================================================================
--- head/devel/p5-File-Iterator/pkg-descr Sat Sep 14 07:27:54 2013 (r327233)
+++ head/devel/p5-File-Iterator/pkg-descr Sat Sep 14 07:31:07 2013 (r327234)
@@ -1,9 +1,7 @@
-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.
+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
+WWW: http://search.cpan.org/dist/File-Iterator/
More information about the svn-ports-all
mailing list