Index: head/graphics/rubygem-geokit/Makefile =================================================================== --- head/graphics/rubygem-geokit/Makefile (revision 375583) +++ head/graphics/rubygem-geokit/Makefile (revision 375584) @@ -1,20 +1,20 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= geokit -PORTVERSION= 1.8.5 +PORTVERSION= 1.9.0 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby gem for maps-based apps LICENSE= MIT RUN_DEPENDS= rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/graphics/rubygem-geokit/distinfo =================================================================== --- head/graphics/rubygem-geokit/distinfo (revision 375583) +++ head/graphics/rubygem-geokit/distinfo (revision 375584) @@ -1,2 +1,2 @@ -SHA256 (rubygem/geokit-1.8.5.gem) = 921c8bedeb0d481599966bbc74fc1f54dbb961f10e6210a8e8b18bae4ec52438 -SIZE (rubygem/geokit-1.8.5.gem) = 72192 +SHA256 (rubygem/geokit-1.9.0.gem) = 1e57b9fda332417916e5b81489271edf19fc437131dc9c2b89a74284c597f3ae +SIZE (rubygem/geokit-1.9.0.gem) = 81920 Index: head/graphics/rubygem-geokit/pkg-descr =================================================================== --- head/graphics/rubygem-geokit/pkg-descr (revision 375583) +++ head/graphics/rubygem-geokit/pkg-descr (revision 375584) @@ -1,6 +1,12 @@ -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. +The Geokit gem provides: +- Distance calculations between two points on the earth. Calculate the distance + in miles, kilometers, meters, or nautical miles, with all the trigonometry + abstracted away by Geokit. +- Geocoding from multiple providers. It supports Google, Yahoo, Geocoder.us, and + Geocoder.ca geocoders, and others. It provides a uniform response structure + from all of them. It also provides a fail-over mechanism, in case your input + fails to geocode in one service. +- Rectangular bounds calculations: is a point within a given rectangular bounds? +- Heading and midpoint calculations -WWW: http://rubygems.org/gems/geokit/ +WWW: https://github.com/geokit/geokit