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:
Steve Price
1998-12-24 06:46:58 +00:00
parent 8b7eb806ed
commit 4c5f003a95
5 changed files with 41 additions and 0 deletions

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

View File

@@ -0,0 +1 @@
MD5 (Set-IntSpan-1.06.tar.gz) = f3fdf4b473f1f24bff9d3740784f45ad

View File

@@ -0,0 +1 @@
Manages sets of integers

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

View 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