From b3c9175896369e14778c4ee87b51624c2567e3a7 Mon Sep 17 00:00:00 2001 From: seb Date: Thu, 29 Jan 2009 19:46:12 +0000 Subject: Initial import of p5-Net-CIDR-Set version 0.10 in the NetBSD Packages Collection. The Perl 5 module Net::CIDR::Set represents sets of IP addresses and allows standard set operations (union, intersection, membership test etc) to be performed on them. In spite of the name it can work with sets consisting of arbitrary ranges of IP addresses - not just CIDR blocks. Both IPv4 and IPv6 addresses are handled - but they may not be mixed in the same set. --- net/p5-Net-CIDR-Set/DESCR | 7 +++++++ net/p5-Net-CIDR-Set/Makefile | 20 ++++++++++++++++++++ net/p5-Net-CIDR-Set/distinfo | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 net/p5-Net-CIDR-Set/DESCR create mode 100644 net/p5-Net-CIDR-Set/Makefile create mode 100644 net/p5-Net-CIDR-Set/distinfo (limited to 'net') diff --git a/net/p5-Net-CIDR-Set/DESCR b/net/p5-Net-CIDR-Set/DESCR new file mode 100644 index 00000000000..25adcc7c342 --- /dev/null +++ b/net/p5-Net-CIDR-Set/DESCR @@ -0,0 +1,7 @@ +The Perl 5 module Net::CIDR::Set represents sets of IP addresses +and allows standard set operations (union, intersection, membership +test etc) to be performed on them. +In spite of the name it can work with sets consisting of arbitrary +ranges of IP addresses - not just CIDR blocks. +Both IPv4 and IPv6 addresses are handled - but they may not be mixed +in the same set. diff --git a/net/p5-Net-CIDR-Set/Makefile b/net/p5-Net-CIDR-Set/Makefile new file mode 100644 index 00000000000..9fbc6119c07 --- /dev/null +++ b/net/p5-Net-CIDR-Set/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/29 19:46:12 seb Exp $ +# + +DISTNAME= Net-CIDR-Set-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Net-CIDR-Set/ +COMMENT= Perl 5 module to manipulate sets of IP addresses + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_MODULE_TYPE= Module::Build +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Net/CIDR/Set/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-CIDR-Set/distinfo b/net/p5-Net-CIDR-Set/distinfo new file mode 100644 index 00000000000..16ee8f7755d --- /dev/null +++ b/net/p5-Net-CIDR-Set/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/29 19:46:12 seb Exp $ + +SHA1 (Net-CIDR-Set-0.10.tar.gz) = 655af9b3d944ba6dfe6ade2ea4f928d19d91cd38 +RMD160 (Net-CIDR-Set-0.10.tar.gz) = a1e095f88b462262482d71152993285b53860a8a +Size (Net-CIDR-Set-0.10.tar.gz) = 11033 bytes -- cgit v1.2.3