import p5-Data-Powerset 0.05
Data::PowerSet takes a list and returns all possible combinations of the elements appearing in the list without replacement.
This commit is contained in:
parent
6d82bb34e4
commit
79ac3ece72
16
math/p5-Data-PowerSet/Makefile
Normal file
16
math/p5-Data-PowerSet/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/27 18:15:54 jasper Exp $
|
||||
|
||||
COMMENT= generate all subsets of a list of elements
|
||||
|
||||
DISTNAME= Data-PowerSet-0.05
|
||||
CATEGORIES= math
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
math/p5-Data-PowerSet/distinfo
Normal file
5
math/p5-Data-PowerSet/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Data-PowerSet-0.05.tar.gz) = jf0cTEo6/cFgqceI2+8gsw==
|
||||
RMD160 (Data-PowerSet-0.05.tar.gz) = BnupSwKNXZa/7ATmjjGXeZXSbRo=
|
||||
SHA1 (Data-PowerSet-0.05.tar.gz) = urqqT/dfGiCRA6xvH5h2j/eiFHk=
|
||||
SHA256 (Data-PowerSet-0.05.tar.gz) = 0TOtKU26UlsdVebamupt3+WTkhMFHgXA0MymEuzoJis=
|
||||
SIZE (Data-PowerSet-0.05.tar.gz) = 6824
|
2
math/p5-Data-PowerSet/pkg/DESCR
Normal file
2
math/p5-Data-PowerSet/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Data::PowerSet takes a list and returns all possible combinations of the
|
||||
elements appearing in the list without replacement.
|
4
math/p5-Data-PowerSet/pkg/PLIST
Normal file
4
math/p5-Data-PowerSet/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/27 18:15:54 jasper Exp $
|
||||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/PowerSet.pm
|
||||
@man man/man3p/Data::PowerSet.3p
|
Loading…
Reference in New Issue
Block a user