From owner-svn-ports-head@freebsd.org Sat May 6 07:46:14 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE28DD60CD4; Sat, 6 May 2017 07:46:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 483601F1B; Sat, 6 May 2017 07:46:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467kD9t025429; Sat, 6 May 2017 07:46:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467kCJK025425; Sat, 6 May 2017 07:46:12 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060746.v467kCJK025425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:46:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440243 - in head/misc: . py-python-geohash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 07:46:14 -0000 Author: miwi Date: Sat May 6 07:46:12 2017 New Revision: 440243 URL: https://svnweb.freebsd.org/changeset/ports/440243 Log: python-geohash is a fast, accurate python geohashing library. WWW: https://pypi.python.org/pypi/python-geohash/ PR: 215461 Submitted by: Yuri Victorovich Added: head/misc/py-python-geohash/ head/misc/py-python-geohash/Makefile (contents, props changed) head/misc/py-python-geohash/distinfo (contents, props changed) head/misc/py-python-geohash/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 6 07:43:45 2017 (r440242) +++ head/misc/Makefile Sat May 6 07:46:12 2017 (r440243) @@ -382,6 +382,7 @@ SUBDIR += py-progressbar231 SUBDIR += py-pyfiglet SUBDIR += py-pyprind + SUBDIR += py-python-geohash SUBDIR += py-qt4-demo SUBDIR += py-qt4-doc SUBDIR += py-qt5-demo Added: head/misc/py-python-geohash/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-python-geohash/Makefile Sat May 6 07:46:12 2017 (r440243) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= python-geohash +PORTVERSION= 0.8.5 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Fast, accurate python geohashing library + +LICENSE= APACHE20 MIT BSD3CLAUSE +LICENSE_COMB= multi + +USES= python:2 +USE_PYTHON= autoplist distutils + +.include Added: head/misc/py-python-geohash/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-python-geohash/distinfo Sat May 6 07:46:12 2017 (r440243) @@ -0,0 +1,3 @@ +TIMESTAMP = 1482304702 +SHA256 (python-geohash-0.8.5.tar.gz) = 05a21fcf4eda1a5eddbd291890ade23fc5ddaa6bb98f2ee23d2d384ed14f086d +SIZE (python-geohash-0.8.5.tar.gz) = 17636 Added: head/misc/py-python-geohash/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-python-geohash/pkg-descr Sat May 6 07:46:12 2017 (r440243) @@ -0,0 +1,3 @@ +python-geohash is a fast, accurate python geohashing library. + +WWW: https://pypi.python.org/pypi/python-geohash/