diff options
author | ade <ade@FreeBSD.org> | 2000-02-26 00:38:59 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-26 00:38:59 +0800 |
commit | a9be9f3e46739ccb73d6b8512453f1f70eb00af3 (patch) | |
tree | 1584f37a38d0d80322b1cb49f69edf9b8627806f /net/p5-Net-IPv4Addr/pkg-descr | |
parent | 528370885f38fdeac95a5714de9fc2858b60ce35 (diff) | |
download | freebsd-ports-gnome-a9be9f3e46739ccb73d6b8512453f1f70eb00af3.tar.gz freebsd-ports-gnome-a9be9f3e46739ccb73d6b8512453f1f70eb00af3.tar.zst freebsd-ports-gnome-a9be9f3e46739ccb73d6b8512453f1f70eb00af3.zip |
p5-Net-IPv4Addr provides functions to parse IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
Methods for calculating the network and broadcast address, and
also to check if a given address is in a specific network also exist.
PR: 16984
Submitted by: Brad Hendrickse <bradh@uunet.co.za>
Diffstat (limited to 'net/p5-Net-IPv4Addr/pkg-descr')
-rw-r--r-- | net/p5-Net-IPv4Addr/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/p5-Net-IPv4Addr/pkg-descr b/net/p5-Net-IPv4Addr/pkg-descr new file mode 100644 index 000000000000..e65ca924a6c6 --- /dev/null +++ b/net/p5-Net-IPv4Addr/pkg-descr @@ -0,0 +1,10 @@ +Net::IPv4Addr provides functions to parse IPv4 addresses both +in traditional address/netmask format and in the new CIDR format. +Methods for calculating the network and broadcast address, and +also to check if a given address is in a specific network also exist. + +WWW: http://indev.insu.com/ + +-- +Brad Hendrickse +bradh@uunet.co.za |