diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-24 06:46:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-24 06:46:58 +0000 |
commit | 4c5f003a95c36af4b3439fcd1308fffa7d2e48a4 (patch) | |
tree | 4eba163345672c02fa3b8edf3d82eea913781523 /math | |
parent | 8b7eb806edc92e140f9a5b1855c40c40eb903940 (diff) | |
download | ports-4c5f003a95c36af4b3439fcd1308fffa7d2e48a4.tar.gz ports-4c5f003a95c36af4b3439fcd1308fffa7d2e48a4.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Set-IntSpan/Makefile | 25 | ||||
-rw-r--r-- | math/p5-Set-IntSpan/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Set-IntSpan/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Set-IntSpan/pkg-descr | 11 | ||||
-rw-r--r-- | math/p5-Set-IntSpan/pkg-plist | 3 |
5 files changed, 41 insertions, 0 deletions
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 <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> 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 |