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>
This commit is contained in:
Martin Wilke 2009-06-15 21:13:58 +00:00
parent 98b8c1c5fc
commit 2dde634ce0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235947
4 changed files with 29 additions and 0 deletions

View file

@ -795,6 +795,7 @@
SUBDIR += rubygem-captcha
SUBDIR += rubygem-exifr
SUBDIR += rubygem-gd2
SUBDIR += rubygem-geokit
SUBDIR += rubygem-graphviz
SUBDIR += rubygem-gruff
SUBDIR += rubygem-objectdetect

View file

@ -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>

View file

@ -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

View file

@ -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/