syntactic sugar around Bit::Vector

This commit is contained in:
espie 2006-11-13 15:18:40 +00:00
parent f370133aab
commit 8010ce8a87
4 changed files with 31 additions and 0 deletions

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

View 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

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

View 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