From owner-svn-ports-all@FreeBSD.ORG Thu Dec 25 17:08:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CC07F13; Thu, 25 Dec 2014 17:08:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F314F2454; Thu, 25 Dec 2014 17:08:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPH8emJ014685; Thu, 25 Dec 2014 17:08:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPH8ePC014682; Thu, 25 Dec 2014 17:08:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412251708.sBPH8ePC014682@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 25 Dec 2014 17:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375584 - head/graphics/rubygem-geokit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 17:08:41 -0000 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