From 4c5f003a95c36af4b3439fcd1308fffa7d2e48a4 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Thu, 24 Dec 1998 06:46:58 +0000 Subject: Initial import of p5-Set-IntSpan. A perl module for managing sets of integers. PR: 7163 Submitted by: Don Croyle --- math/p5-Set-IntSpan/Makefile | 25 +++++++++++++++++++++++++ math/p5-Set-IntSpan/distinfo | 1 + math/p5-Set-IntSpan/pkg-comment | 1 + math/p5-Set-IntSpan/pkg-descr | 11 +++++++++++ math/p5-Set-IntSpan/pkg-plist | 3 +++ 5 files changed, 41 insertions(+) create mode 100644 math/p5-Set-IntSpan/Makefile create mode 100644 math/p5-Set-IntSpan/distinfo create mode 100644 math/p5-Set-IntSpan/pkg-comment create mode 100644 math/p5-Set-IntSpan/pkg-descr create mode 100644 math/p5-Set-IntSpan/pkg-plist (limited to 'math') diff --git a/math/p5-Set-IntSpan/Makefile b/math/p5-Set-IntSpan/Makefile new file mode 100644 index 000000000000..a5e18c3698e0 --- /dev/null +++ b/math/p5-Set-IntSpan/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Set-IntSpan +# Version required: 1.06 +# Date created: February 7, 1998 +# Whom: Don Croyle +# +# $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 diff --git a/math/p5-Set-IntSpan/distinfo b/math/p5-Set-IntSpan/distinfo new file mode 100644 index 000000000000..9644e57e8f4b --- /dev/null +++ b/math/p5-Set-IntSpan/distinfo @@ -0,0 +1 @@ +MD5 (Set-IntSpan-1.06.tar.gz) = f3fdf4b473f1f24bff9d3740784f45ad diff --git a/math/p5-Set-IntSpan/pkg-comment b/math/p5-Set-IntSpan/pkg-comment new file mode 100644 index 000000000000..17829f9c06e8 --- /dev/null +++ b/math/p5-Set-IntSpan/pkg-comment @@ -0,0 +1 @@ +Manages sets of integers diff --git a/math/p5-Set-IntSpan/pkg-descr b/math/p5-Set-IntSpan/pkg-descr new file mode 100644 index 000000000000..56e64b127b3c --- /dev/null +++ b/math/p5-Set-IntSpan/pkg-descr @@ -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. diff --git a/math/p5-Set-IntSpan/pkg-plist b/math/p5-Set-IntSpan/pkg-plist new file mode 100644 index 000000000000..a934ab9a5930 --- /dev/null +++ b/math/p5-Set-IntSpan/pkg-plist @@ -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 -- cgit v1.2.3