summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-10-31 16:23:21 +0000
committerseb <seb@pkgsrc.org>2004-10-31 16:23:21 +0000
commit314d78e54adfca8a0f9e2da73a98859509720e62 (patch)
tree6f8034fe87e8109de8b8f5035b01c6ca6e137d55
parentda5ba07a29626346650ae8442a2042605bd54bdf (diff)
downloadpkgsrc-314d78e54adfca8a0f9e2da73a98859509720e62.tar.gz
Note initial import of p5-NetAddr-IP version 3.21 as net/p5-NetAddr-IP
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.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 79967306e4a..d1f2a690b58 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7632 2004/10/31 16:10:57 seb Exp $
+$NetBSD: CHANGES,v 1.7633 2004/10/31 16:23:21 seb Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4996,3 +4996,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated ethereal to 0.10.7 [adrianp 2004-10-31]
Added p5-Test-Builder-Tester-1.01 [seb 2004-10-31]
Added p5-Test-Pod-1.20 [seb 2004-10-31]
+ Added p5-NetAddr-IP-3.21 [seb 2004-10-31]