Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 07:31:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327234 - head/devel/p5-File-Iterator
Message-ID:  <201309140731.r8E7V7XL037250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
-COMMENT=		Module for iterating across files in a directory tree
+MAINTAINER=	ports@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309140731.r8E7V7XL037250>