diff options
author | seb <seb> | 2009-01-29 19:46:12 +0000 |
---|---|---|
committer | seb <seb> | 2009-01-29 19:46:12 +0000 |
commit | 98a66b6fd957e2ce02974ad0ec13f5452937e23b (patch) | |
tree | ad849ac8f789f51dfa913eb14763be81e0fdef30 /net | |
parent | e15220334c7e7d661b880d9dfefcb5cb1b9fae6f (diff) | |
download | pkgsrc-98a66b6fd957e2ce02974ad0ec13f5452937e23b.tar.gz |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-CIDR-Set/DESCR | 7 | ||||
-rw-r--r-- | net/p5-Net-CIDR-Set/Makefile | 20 | ||||
-rw-r--r-- | net/p5-Net-CIDR-Set/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
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 |