aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Net-IPAddress/pkg-descr
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-06-24 18:23:04 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2013-06-24 18:23:04 +0000
commit46faad8acb9b6ec33bb9bd5ec3ae2ef318bf9280 (patch)
tree66d18790e131b85f8d637532e452da67de371de4 /net-mgmt/p5-Net-IPAddress/pkg-descr
parent9db47c1f7c0e9e889c5d3c5795900d43c98cae15 (diff)
Notes
Diffstat (limited to 'net-mgmt/p5-Net-IPAddress/pkg-descr')
-rw-r--r--net-mgmt/p5-Net-IPAddress/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-IPAddress/pkg-descr b/net-mgmt/p5-Net-IPAddress/pkg-descr
new file mode 100644
index 000000000000..21fed1437fdc
--- /dev/null
+++ b/net-mgmt/p5-Net-IPAddress/pkg-descr
@@ -0,0 +1,12 @@
+Net::IPAddr is a collection of helpful functions used to convert
+IP addresses to/from 32-bit integers, applying subnet masks to
+IP addresses, validating IP address strings, and splitting a FQDN
+into its host and domain parts.
+
+No rocket science here, but I have found these functions to very,
+very handy. For example, have you ever tried to sort a list of IP
+addresses only to find out that they don't sort the way you expected?
+Here is the solution! If you convert the IP addresses to 32-bit integer
+addresses, they will sort in correct order.
+
+WWW: http://search.cpan.org/dist/Net-IPAddress/