Add p5-List-PowerSet 0.01, perl module that allows you to generate the
power set of a list. PR: ports/101740 Submitted by: Anish Mistry <amistry at am-productions.biz>
This commit is contained in:
parent
f6873e6592
commit
a781b9dd8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170598
5 changed files with 32 additions and 0 deletions
|
@ -1139,6 +1139,7 @@
|
||||||
SUBDIR += p5-List-Cycle
|
SUBDIR += p5-List-Cycle
|
||||||
SUBDIR += p5-List-Group
|
SUBDIR += p5-List-Group
|
||||||
SUBDIR += p5-List-Permutor
|
SUBDIR += p5-List-Permutor
|
||||||
|
SUBDIR += p5-List-PowerSet
|
||||||
SUBDIR += p5-Locale-Maketext
|
SUBDIR += p5-Locale-Maketext
|
||||||
SUBDIR += p5-Locale-Maketext-Fuzzy
|
SUBDIR += p5-Locale-Maketext-Fuzzy
|
||||||
SUBDIR += p5-Locale-Maketext-Gettext
|
SUBDIR += p5-Locale-Maketext-Gettext
|
||||||
|
|
21
devel/p5-List-PowerSet/Makefile
Normal file
21
devel/p5-List-PowerSet/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# New ports collection makefile for: List-PowerSet
|
||||||
|
# Date created: Wed Aug 9 2006
|
||||||
|
# Whom: Anish Mistry <amistry@am-productions.biz>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= List-PowerSet
|
||||||
|
PORTVERSION= 0.01
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= amistry@am-productions.biz
|
||||||
|
COMMENT= Perl module that allows you to generate the power set of a list
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= List::PowerSet.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/p5-List-PowerSet/distinfo
Normal file
3
devel/p5-List-PowerSet/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (List-PowerSet-0.01.tar.gz) = bc21f35e995b9a1a2458837e09bb76e7
|
||||||
|
SHA256 (List-PowerSet-0.01.tar.gz) = 70ca59501f91f52a7c5f0ed89644cc8bafa0f1bc25f1b4ae2969894dcd896b95
|
||||||
|
SIZE (List-PowerSet-0.01.tar.gz) = 2908
|
2
devel/p5-List-PowerSet/pkg-descr
Normal file
2
devel/p5-List-PowerSet/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
The List::PowerSet module is simple module that currently allows you to
|
||||||
|
generate the power set of a list
|
5
devel/p5-List-PowerSet/pkg-plist
Normal file
5
devel/p5-List-PowerSet/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
%%SITE_PERL%%/List/PowerSet.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/List/PowerSet/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/List/PowerSet
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/List
|
||||||
|
@dirrmtry %%SITE_PERL%%/List
|
Loading…
Reference in a new issue