From owner-svn-ports-all@freebsd.org Sat Dec 1 13:05:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BA4B1317132; Sat, 1 Dec 2018 13:05:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EEEF80AC8; Sat, 1 Dec 2018 13:05:33 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E425E18345; Sat, 1 Dec 2018 13:05:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB1D5We7029698; Sat, 1 Dec 2018 13:05:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB1D5WCP029694; Sat, 1 Dec 2018 13:05:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201812011305.wB1D5WCP029694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Dec 2018 13:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486341 - in head/math: . py-vincenty X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/math: . py-vincenty X-SVN-Commit-Revision: 486341 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0EEEF80AC8 X-Spamd-Result: default: False [0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.27)[0.269,0]; NEURAL_SPAM_MEDIUM(0.15)[0.151,0]; NEURAL_SPAM_LONG(0.34)[0.335,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 01 Dec 2018 13:05:33 -0000 Author: sunpoet Date: Sat Dec 1 13:05:31 2018 New Revision: 486341 URL: https://svnweb.freebsd.org/changeset/ports/486341 Log: Add py-vincenty 0.1.4 Vincenty calculates the geographical distance (in kilometers or miles) between 2 points with extreme accuracy. This library implements Vincenty's solution to the inverse geodetic problem. It is based on the WGS 84 reference ellipsoid and is accurate to within 1 mm (!) or better. This formula is widely used in geographic information systems (GIS) and is much more accurate than methods for computing the great-circle distance (which assume a spherical Earth). WWW: https://github.com/maurycyp/vincenty Added: head/math/py-vincenty/ head/math/py-vincenty/Makefile (contents, props changed) head/math/py-vincenty/distinfo (contents, props changed) head/math/py-vincenty/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Dec 1 13:01:40 2018 (r486340) +++ head/math/Makefile Sat Dec 1 13:05:31 2018 (r486341) @@ -778,6 +778,7 @@ SUBDIR += py-theano SUBDIR += py-ufl SUBDIR += py-uncertainties + SUBDIR += py-vincenty SUBDIR += py-viper SUBDIR += py-yt SUBDIR += py-z3-solver Added: head/math/py-vincenty/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-vincenty/Makefile Sat Dec 1 13:05:31 2018 (r486341) @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= vincenty +PORTVERSION= 0.1.4 +CATEGORIES= math python geography +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Calculate the geographical distance between 2 points + +LICENSE= UNLICENSE + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/math/py-vincenty/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-vincenty/distinfo Sat Dec 1 13:05:31 2018 (r486341) @@ -0,0 +1,3 @@ +TIMESTAMP = 1543607082 +SHA256 (vincenty-0.1.4.tar.gz) = eaa2f2de835f369cbd71c1a01ccd4e0d412da0f4aeef7c9692242b9ce182785a +SIZE (vincenty-0.1.4.tar.gz) = 2757 Added: head/math/py-vincenty/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-vincenty/pkg-descr Sat Dec 1 13:05:31 2018 (r486341) @@ -0,0 +1,12 @@ +Vincenty calculates the geographical distance (in kilometers or miles) between 2 +points with extreme accuracy. + +This library implements Vincenty's solution to the inverse geodetic problem. It +is based on the WGS 84 reference ellipsoid and is accurate to within 1 mm (!) or +better. + +This formula is widely used in geographic information systems (GIS) and is much +more accurate than methods for computing the great-circle distance (which assume +a spherical Earth). + +WWW: https://github.com/maurycyp/vincenty