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-Lite Initial import of Net::CIDR::Lite.
details: https://anonhg.NetBSD.org/pkgsrc/rev/41f46f29fd2c
branches: trunk
changeset: 468923:41f46f29fd2c
user: heinz <heinz%pkgsrc.org@localhost>
date: Tue Feb 17 22:41:44 2004 +0000
description:
Initial import of Net::CIDR::Lite.
Net::CIDR::Lite is a Perl extension for merging IPv4/v6 CIDR addresses.
Faster alternative to Net::CIDR when merging a large number of CIDR address
ranges. Works for IPv4 and IPv6 addresses.
diffstat:
net/p5-Net-CIDR-Lite/DESCR | 3 +++
net/p5-Net-CIDR-Lite/Makefile | 21 +++++++++++++++++++++
net/p5-Net-CIDR-Lite/PLIST | 1 +
net/p5-Net-CIDR-Lite/distinfo | 4 ++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 5fcf512c90fb -r 41f46f29fd2c net/p5-Net-CIDR-Lite/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-CIDR-Lite/DESCR Tue Feb 17 22:41:44 2004 +0000
@@ -0,0 +1,3 @@
+Perl extension for merging IPv4/v6 CIDR addresses. Faster alternative to
+Net::CIDR when merging a large number of CIDR address ranges. Works for
+IPv4 and IPv6 addresses.
diff -r 5fcf512c90fb -r 41f46f29fd2c net/p5-Net-CIDR-Lite/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-CIDR-Lite/Makefile Tue Feb 17 22:41:44 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 22:41:44 heinz Exp $
+#
+
+DISTNAME= Net-CIDR-Lite-0.15
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ncl
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= heinz%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Net-CIDR-Lite/
+COMMENT= Perl extension for merging IPv4/v6 CIDR addresses
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/CIDR/Lite/.packlist
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5fcf512c90fb -r 41f46f29fd2c net/p5-Net-CIDR-Lite/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-CIDR-Lite/PLIST Tue Feb 17 22:41:44 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/17 22:41:44 heinz Exp $
diff -r 5fcf512c90fb -r 41f46f29fd2c net/p5-Net-CIDR-Lite/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-CIDR-Lite/distinfo Tue Feb 17 22:41:44 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/17 22:41:44 heinz Exp $
+
+SHA1 (Net-CIDR-Lite-0.15.tar.gz) = 235cf15f00e906a444094de9e7d7e933e5c16b2b
+Size (Net-CIDR-Lite-0.15.tar.gz) = 8099 bytes
Home |
Main Index |
Thread Index |
Old Index