pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-CIDR-Set Initial import of p5-Net-CIDR-Set ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef3771820959
branches:  trunk
changeset: 553779:ef3771820959
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Jan 29 19:46:12 2009 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (44 lines):

diff -r 641284102a55 -r ef3771820959 net/p5-Net-CIDR-Set/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-CIDR-Set/DESCR Thu Jan 29 19:46:12 2009 +0000
@@ -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 -r 641284102a55 -r ef3771820959 net/p5-Net-CIDR-Set/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-CIDR-Set/Makefile      Thu Jan 29 19:46:12 2009 +0000
@@ -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@localhost
+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 -r 641284102a55 -r ef3771820959 net/p5-Net-CIDR-Set/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-CIDR-Set/distinfo      Thu Jan 29 19:46:12 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index