diff options
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Array-IntSpan/Makefile | 23 | ||||
-rw-r--r-- | misc/p5-Array-IntSpan/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Array-IntSpan/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Array-IntSpan/pkg-descr | 14 | ||||
-rw-r--r-- | misc/p5-Array-IntSpan/pkg-plist | 7 |
6 files changed, 47 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1adb904a1cd3..11626effafba 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -141,6 +141,7 @@ SUBDIR += nwrite SUBDIR += orville-write SUBDIR += p5-Array-Compare + SUBDIR += p5-Array-IntSpan SUBDIR += p5-Array-PrintCols SUBDIR += p5-Business-CreditCard SUBDIR += p5-Business-ISBN diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile new file mode 100644 index 000000000000..2d29ca8b949f --- /dev/null +++ b/misc/p5-Array-IntSpan/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Array-IntSpan +# Date created: 30 Dec 2001 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Array-IntSpan +PORTVERSION= 1.01 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Array +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Array::Array::IntSpan.3 \ + Array::Array::IntSpan::IP.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/misc/p5-Array-IntSpan/distinfo b/misc/p5-Array-IntSpan/distinfo new file mode 100644 index 000000000000..6b9a168b9cb8 --- /dev/null +++ b/misc/p5-Array-IntSpan/distinfo @@ -0,0 +1 @@ +MD5 (Array-IntSpan-1.01.tar.gz) = c16126865c64e335dfb94ff85cb94ae5 diff --git a/misc/p5-Array-IntSpan/pkg-comment b/misc/p5-Array-IntSpan/pkg-comment new file mode 100644 index 000000000000..09eaedf51b69 --- /dev/null +++ b/misc/p5-Array-IntSpan/pkg-comment @@ -0,0 +1 @@ +Module for handling arrays using IntSpan techniques diff --git a/misc/p5-Array-IntSpan/pkg-descr b/misc/p5-Array-IntSpan/pkg-descr new file mode 100644 index 000000000000..edb7bfebfe34 --- /dev/null +++ b/misc/p5-Array-IntSpan/pkg-descr @@ -0,0 +1,14 @@ +`Array::IntSpan' brings the speed advantages of `Set::IntSpan' +(written by Steven McDougall) to arrays. Uses include +manipulating grades, routing tables, or any other situation +where you have mutually exclusive ranges of integers that map to +given values. + +`Array::IntSpan::IP' is also provided with the distribution. It +lets you use IP addresses in any of three forms (dotted decimal, +network string, and integer) for the indices into the array. See +the POD for that module for more information. + +WWW: http://search.cpan.org/search?dist=Array-IntSpan + +Seamus Venasse <svenasse@polaris.ca> diff --git a/misc/p5-Array-IntSpan/pkg-plist b/misc/p5-Array-IntSpan/pkg-plist new file mode 100644 index 000000000000..6b3e1b2ffca4 --- /dev/null +++ b/misc/p5-Array-IntSpan/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/Array/IntSpan.pm +lib/perl5/site_perl/%%PERL_VER%%/Array/IntSpan/IP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/IntSpan/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/IntSpan +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Array/IntSpan +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Array 2>/dev/null || true |