Add p5-Array-IntSpan 1.01, module for handling arrays using IntSpan

techniques.

PR:		33363
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Pete Fritchman 2001-12-31 16:56:48 +00:00
parent d12cf74b0b
commit 562e0a6e17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52450
6 changed files with 47 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1 @@
MD5 (Array-IntSpan-1.01.tar.gz) = c16126865c64e335dfb94ff85cb94ae5

View File

@ -0,0 +1 @@
Module for handling arrays using IntSpan techniques

View File

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

View File

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