Initial import of Set-IntSpan-1.07
This module manages sets of integers.
This commit is contained in:
parent
8891697f44
commit
f3cedaa9fc
20
math/p5-Set-IntSpan/Makefile
Normal file
20
math/p5-Set-IntSpan/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/24 08:22:10 kevlo Exp $
|
||||
|
||||
DISTNAME= Set-IntSpan-1.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= math perl5
|
||||
NEED_VERSION= 1.352
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Set
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/p5-Set-IntSpan/files/md5
Normal file
3
math/p5-Set-IntSpan/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Set-IntSpan-1.07.tar.gz) = 2f8839d5897f1f0597bff1e6475004bb
|
||||
RMD160 (Set-IntSpan-1.07.tar.gz) = f22c2842098bbc9d172c8e87b7be05ccf5084e01
|
||||
SHA1 (Set-IntSpan-1.07.tar.gz) = fa983b7a35b3c2f0dc034fcffe2f077dd1c1e367
|
1
math/p5-Set-IntSpan/pkg/COMMENT
Normal file
1
math/p5-Set-IntSpan/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
manage sets of integers
|
11
math/p5-Set-IntSpan/pkg/DESCR
Normal file
11
math/p5-Set-IntSpan/pkg/DESCR
Normal file
@ -0,0 +1,11 @@
|
||||
Set::IntSpan manages sets of integers. It is optimized for sets that
|
||||
have long runs of consecutive integers. These arise, for example, in
|
||||
.newsrc files, which maintain lists of articles:
|
||||
|
||||
alt.foo: 1-21,28,31
|
||||
alt.bar: 1-14192,14194,14196-14221
|
||||
|
||||
Sets are stored internally in a run-length coded form. This provides
|
||||
for both compact storage and efficient computation. In particular,
|
||||
set operations can be performed directly on the encoded
|
||||
representation.
|
3
math/p5-Set-IntSpan/pkg/PLIST
Normal file
3
math/p5-Set-IntSpan/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/24 08:22:11 kevlo Exp $
|
||||
libdata/perl5/site_perl/Set/IntSpan.pm
|
||||
man/man3/Set::IntSpan.3p
|
Loading…
Reference in New Issue
Block a user