From owner-svn-ports-head@FreeBSD.ORG  Mon Nov 26 22:18:50 2012
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
Delivered-To: svn-ports-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
 by hub.freebsd.org (Postfix) with ESMTP id 0D00DC76;
 Mon, 26 Nov 2012 22:18:50 +0000 (UTC) (envelope-from zi@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 by mx1.freebsd.org (Postfix) with ESMTP id E66468FC0C;
 Mon, 26 Nov 2012 22:18:49 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
 by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQMInQG088491;
 Mon, 26 Nov 2012 22:18:49 GMT (envelope-from zi@svn.freebsd.org)
Received: (from zi@localhost)
 by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQMInth088484;
 Mon, 26 Nov 2012 22:18:49 GMT (envelope-from zi@svn.freebsd.org)
Message-Id: <201211262218.qAQMInth088484@svn.freebsd.org>
From: Ryan Steinmetz <zi@FreeBSD.org>
Date: Mon, 26 Nov 2012 22:18:49 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r307804 - in head/devel: . p5-Iterator-Simple
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 26 Nov 2012 22:18:50 -0000

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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Iterator-Simple
+PORTVERSION=	0.05
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@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
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator/Simple
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator
+@dirrmtry %%SITE_PERL%%/Iterator