pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-NetAddr-IP Initial import of p5-NetAddr-IP vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95fd4e8ab55e
branches:  trunk
changeset: 482647:95fd4e8ab55e
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Oct 31 16:17:11 2004 +0000

description:
Initial import of p5-NetAddr-IP version 3.21 in the NetBSD Packages
Collection.

This  Perl5 module  is  designed as  a  help  for  managing (ranges
of) IP addresses. It includes efficient implementations for most
common tasks done  to subnets or  ranges of  IP addresses,  namely
verifying  if an address is within a subnet, comparing, looping,
splitting subnets into longer prefixes, compacting addresses to
the shortest prefixes, etc. Both IPv4 and IPv6 addresses are
supported.

diffstat:

 net/p5-NetAddr-IP/DESCR    |   7 +++++++
 net/p5-NetAddr-IP/Makefile |  23 +++++++++++++++++++++++
 net/p5-NetAddr-IP/PLIST    |   1 +
 net/p5-NetAddr-IP/distinfo |   4 ++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r c1ac9cee102e -r 95fd4e8ab55e net/p5-NetAddr-IP/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-NetAddr-IP/DESCR   Sun Oct 31 16:17:11 2004 +0000
@@ -0,0 +1,7 @@
+This  Perl5 module  is  designed as  a  help  for  managing (ranges
+of) IP addresses. It includes efficient implementations for most
+common tasks done  to subnets or  ranges of  IP addresses,  namely
+verifying  if an address is within a subnet, comparing, looping,
+splitting subnets into longer prefixes, compacting addresses to
+the shortest prefixes, etc. Both IPv4 and IPv6 addresses are
+supported.
diff -r c1ac9cee102e -r 95fd4e8ab55e net/p5-NetAddr-IP/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-NetAddr-IP/Makefile        Sun Oct 31 16:17:11 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 16:17:11 seb Exp $
+#
+
+DISTNAME=      NetAddr-IP-3.21
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5nai
+CATEGORIES=    net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=NetAddr/}
+
+MAINTAINER=    seb%NetBSD.org@localhost
+COMMENT=       Perl5 module for managing IP addresses
+
+# This is for the 'test' target
+BUILD_DEPENDS+=        p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
+
+PERL5_REQD=            5.6.0
+USE_BUILDLINK3=                YES
+USE_LANGUAGES=         # empty
+
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/NetAddr/IP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c1ac9cee102e -r 95fd4e8ab55e net/p5-NetAddr-IP/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-NetAddr-IP/PLIST   Sun Oct 31 16:17:11 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/31 16:17:11 seb Exp $
diff -r c1ac9cee102e -r 95fd4e8ab55e net/p5-NetAddr-IP/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-NetAddr-IP/distinfo        Sun Oct 31 16:17:11 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/31 16:17:11 seb Exp $
+
+SHA1 (NetAddr-IP-3.21.tar.gz) = 9d97edde44dd52f9b77c655eedcdd3d02686cf0f
+Size (NetAddr-IP-3.21.tar.gz) = 33414 bytes



Home | Main Index | Thread Index | Old Index