Initial import of p5-Set-IntSpan.
A perl module for managing sets of integers. PR: 7163 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
This commit is contained in:
25
math/p5-Set-IntSpan/Makefile
Normal file
25
math/p5-Set-IntSpan/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Set-IntSpan
|
||||
# Version required: 1.06
|
||||
# Date created: February 7, 1998
|
||||
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= Set-IntSpan-1.06
|
||||
PKGNAME= p5-Set-IntSpan-1.06
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Set
|
||||
|
||||
MAINTAINER= croyle@gelemna.ft-wayne.in.us
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
MAN3= Set::IntSpan.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
1
math/p5-Set-IntSpan/distinfo
Normal file
1
math/p5-Set-IntSpan/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (Set-IntSpan-1.06.tar.gz) = f3fdf4b473f1f24bff9d3740784f45ad
|
||||
1
math/p5-Set-IntSpan/pkg-comment
Normal file
1
math/p5-Set-IntSpan/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
Manages 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 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Set/IntSpan.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Set/IntSpan/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Set/IntSpan
|
||||
Reference in New Issue
Block a user