diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-25 17:08:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-25 17:08:39 +0000 |
commit | 6958d3b5d50f33a34b03e3da7aa076996f8651f4 (patch) | |
tree | a8bb9b555f6a26eb6a525c0bb81a76b098da6317 | |
parent | - Add LICENSE (diff) |
- Update to 1.9.0
- Update pkg-descr
- Update WWW
Changes: https://github.com/geokit/geokit/blob/master/CHANGELOG.md
-rw-r--r-- | graphics/rubygem-geokit/Makefile | 2 | ||||
-rw-r--r-- | graphics/rubygem-geokit/distinfo | 4 | ||||
-rw-r--r-- | graphics/rubygem-geokit/pkg-descr | 16 |
3 files changed, 14 insertions, 8 deletions
diff --git a/graphics/rubygem-geokit/Makefile b/graphics/rubygem-geokit/Makefile index da457437be67..5b64e73205fa 100644 --- a/graphics/rubygem-geokit/Makefile +++ b/graphics/rubygem-geokit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geokit -PORTVERSION= 1.8.5 +PORTVERSION= 1.9.0 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-geokit/distinfo b/graphics/rubygem-geokit/distinfo index d8b3c80200ac..d538bed6ee5d 100644 --- a/graphics/rubygem-geokit/distinfo +++ b/graphics/rubygem-geokit/distinfo @@ -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 diff --git a/graphics/rubygem-geokit/pkg-descr b/graphics/rubygem-geokit/pkg-descr index 4c53db09c89d..3a4efc99cd62 100644 --- a/graphics/rubygem-geokit/pkg-descr +++ b/graphics/rubygem-geokit/pkg-descr @@ -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 |