Date: Fri, 4 Jul 2008 09:01:09 GMT From: Wen heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/125254: [NEW PORT]devel/py-pygpx:Python Module For Parsing GPS Exchange Format (GPX) File Message-ID: <200807040901.m64919Hw027061@www.freebsd.org> Resent-Message-ID: <200807040910.m649A1o7048599@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 125254 >Category: ports >Synopsis: [NEW PORT]devel/py-pygpx:Python Module For Parsing GPS Exchange Format (GPX) File >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 04 09:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: 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.About GPX format you could visit http://www.topografix.com/gpx.asp. WWW: http://pypi.python.org/pypi/pygpx/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-pygpx # py-pygpx/pkg-plist # py-pygpx/pkg-descr # py-pygpx/distinfo # py-pygpx/Makefile # echo c - py-pygpx mkdir -p py-pygpx > /dev/null 2>&1 echo x - py-pygpx/pkg-plist sed 's/^X//' >py-pygpx/pkg-plist << 'END-of-py-pygpx/pkg-plist' X%%PYTHON_SITELIBDIR%%/pygpx.py X%%PYTHON_SITELIBDIR%%/pygpx.pyc X%%PYTHON_SITELIBDIR%%/pygpx.pyo END-of-py-pygpx/pkg-plist echo x - py-pygpx/pkg-descr sed 's/^X//' >py-pygpx/pkg-descr << 'END-of-py-pygpx/pkg-descr' Xpy-gpx is a python module for parsing GPS Exchange XFormat (GPX) files.This module allows you to parse Xand extract data from GPX files.About GPX format you Xcould visit http://www.topografix.com/gpx.asp. X XWWW: http://pypi.python.org/pypi/pygpx/ END-of-py-pygpx/pkg-descr echo x - py-pygpx/distinfo sed 's/^X//' >py-pygpx/distinfo << 'END-of-py-pygpx/distinfo' XMD5 (pygpx-0.2.tar.gz) = 8ade7d58237f184d23ba66bf4fcb23a3 XSHA256 (pygpx-0.2.tar.gz) = 9dce2675494c52d62335159c954142b5ca6eadb99859ac37dea09be723aa5c99 XSIZE (pygpx-0.2.tar.gz) = 67332 END-of-py-pygpx/distinfo echo x - py-pygpx/Makefile sed 's/^X//' >py-pygpx/Makefile << 'END-of-py-pygpx/Makefile' X# New ports collection makefile for: pygpx X# Date created: 04 July 2008 X# Whom: Wen Heping <wenheping@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= pygpx XPORTVERSION= 0.2 XCATEGORIES= devel python XMASTER_SITES= ${MASTER_SITE_CHEESESHOP} XMASTER_SITE_SUBDIR= source/p/pygpx/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= wenheping@gmail.com XCOMMENT= Python Module For Parsing GPS Exchange Format (GPX) File X XPLIST_SUB= GPX_INFO=${PYDISTUTILS_EGGINFO} X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XPKGDISTUTILS_NOEGGINFO= yes X X.include <bsd.port.mk> END-of-py-pygpx/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807040901.m64919Hw027061>