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
This commit is contained in:
parent
991defbeb4
commit
a6683fa366
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451159
5 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
|
|
20
devel/p5-List-Pairwise/Makefile
Normal file
20
devel/p5-List-Pairwise/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Created by: Mark Felder <feld@FreeBSD.org>
|
||||
# $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 <bsd.port.mk>
|
3
devel/p5-List-Pairwise/distinfo
Normal file
3
devel/p5-List-Pairwise/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1507050633
|
||||
SHA256 (List-Pairwise-1.03.tar.gz) = 96d716f2b2832cf42875e3a4f81752a025be94c3114a382887dc2eb4515a302e
|
||||
SIZE (List-Pairwise-1.03.tar.gz) = 26886
|
5
devel/p5-List-Pairwise/pkg-descr
Normal file
5
devel/p5-List-Pairwise/pkg-descr
Normal file
|
@ -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
|
3
devel/p5-List-Pairwise/pkg-plist
Normal file
3
devel/p5-List-Pairwise/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/List/Pairwise.pm
|
||||
%%SITE_PERL%%/List/Pairwise.pod
|
||||
%%PERL5_MAN3%%/List::Pairwise.3.gz
|
Loading…
Reference in a new issue