pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Net-CIDR Initial import of p5-Net-CIDR 0.09 i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fa06bf94539
branches:  trunk
changeset: 464442:0fa06bf94539
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Dec 09 04:53:57 2003 +0000

description:
Initial import of p5-Net-CIDR 0.09 into the NetBSD Packages Collection.

The Net::CIDR package contains functions that manipulate lists of IP
netblocks expressed in CIDR notation. The Net::CIDR functions handle
both IPv4 and IPv6 addresses.

diffstat:

 devel/p5-Net-CIDR/DESCR    |   3 +++
 devel/p5-Net-CIDR/Makefile |  16 ++++++++++++++++
 devel/p5-Net-CIDR/PLIST    |   1 +
 devel/p5-Net-CIDR/distinfo |   4 ++++
 4 files changed, 24 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 94f14d807af6 -r 0fa06bf94539 devel/p5-Net-CIDR/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-CIDR/DESCR   Tue Dec 09 04:53:57 2003 +0000
@@ -0,0 +1,3 @@
+The Net::CIDR package contains functions that manipulate lists of IP
+netblocks expressed in CIDR notation. The Net::CIDR functions handle
+both IPv4 and IPv6 addresses.
diff -r 94f14d807af6 -r 0fa06bf94539 devel/p5-Net-CIDR/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-CIDR/Makefile        Tue Dec 09 04:53:57 2003 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/09 04:53:57 grant Exp $
+#
+
+DISTNAME=      Net-CIDR-0.09
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel net perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+COMMENT=       Perl5 module to manipulate IPv4/IPv6 netblocks in CIDR notation
+
+USE_BUILDLINK2=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Net/CIDR/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 94f14d807af6 -r 0fa06bf94539 devel/p5-Net-CIDR/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-CIDR/PLIST   Tue Dec 09 04:53:57 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/09 04:53:57 grant Exp $
diff -r 94f14d807af6 -r 0fa06bf94539 devel/p5-Net-CIDR/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Net-CIDR/distinfo        Tue Dec 09 04:53:57 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/09 04:53:57 grant Exp $
+
+SHA1 (Net-CIDR-0.09.tar.gz) = bde26e53148ecaf45cdee3ebcb4da01b739b1594
+Size (Net-CIDR-0.09.tar.gz) = 8773 bytes



Home | Main Index | Thread Index | Old Index