Skip site navigation (1)Skip section navigation (2)
Date:      31 Dec 2001 02:22:01 -0000
From:      Seamus Venasse <svenasse@polaris.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33363: New port: Module for handling arrays using IntSpan techniques
Message-ID:  <20011231022201.25178.qmail@pris.polaris.ca>

next in thread | raw e-mail | index | archive | help

>Number:         33363
>Category:       ports
>Synopsis:       New port: Module for handling arrays using IntSpan techniques
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 30 18:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Seamus Venasse
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
Polaris Computing
>Environment:
System: FreeBSD pitou.polaris.ca 4.4-STABLE FreeBSD 4.4-STABLE #1: Wed Nov 7 01:23:05 PST 2001 root@pitou.polaris.ca:/usr/obj/usr/src/sys/PITOU i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Array-IntSpan
#	p5-Array-IntSpan/Makefile
#	p5-Array-IntSpan/distinfo
#	p5-Array-IntSpan/pkg-comment
#	p5-Array-IntSpan/pkg-descr
#	p5-Array-IntSpan/pkg-plist
#
echo c - p5-Array-IntSpan
mkdir -p p5-Array-IntSpan > /dev/null 2>&1
echo x - p5-Array-IntSpan/Makefile
sed 's/^X//' >p5-Array-IntSpan/Makefile << 'END-of-p5-Array-IntSpan/Makefile'
X# New ports collection makefile for:	Array::IntSpan
X# Date created:				30 Dec 2001
X# Whom:					Seamus Venasse <svenasse@polaris.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		Array-IntSpan
XPORTVERSION=		1.01
XCATEGORIES=		misc perl5
XMASTER_SITES=		${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Array
XPKGNAMEPREFIX=		p5-
X
XMAINTAINER=		svenasse@polaris.ca
X
XPERL_CONFIGURE=		yes
X
XMAN3=			Array::Array::IntSpan::IP.3 \
X			Array::Array::IntSpan.3
XMANPREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Array-IntSpan/Makefile
echo x - p5-Array-IntSpan/distinfo
sed 's/^X//' >p5-Array-IntSpan/distinfo << 'END-of-p5-Array-IntSpan/distinfo'
XMD5 (Array-IntSpan-1.01.tar.gz) = c16126865c64e335dfb94ff85cb94ae5
END-of-p5-Array-IntSpan/distinfo
echo x - p5-Array-IntSpan/pkg-comment
sed 's/^X//' >p5-Array-IntSpan/pkg-comment << 'END-of-p5-Array-IntSpan/pkg-comment'
XModule for handling arrays using IntSpan techniques
END-of-p5-Array-IntSpan/pkg-comment
echo x - p5-Array-IntSpan/pkg-descr
sed 's/^X//' >p5-Array-IntSpan/pkg-descr << 'END-of-p5-Array-IntSpan/pkg-descr'
X`Array::IntSpan' brings the speed advantages of `Set::IntSpan'
X(written by Steven McDougall) to arrays. Uses include
Xmanipulating grades, routing tables, or any other situation
Xwhere you have mutually exclusive ranges of integers that map to
Xgiven values.
X
X`Array::IntSpan::IP' is also provided with the distribution. It
Xlets you use IP addresses in any of three forms (dotted decimal,
Xnetwork string, and integer) for the indices into the array. See
Xthe POD for that module for more information.
X
XWWW: http://search.cpan.org/search?dist=Array-IntSpan
X
XSeamus Venasse <svenasse@polaris.ca>
END-of-p5-Array-IntSpan/pkg-descr
echo x - p5-Array-IntSpan/pkg-plist
sed 's/^X//' >p5-Array-IntSpan/pkg-plist << 'END-of-p5-Array-IntSpan/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Array/IntSpan.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Array/IntSpan/IP.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/IntSpan/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Array/IntSpan
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Array 2>/dev/null || true
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array/IntSpan
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Array 2>/dev/null || true
END-of-p5-Array-IntSpan/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011231022201.25178.qmail>