Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  5 Dec 2003 21:31:50 +0100 (CET)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59982: [NEW PORT] devel/p5-Algorithm-Interval2Prefix: Generate prefixes from intervals
Message-ID:  <20031205203150.D610B3EBF@dask.thegler.dk>
Resent-Message-ID: <200312052040.hB5KeBQ0012397@freefall.freebsd.org>

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

>Number:         59982
>Category:       ports
>Synopsis:       [NEW PORT] devel/p5-Algorithm-Interval2Prefix: Generate prefixes from intervals
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 05 12:40:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov  5 11:25:36 CET
>Description:
Taking an interval as input, this module will construct the smallest
set of prefixes, such that all numbers in the interval will match
exactly one of the prefixes, and no prefix will match a number not
in the interval.

WWW: http://search.cpan.org/dist/Algorithm-Interval2Prefix/

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-Algorithm-Interval2Prefix-0.02.shar begins here ---
# 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-Algorithm-Interval2Prefix
#	p5-Algorithm-Interval2Prefix/Makefile
#	p5-Algorithm-Interval2Prefix/distinfo
#	p5-Algorithm-Interval2Prefix/pkg-descr
#	p5-Algorithm-Interval2Prefix/pkg-plist
#
echo c - p5-Algorithm-Interval2Prefix
mkdir -p p5-Algorithm-Interval2Prefix > /dev/null 2>&1
echo x - p5-Algorithm-Interval2Prefix/Makefile
sed 's/^X//' >p5-Algorithm-Interval2Prefix/Makefile << 'END-of-p5-Algorithm-Interval2Prefix/Makefile'
X# New ports collection makefile for:	p5-Algorithm-Interval2Prefix
X# Date created:				Dec 5 2003
X# Whom:					Lars Thegler <lars@thegler.dk>
X#
X# $FreeBSD$
X
XPORTNAME=	Algorithm-Interval2Prefix
XPORTVERSION=	0.02
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Algorithm
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	lars@thegler.dk
XCOMMENT=	Generate prefixes from intervals
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Algorithm::Interval2Prefix.3
X
X.include <bsd.port.mk>
END-of-p5-Algorithm-Interval2Prefix/Makefile
echo x - p5-Algorithm-Interval2Prefix/distinfo
sed 's/^X//' >p5-Algorithm-Interval2Prefix/distinfo << 'END-of-p5-Algorithm-Interval2Prefix/distinfo'
XMD5 (Algorithm-Interval2Prefix-0.02.tar.gz) = 6b4e1b652d7cee31c8bca2ce5e258ba7
END-of-p5-Algorithm-Interval2Prefix/distinfo
echo x - p5-Algorithm-Interval2Prefix/pkg-descr
sed 's/^X//' >p5-Algorithm-Interval2Prefix/pkg-descr << 'END-of-p5-Algorithm-Interval2Prefix/pkg-descr'
XTaking an interval as input, this module will construct the smallest
Xset of prefixes, such that all numbers in the interval will match
Xexactly one of the prefixes, and no prefix will match a number not
Xin the interval.
X
XWWW: http://search.cpan.org/dist/Algorithm-Interval2Prefix/
END-of-p5-Algorithm-Interval2Prefix/pkg-descr
echo x - p5-Algorithm-Interval2Prefix/pkg-plist
sed 's/^X//' >p5-Algorithm-Interval2Prefix/pkg-plist << 'END-of-p5-Algorithm-Interval2Prefix/pkg-plist'
X%%SITE_PERL%%/Algorithm/Interval2Prefix.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Interval2Prefix/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Interval2Prefix
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Algorithm 2>/dev/null || true
END-of-p5-Algorithm-Interval2Prefix/pkg-plist
exit
--- p5-Algorithm-Interval2Prefix-0.02.shar ends here ---

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



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