From owner-svn-ports-head@freebsd.org Tue Oct 3 17:21:19 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C9BFE4328F; Tue, 3 Oct 2017 17:21:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 775E58221B; Tue, 3 Oct 2017 17:21:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93HLIZn044725; Tue, 3 Oct 2017 17:21:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93HLIru044720; Tue, 3 Oct 2017 17:21:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201710031721.v93HLIru044720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 3 Oct 2017 17:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451159 - in head/devel: . p5-List-Pairwise X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/devel: . p5-List-Pairwise X-SVN-Commit-Revision: 451159 X-SVN-Commit-Repository: ports 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.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2017 17:21:19 -0000 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 +# $FreeBSD$ + +PORTNAME= List-Pairwise +PORTVERSION= 1.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= feld@FreeBSD.org +COMMENT= Map/grep arrays and hashes pairwise + +LICENSE= ART10 + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include 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