Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 12:58:56 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/152130: [NEW PORT] net/p5-Net-IP-RangeCompare: Perl extension for IP Range Comparisons
Message-ID:  <20101111045856.2233D7E81B@colo-p.gslin.org>
Resent-Message-ID: <201011110500.oAB50LFO056060@freefall.freebsd.org>

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

>Number:         152130
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-IP-RangeCompare: Perl extension for IP Range Comparisons
>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:   Thu Nov 11 05:00:21 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010
>Description:
Fast scalable ip range aggregation and summary tool kit. Find
intersections across multiple lists of IP ranges, fast.

Although similar in functionality to Net::CIDR::Compare, Net::Netmask
and NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip
management and evaluation tool allowing more flexibility and
scalability when dealing with the somewhat organic nature of IP-Ranges.

If you have a large number of ipv4 ranges and need to inventory lists
of ranges for intersections, this is the Module for you!

WWW:	http://search.cpan.org/dist/Net-IP-RangeCompare/

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

--- p5-Net-IP-RangeCompare-4.025.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-Net-IP-RangeCompare
#	p5-Net-IP-RangeCompare/pkg-descr
#	p5-Net-IP-RangeCompare/Makefile
#	p5-Net-IP-RangeCompare/pkg-plist
#	p5-Net-IP-RangeCompare/distinfo
#
echo c - p5-Net-IP-RangeCompare
mkdir -p p5-Net-IP-RangeCompare > /dev/null 2>&1
echo x - p5-Net-IP-RangeCompare/pkg-descr
sed 's/^X//' >p5-Net-IP-RangeCompare/pkg-descr << '4c6b3f5429d6000ab32ab49baad84c4e'
XFast scalable ip range aggregation and summary tool kit. Find
Xintersections across multiple lists of IP ranges, fast.
X
XAlthough similar in functionality to Net::CIDR::Compare, Net::Netmask
Xand NetAddr::IP, Net::IP::RangeCompare is a completely range driven ip
Xmanagement and evaluation tool allowing more flexibility and
Xscalability when dealing with the somewhat organic nature of IP-Ranges.
X
XIf you have a large number of ipv4 ranges and need to inventory lists
Xof ranges for intersections, this is the Module for you!
X
XWWW:	http://search.cpan.org/dist/Net-IP-RangeCompare/
4c6b3f5429d6000ab32ab49baad84c4e
echo x - p5-Net-IP-RangeCompare/Makefile
sed 's/^X//' >p5-Net-IP-RangeCompare/Makefile << 'b55cd810c5a95a47e758c96cc77241d5'
X# New ports collection makefile for:	p5-Net-IP-RangeCompare
X# Date created:		2010-11-10
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-IP-RangeCompare
XPORTVERSION=	4.025
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Perl extension for IP Range Comparisons
X
XRUN_DEPENDS=	p5-Data-IPV4-Range-Parse>=0.05:${PORTSDIR}/net/p5-Data-IPV4-Range-Parse \
X		p5-Data-Range-Compare>=1.030:${PORTSDIR}/devel/p5-Data-Range-Compare
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::IP::RangeCompare.3
X
X.include <bsd.port.mk>
b55cd810c5a95a47e758c96cc77241d5
echo x - p5-Net-IP-RangeCompare/pkg-plist
sed 's/^X//' >p5-Net-IP-RangeCompare/pkg-plist << '44e9a5475f0290afd5298c6158ec93f8'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare/.packlist
X%%SITE_PERL%%/Net/IP/RangeCompare.pm
X%%SITE_PERL%%/Net/IP/RangeCompare.pod
X@dirrmtry %%SITE_PERL%%/Net/IP
X@dirrmtry %%SITE_PERL%%/Net
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
44e9a5475f0290afd5298c6158ec93f8
echo x - p5-Net-IP-RangeCompare/distinfo
sed 's/^X//' >p5-Net-IP-RangeCompare/distinfo << '153284a894d5d140ba38806f867a2c2f'
XSHA256 (Net-IP-RangeCompare-4.025.tar.gz) = 496ae5ce452fab894c35be6e47c0eaf46aa4879c684e4c39ff2a92c71ea6a346
XSIZE (Net-IP-RangeCompare-4.025.tar.gz) = 16627
153284a894d5d140ba38806f867a2c2f
exit
--- p5-Net-IP-RangeCompare-4.025.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?20101111045856.2233D7E81B>