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:
jasper 2009-11-27 18:15:54 +00:00
parent 6d82bb34e4
commit 79ac3ece72
4 changed files with 27 additions and 0 deletions

View 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>

View 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

View File

@ -0,0 +1,2 @@
Data::PowerSet takes a list and returns all possible combinations of the
elements appearing in the list without replacement.

View 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