svn commit: r307804 - in head/devel: . p5-Iterator-Simple
Ryan Steinmetz
zi at FreeBSD.org
Mon Nov 26 22:18:50 UTC 2012
Author: zi
Date: Mon Nov 26 22:18:49 2012
New Revision: 307804
URL: http://svnweb.freebsd.org/changeset/ports/307804
Log:
New port: devel/p5-Iterator-Simple:
Another general-purpose iterator utility that is simple, fast and powerful.
WWW: http://search.cpan.org/~rintaro/Iterator-Simple/
Feature safe: yes
Added:
head/devel/p5-Iterator-Simple/
head/devel/p5-Iterator-Simple/Makefile (contents, props changed)
head/devel/p5-Iterator-Simple/distinfo (contents, props changed)
head/devel/p5-Iterator-Simple/pkg-descr (contents, props changed)
head/devel/p5-Iterator-Simple/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Nov 26 22:11:45 2012 (r307803)
+++ head/devel/Makefile Mon Nov 26 22:18:49 2012 (r307804)
@@ -2069,6 +2069,7 @@
SUBDIR += p5-Iterator
SUBDIR += p5-Iterator-IO
SUBDIR += p5-Iterator-Misc
+ SUBDIR += p5-Iterator-Simple
SUBDIR += p5-Iterator-Util
SUBDIR += p5-JIRA-Client
SUBDIR += p5-JQuery
Added: head/devel/p5-Iterator-Simple/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Iterator-Simple/Makefile Mon Nov 26 22:18:49 2012 (r307804)
@@ -0,0 +1,17 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Iterator-Simple
+PORTVERSION= 0.05
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= Simple iterator and utilities
+
+PERL_CONFIGURE= yes
+
+MAN3= Iterator::Simple.3
+
+.include <bsd.port.mk>
Added: head/devel/p5-Iterator-Simple/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Iterator-Simple/distinfo Mon Nov 26 22:18:49 2012 (r307804)
@@ -0,0 +1,2 @@
+SHA256 (Iterator-Simple-0.05.tar.gz) = 33e4a102e5f47647d2522478432ffa4ce5aab83633058b3f0f8449c2203eeb11
+SIZE (Iterator-Simple-0.05.tar.gz) = 19614
Added: head/devel/p5-Iterator-Simple/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Iterator-Simple/pkg-descr Mon Nov 26 22:18:49 2012 (r307804)
@@ -0,0 +1,3 @@
+Another general-purpose iterator utility that is simple, fast and powerful.
+
+WWW: http://search.cpan.org/~rintaro/Iterator-Simple/
Added: head/devel/p5-Iterator-Simple/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Iterator-Simple/pkg-plist Mon Nov 26 22:18:49 2012 (r307804)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Iterator/Simple.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator/Simple/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator/Simple
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator
+ at dirrmtry %%SITE_PERL%%/Iterator
More information about the svn-ports-all
mailing list