aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rubygem-geokit
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-06-16 05:13:58 +0800
committermiwi <miwi@FreeBSD.org>2009-06-16 05:13:58 +0800
commit5da94f43aa8a79ed290a83719836707d56fc7a8b (patch)
tree9d6cef1bc6f355edb112c5e09b2209d8f963cd8b /graphics/rubygem-geokit
parent1e861b81ac8a991fcfa134802118d94b8f873ce8 (diff)
downloadfreebsd-ports-gnome-5da94f43aa8a79ed290a83719836707d56fc7a8b.tar.gz
freebsd-ports-gnome-5da94f43aa8a79ed290a83719836707d56fc7a8b.tar.zst
freebsd-ports-gnome-5da94f43aa8a79ed290a83719836707d56fc7a8b.zip
Rubygem-geokit is a Ruby gem for maps-based apps. Provides geocoding
through multiple providers with failover and geo distance calculations. Combine with the Rails plugin for IP-based location lookup and ActiveRecord extensions for geo-based finders. WWW: http://geokit.rubyforge.org/ PR: ports/135461 Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'graphics/rubygem-geokit')
-rw-r--r--graphics/rubygem-geokit/Makefile19
-rw-r--r--graphics/rubygem-geokit/distinfo3
-rw-r--r--graphics/rubygem-geokit/pkg-descr6
3 files changed, 28 insertions, 0 deletions
diff --git a/graphics/rubygem-geokit/Makefile b/graphics/rubygem-geokit/Makefile
new file mode 100644
index 000000000000..e6dda4d8e285
--- /dev/null
+++ b/graphics/rubygem-geokit/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: rubygem-geokit
+# Date created: 11 June, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+
+PORTNAME= geokit
+PORTVERSION= 1.4.0
+CATEGORIES= graphics rubygems
+MASTER_SITES= RF
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= A Ruby gem for maps-based apps
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/rubygem-geokit/distinfo b/graphics/rubygem-geokit/distinfo
new file mode 100644
index 000000000000..e5f336156de2
--- /dev/null
+++ b/graphics/rubygem-geokit/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/geokit-1.4.0.gem) = 910759ad8174914d27c3efb0de3433e2
+SHA256 (rubygem/geokit-1.4.0.gem) = c36891bdbee28e233aa9bbcd56e56ae323c153adeb04be29c72543427940ea8c
+SIZE (rubygem/geokit-1.4.0.gem) = 31744
diff --git a/graphics/rubygem-geokit/pkg-descr b/graphics/rubygem-geokit/pkg-descr
new file mode 100644
index 000000000000..e4f46198f365
--- /dev/null
+++ b/graphics/rubygem-geokit/pkg-descr
@@ -0,0 +1,6 @@
+Rubygem-geokit is a Ruby gem for maps-based apps. Provides geocoding
+through multiple providers with failover and geo distance calculations.
+Combine with the Rails plugin for IP-based location lookup and
+ActiveRecord extensions for geo-based finders.
+
+WWW: http://geokit.rubyforge.org/