From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 11 05:00:22 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 586B0106566B for ; Thu, 11 Nov 2010 05:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D10C8FC0A for ; Thu, 11 Nov 2010 05:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAB50LdY056065 for ; Thu, 11 Nov 2010 05:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAB50LFO056060; Thu, 11 Nov 2010 05:00:21 GMT (envelope-from gnats) Resent-Date: Thu, 11 Nov 2010 05:00:21 GMT Resent-Message-Id: <201011110500.oAB50LFO056060@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E155B106566B for ; Thu, 11 Nov 2010 04:58:57 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (97.135.ip.mwsrv.com [210.242.135.97]) by mx1.freebsd.org (Postfix) with ESMTP id 84E528FC14 for ; Thu, 11 Nov 2010 04:58:57 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 2233D7E81B; Thu, 11 Nov 2010 12:58:56 +0800 (CST) Message-Id: <20101111045856.2233D7E81B@colo-p.gslin.org> Date: Thu, 11 Nov 2010 12:58:56 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/152130: [NEW PORT] net/p5-Net-IP-RangeCompare: Perl extension for IP Range Comparisons X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 05:00:22 -0000 >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 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 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: