svn commit: r451159 - in head/devel: . p5-List-Pairwise

Mark Felder feld at FreeBSD.org
Tue Oct 3 17:21:19 UTC 2017


Author: feld
Date: Tue Oct  3 17:21:17 2017
New Revision: 451159
URL: https://svnweb.freebsd.org/changeset/ports/451159

Log:
  List::Pairwise provides functions to map and grep lists two elements at
  a time, setting $a and $b to each pair instead of setting $_ to each
  element.
  
  WWW: https://metacpan.org/pod/List::Pairwise

Added:
  head/devel/p5-List-Pairwise/
  head/devel/p5-List-Pairwise/Makefile   (contents, props changed)
  head/devel/p5-List-Pairwise/distinfo   (contents, props changed)
  head/devel/p5-List-Pairwise/pkg-descr   (contents, props changed)
  head/devel/p5-List-Pairwise/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Oct  3 17:01:27 2017	(r451158)
+++ head/devel/Makefile	Tue Oct  3 17:21:17 2017	(r451159)
@@ -2752,6 +2752,7 @@
     SUBDIR += p5-List-Group
     SUBDIR += p5-List-Objects-Types
     SUBDIR += p5-List-Objects-WithUtils
+    SUBDIR += p5-List-Pairwise
     SUBDIR += p5-List-Permutor
     SUBDIR += p5-List-PowerSet
     SUBDIR += p5-List-Regexp

Added: head/devel/p5-List-Pairwise/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-List-Pairwise/Makefile	Tue Oct  3 17:21:17 2017	(r451159)
@@ -0,0 +1,20 @@
+# Created by: Mark Felder <feld at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	List-Pairwise
+PORTVERSION=	1.03
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	feld at FreeBSD.org
+COMMENT=	Map/grep arrays and hashes pairwise
+
+LICENSE=	ART10
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-List-Pairwise/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-List-Pairwise/distinfo	Tue Oct  3 17:21:17 2017	(r451159)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1507050633
+SHA256 (List-Pairwise-1.03.tar.gz) = 96d716f2b2832cf42875e3a4f81752a025be94c3114a382887dc2eb4515a302e
+SIZE (List-Pairwise-1.03.tar.gz) = 26886

Added: head/devel/p5-List-Pairwise/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-List-Pairwise/pkg-descr	Tue Oct  3 17:21:17 2017	(r451159)
@@ -0,0 +1,5 @@
+List::Pairwise provides functions to map and grep lists two elements at
+a time, setting $a and $b to each pair instead of setting $_ to each
+element.
+
+WWW: https://metacpan.org/pod/List::Pairwise

Added: head/devel/p5-List-Pairwise/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-List-Pairwise/pkg-plist	Tue Oct  3 17:21:17 2017	(r451159)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/List/Pairwise.pm
+%%SITE_PERL%%/List/Pairwise.pod
+%%PERL5_MAN3%%/List::Pairwise.3.gz


More information about the svn-ports-all mailing list