summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrant <grant>2004-01-09 01:48:45 +0000
committergrant <grant>2004-01-09 01:48:45 +0000
commit499d3f2b7833f6a4d6000680c222f381d79a6ed1 (patch)
tree1f218d544778ccbbd5f14ef5487c0bc727e13226 /doc
parent8703e1137644c4005049a7548063f3a629caaf20 (diff)
downloadpkgsrc-499d3f2b7833f6a4d6000680c222f381d79a6ed1.tar.gz
import p5-Net-Netmask from pkgsrc-wip, initially by Charlie Allom,
with some cleanup by me. Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an object-oriented interface. Nearly all functions are methods that operate on a Net::Netmask object. There are methods that provide the nearly all bits of information about a network block that you might want. There are also functions to put a network block into a table and then later lookup network blocks by IP address in that table. There are functions to turn a IP address range into a list of CIDR blocks. There are functions to turn a list of CIDR blocks into a list of IP addresses. There is a function for sorting by text IP address.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 56111afd7aa..1317bbf968f 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4398 2004/01/08 23:36:43 xtraeme Exp $
+$NetBSD: CHANGES,v 1.4399 2004/01/09 01:48:45 grant Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -123,3 +123,4 @@ Changes to the packages collection and infrastructure in 2004:
Moved icecast to icecast1 [xtraeme 2004-01-08]
Updated gnome2-terminal to 2.4.1 [xtraeme 2004-01-08]
Updated gnome2 to 2.4.1 [xtraeme 2004-01-08]
+ Added p5-Net-Netmask-1.9007 [grant 2004-01-09]