aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-ipaddress
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2010-11-15 13:55:04 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2010-11-15 13:55:04 +0000
commit9aa702682ece882e2a89c07a0254f9d8c969d1eb (patch)
tree70419c5bbd27ed1a86f93041edcb2d53b73e9312 /net/rubygem-ipaddress
parenta7ea7c19ddad808ecd687e5179df13e0daf68e13 (diff)
downloadports-9aa702682ece882e2a89c07a0254f9d8c969d1eb.tar.gz
ports-9aa702682ece882e2a89c07a0254f9d8c969d1eb.zip
IPAddress is a Ruby library designed to make manipulation of IPv4 and IPv6
addresses both powerful and simple. It mantains a layer of compatibility with Ruby's own IPAddr, while addressing many of its issues WWW: http://rubygems.org/gems/ipaddress Submitted by: Boris Lytochkin <lytboris_at_gmail.com>
Notes
Notes: svn path=/head/; revision=264584
Diffstat (limited to 'net/rubygem-ipaddress')
-rw-r--r--net/rubygem-ipaddress/Makefile20
-rw-r--r--net/rubygem-ipaddress/distinfo2
-rw-r--r--net/rubygem-ipaddress/pkg-descr5
3 files changed, 27 insertions, 0 deletions
diff --git a/net/rubygem-ipaddress/Makefile b/net/rubygem-ipaddress/Makefile
new file mode 100644
index 000000000000..2b0c496008e3
--- /dev/null
+++ b/net/rubygem-ipaddress/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: rubygem-ipaddress
+# Date created: 2010-11-15
+# Whom: Boris Lytochkin <lytboris@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ipaddress
+PORTVERSION= 0.7.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= IP address manipulation library for rubygems
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-ipaddress/distinfo b/net/rubygem-ipaddress/distinfo
new file mode 100644
index 000000000000..1e8547723dd5
--- /dev/null
+++ b/net/rubygem-ipaddress/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ipaddress-0.7.0.gem) = 093af50114a9c48b8f850e020e8c26732749a640d070971519fad4f15e6cd20f
+SIZE (rubygem/ipaddress-0.7.0.gem) = 32768
diff --git a/net/rubygem-ipaddress/pkg-descr b/net/rubygem-ipaddress/pkg-descr
new file mode 100644
index 000000000000..13af91c2f320
--- /dev/null
+++ b/net/rubygem-ipaddress/pkg-descr
@@ -0,0 +1,5 @@
+IPAddress is a Ruby library designed to make manipulation of IPv4 and IPv6
+addresses both powerful and simple. It mantains a layer of compatibility
+with Ruby's own IPAddr, while addressing many of its issues
+
+WWW: http://rubygems.org/gems/ipaddress