diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 21:13:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-15 21:13:58 +0000 |
commit | 2dde634ce029216b2ae665978914e5877e44a57a (patch) | |
tree | b8c124fa244cfe3bab14fc0f76e4506aa1bdf5ac /graphics/rubygem-geokit | |
parent | 98b8c1c5fc5a7362a1a9632c066406ab74c3620f (diff) | |
download | ports-2dde634ce029216b2ae665978914e5877e44a57a.tar.gz ports-2dde634ce029216b2ae665978914e5877e44a57a.zip |
Notes
Diffstat (limited to 'graphics/rubygem-geokit')
-rw-r--r-- | graphics/rubygem-geokit/Makefile | 19 | ||||
-rw-r--r-- | graphics/rubygem-geokit/distinfo | 3 | ||||
-rw-r--r-- | graphics/rubygem-geokit/pkg-descr | 6 |
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/ |