syntactic sugar around Bit::Vector
This commit is contained in:
parent
f370133aab
commit
8010ce8a87
18
devel/p5-Set-IntRange/Makefile
Normal file
18
devel/p5-Set-IntRange/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/13 15:18:40 espie Exp $
|
||||
|
||||
COMMENT= "set of integers"
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
DISTNAME= Set-IntRange-5.1
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= ::math/p5-Bit-Vector
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-Set-IntRange/distinfo
Normal file
4
devel/p5-Set-IntRange/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Set-IntRange-5.1.tar.gz) = a0cd165114eda0ab48128e670823066a
|
||||
RMD160 (Set-IntRange-5.1.tar.gz) = c230a71b9306416fe7cfead91f9adcde5680c8c9
|
||||
SHA1 (Set-IntRange-5.1.tar.gz) = 51b8b82de31c28a35ffd6f7641681d84bfd0533b
|
||||
SIZE (Set-IntRange-5.1.tar.gz) = 12845
|
5
devel/p5-Set-IntRange/pkg/DESCR
Normal file
5
devel/p5-Set-IntRange/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This class lets you dynamically create sets of arbitrary
|
||||
intervals of integers and perform all the basic operations
|
||||
for sets on them.
|
||||
|
||||
The actual manipulation is based on Bit::Vector.
|
4
devel/p5-Set-IntRange/pkg/PLIST
Normal file
4
devel/p5-Set-IntRange/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/13 15:18:40 espie Exp $
|
||||
${P5SITE}/Set/
|
||||
${P5SITE}/Set/IntRange.pm
|
||||
@man man/man3p/Set::IntRange.3p
|
Loading…
Reference in New Issue
Block a user