Date: Thu, 31 Jul 2014 15:13:28 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363610 - head/net/p5-Net-IP-RangeCompare Message-ID: <201407311513.s6VFDSnd042816@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jul 31 15:13:27 2014 New Revision: 363610 URL: http://svnweb.freebsd.org/changeset/ports/363610 QAT: https://qat.redports.org/buildarchive/r363610/ Log: - Add LICENSE - Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr Modified: head/net/p5-Net-IP-RangeCompare/Makefile head/net/p5-Net-IP-RangeCompare/pkg-descr head/net/p5-Net-IP-RangeCompare/pkg-plist Modified: head/net/p5-Net-IP-RangeCompare/Makefile ============================================================================== --- head/net/p5-Net-IP-RangeCompare/Makefile Thu Jul 31 15:13:21 2014 (r363609) +++ head/net/p5-Net-IP-RangeCompare/Makefile Thu Jul 31 15:13:27 2014 (r363610) @@ -10,10 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for IP Range Comparisons -RUN_DEPENDS= p5-Data-IPV4-Range-Parse>=0.05:${PORTSDIR}/net/p5-Data-IPV4-Range-Parse \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Data-IPV4-Range-Parse>=0.05:${PORTSDIR}/net/p5-Data-IPV4-Range-Parse \ p5-Data-Range-Compare>=1.030:${PORTSDIR}/devel/p5-Data-Range-Compare +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> Modified: head/net/p5-Net-IP-RangeCompare/pkg-descr ============================================================================== --- head/net/p5-Net-IP-RangeCompare/pkg-descr Thu Jul 31 15:13:21 2014 (r363609) +++ head/net/p5-Net-IP-RangeCompare/pkg-descr Thu Jul 31 15:13:27 2014 (r363610) @@ -1,12 +1,12 @@ -Fast scalable ip range aggregation and summary tool kit. Find -intersections across multiple lists of IP ranges, fast. +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. +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! +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/ Modified: head/net/p5-Net-IP-RangeCompare/pkg-plist ============================================================================== --- head/net/p5-Net-IP-RangeCompare/pkg-plist Thu Jul 31 15:13:21 2014 (r363609) +++ head/net/p5-Net-IP-RangeCompare/pkg-plist Thu Jul 31 15:13:27 2014 (r363610) @@ -1,9 +1,9 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare/.packlist %%SITE_PERL%%/Net/IP/RangeCompare.pm %%SITE_PERL%%/Net/IP/RangeCompare.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare/.packlist %%PERL5_MAN3%%/Net::IP::RangeCompare.3.gz -@dirrmtry %%SITE_PERL%%/Net/IP -@dirrmtry %%SITE_PERL%%/Net -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/RangeCompare @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/IP +@dirrmtry %%SITE_PERL%%/Net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407311513.s6VFDSnd042816>