Import py27-geographiclib-1.31 as wip/py-geographiclib.
This is a python implementation of the geodesic routines from GeographicLib. This contains implementations of the classes GeographicLib::Math GeographicLib::Accumulator GeographicLib::Geodesic GeographicLib::GeodesicLine GeographicLib::PolygonArea
This commit is contained in:
parent
e42ec38684
commit
91d54487e6
4 changed files with 59 additions and 0 deletions
8
py-geographiclib/DESCR
Normal file
8
py-geographiclib/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
This is a python implementation of the geodesic routines from GeographicLib.
|
||||
This contains implementations of the classes
|
||||
|
||||
GeographicLib::Math
|
||||
GeographicLib::Accumulator
|
||||
GeographicLib::Geodesic
|
||||
GeographicLib::GeodesicLine
|
||||
GeographicLib::PolygonArea
|
21
py-geographiclib/Makefile
Normal file
21
py-geographiclib/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/12/05 22:51:19 jihbed Exp $
|
||||
|
||||
DISTNAME= geographiclib-1.31
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/g/geographiclib/
|
||||
FETCH_USING= curl
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://geographiclib.sourceforge.net/
|
||||
COMMENT= Translation of the GeographicLib::Geodesic class to Python
|
||||
LICENSE= mit
|
||||
|
||||
WRKSRC= ${WRKDIR}/geographiclib-1.31
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
25
py-geographiclib/PLIST
Normal file
25
py-geographiclib/PLIST
Normal file
|
@ -0,0 +1,25 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/12/05 22:51:19 jihbed Exp $
|
||||
${PYSITELIB}/geographiclib/__init__.py
|
||||
${PYSITELIB}/geographiclib/__init__.pyc
|
||||
${PYSITELIB}/geographiclib/__init__.pyo
|
||||
${PYSITELIB}/geographiclib/accumulator.py
|
||||
${PYSITELIB}/geographiclib/accumulator.pyc
|
||||
${PYSITELIB}/geographiclib/accumulator.pyo
|
||||
${PYSITELIB}/geographiclib/constants.py
|
||||
${PYSITELIB}/geographiclib/constants.pyc
|
||||
${PYSITELIB}/geographiclib/constants.pyo
|
||||
${PYSITELIB}/geographiclib/geodesic.py
|
||||
${PYSITELIB}/geographiclib/geodesic.pyc
|
||||
${PYSITELIB}/geographiclib/geodesic.pyo
|
||||
${PYSITELIB}/geographiclib/geodesiccapability.py
|
||||
${PYSITELIB}/geographiclib/geodesiccapability.pyc
|
||||
${PYSITELIB}/geographiclib/geodesiccapability.pyo
|
||||
${PYSITELIB}/geographiclib/geodesicline.py
|
||||
${PYSITELIB}/geographiclib/geodesicline.pyc
|
||||
${PYSITELIB}/geographiclib/geodesicline.pyo
|
||||
${PYSITELIB}/geographiclib/geomath.py
|
||||
${PYSITELIB}/geographiclib/geomath.pyc
|
||||
${PYSITELIB}/geographiclib/geomath.pyo
|
||||
${PYSITELIB}/geographiclib/polygonarea.py
|
||||
${PYSITELIB}/geographiclib/polygonarea.pyc
|
||||
${PYSITELIB}/geographiclib/polygonarea.pyo
|
5
py-geographiclib/distinfo
Normal file
5
py-geographiclib/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/12/05 22:51:19 jihbed Exp $
|
||||
|
||||
SHA1 (geographiclib-1.31.tar.gz) = ab52e62258f08769ef136141b1d39718cd6d6f81
|
||||
RMD160 (geographiclib-1.31.tar.gz) = 83903c3e72e55a20d25f04f1f337e14c9e915ce8
|
||||
Size (geographiclib-1.31.tar.gz) = 21925 bytes
|
Loading…
Reference in a new issue