1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

py-gpx is a python module for parsing GPS Exchange Format (GPX) files.

This module allows you to parse and extract data from GPX files.

WWW: http://pypi.python.org/pypi/pygpx/

PR:		ports/125254
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2008-07-18 11:13:38 +00:00
parent edeee87db1
commit 4df958b84e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217023
5 changed files with 35 additions and 0 deletions

View File

@ -2125,6 +2125,7 @@
SUBDIR += py-px
SUBDIR += py-pycallgraph
SUBDIR += py-pydasm
SUBDIR += py-pygpx
SUBDIR += py-pyshapelib
SUBDIR += py-pytz
SUBDIR += py-pyutil

24
devel/py-pygpx/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: pygpx
# Date created: 04 July 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pygpx
PORTVERSION= 0.2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/p/pygpx/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Python Module For Parsing GPS Exchange Format (GPX) File
PLIST_SUB= GPX_INFO=${PYDISTUTILS_EGGINFO}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PKGDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>

3
devel/py-pygpx/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pygpx-0.2.tar.gz) = 8ade7d58237f184d23ba66bf4fcb23a3
SHA256 (pygpx-0.2.tar.gz) = 9dce2675494c52d62335159c954142b5ca6eadb99859ac37dea09be723aa5c99
SIZE (pygpx-0.2.tar.gz) = 67332

4
devel/py-pygpx/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
py-gpx is a python module for parsing GPS Exchange Format (GPX) files.
This module allows you to parse and extract data from GPX files.
WWW: http://pypi.python.org/pypi/pygpx/

3
devel/py-pygpx/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
%%PYTHON_SITELIBDIR%%/pygpx.py
%%PYTHON_SITELIBDIR%%/pygpx.pyc
%%PYTHON_SITELIBDIR%%/pygpx.pyo