pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc import p5-Net-Netmask from pkgsrc-wip, initially b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0815f4252b9
branches:  trunk
changeset: 465959:d0815f4252b9
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jan 09 01:48:45 2004 +0000

description:
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:

 doc/CHANGES |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r b542b0d91163 -r d0815f4252b9 doc/CHANGES
--- a/doc/CHANGES       Fri Jan 09 01:46:44 2004 +0000
+++ b/doc/CHANGES       Fri Jan 09 01:48:45 2004 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index