Date: Thu, 25 Dec 2014 17:08:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375584 - head/graphics/rubygem-geokit Message-ID: <201412251708.sBPH8ePC014682@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 25 17:08:39 2014 New Revision: 375584 URL: https://svnweb.freebsd.org/changeset/ports/375584 QAT: https://qat.redports.org/buildarchive/r375584/ Log: - Update to 1.9.0 - Update pkg-descr - Update WWW Changes: https://github.com/geokit/geokit/blob/master/CHANGELOG.md Modified: head/graphics/rubygem-geokit/Makefile head/graphics/rubygem-geokit/distinfo head/graphics/rubygem-geokit/pkg-descr Modified: head/graphics/rubygem-geokit/Makefile ============================================================================== --- head/graphics/rubygem-geokit/Makefile Thu Dec 25 17:08:33 2014 (r375583) +++ head/graphics/rubygem-geokit/Makefile Thu Dec 25 17:08:39 2014 (r375584) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geokit -PORTVERSION= 1.8.5 +PORTVERSION= 1.9.0 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-geokit/distinfo ============================================================================== --- head/graphics/rubygem-geokit/distinfo Thu Dec 25 17:08:33 2014 (r375583) +++ head/graphics/rubygem-geokit/distinfo Thu Dec 25 17:08:39 2014 (r375584) @@ -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 Modified: head/graphics/rubygem-geokit/pkg-descr ============================================================================== --- head/graphics/rubygem-geokit/pkg-descr Thu Dec 25 17:08:33 2014 (r375583) +++ head/graphics/rubygem-geokit/pkg-descr Thu Dec 25 17:08:39 2014 (r375584) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412251708.sBPH8ePC014682>