summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-31 16:56:48 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-31 16:56:48 +0000
commit562e0a6e175f4224c302861aebeb01d04560cd61 (patch)
treed99246881e3cda3a27f24ee2c51cf87af15fe971 /misc
parentAdd p5-Array-Compare 1.03, perl extension for comparing arrays. (diff)
Add p5-Array-IntSpan 1.01, module for handling arrays using IntSpan
techniques. PR: 33363 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=52450
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/p5-Array-IntSpan/Makefile23
-rw-r--r--misc/p5-Array-IntSpan/distinfo1
-rw-r--r--misc/p5-Array-IntSpan/pkg-comment1
-rw-r--r--misc/p5-Array-IntSpan/pkg-descr14
-rw-r--r--misc/p5-Array-IntSpan/pkg-plist7
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