summaryrefslogtreecommitdiff
path: root/net/p5-Net-IPv4Addr/DESCR
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-08-13 07:56:40 +0000
committeradrianp <adrianp>2005-08-13 07:56:40 +0000
commit8c681e47bca5bb7c6184b9036916999126107cc1 (patch)
treef8ceb9326fedaaba1122aaa069c56cb8b8dbc3ff /net/p5-Net-IPv4Addr/DESCR
parentd5003917d9b6e9847eb59b3ddc51b132cf5f7ad7 (diff)
downloadpkgsrc-8c681e47bca5bb7c6184b9036916999126107cc1.tar.gz
Net::IPv4Addr provides functions for parsing IPv4 addresses both
in traditional address/netmask format and in the new CIDR format. There are also methods for calculating the network and broadcast address and also to see check if a given address is in a specific network.
Diffstat (limited to 'net/p5-Net-IPv4Addr/DESCR')
-rw-r--r--net/p5-Net-IPv4Addr/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/p5-Net-IPv4Addr/DESCR b/net/p5-Net-IPv4Addr/DESCR
new file mode 100644
index 00000000000..84c4ba89a74
--- /dev/null
+++ b/net/p5-Net-IPv4Addr/DESCR
@@ -0,0 +1,5 @@
+Net::IPv4Addr provides functions for parsing IPv4 addresses both
+in traditional address/netmask format and in the new CIDR format.
+There are also methods for calculating the network and broadcast
+address and also to see check if a given address is in a specific
+network.