edit English; no functional change intended
This commit is contained in:
parent
8b9468ab4d
commit
93cb03a7a1
2 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,3 @@
|
||||||
gpx2shp converts the GPS Exchange Format(*.gpx) to ESRI/shape
|
gpx2shp converts GPS Exchange Format (*.gpx) to ESRI shapefile format
|
||||||
format(*.shp) written by C.
|
(*.shp). It is written in C, easy to use (maybe), lightweight and
|
||||||
|
freely available under the GPL.
|
||||||
It is easy to use (maybe), light and free on GPL.
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.1.1.1 2010/03/01 14:50:21 uccwen Exp $
|
# $NetBSD: Makefile,v 1.2 2010/03/04 01:21:39 lexort Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= gpx2shp-0.69
|
DISTNAME= gpx2shp-0.69
|
||||||
|
@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=gpx2shp/13458/}
|
||||||
|
|
||||||
MAINTAINER= wenheping@gmail.com
|
MAINTAINER= wenheping@gmail.com
|
||||||
HOMEPAGE= http://gpx2shp.sourceforge.jp/
|
HOMEPAGE= http://gpx2shp.sourceforge.jp/
|
||||||
COMMENT= Converts the GPS Exchange Format to ESRI/shape format
|
COMMENT= Converts GPX to ESRI shapefile format
|
||||||
LICENSE= gnu-gpl-v2
|
LICENSE= gnu-gpl-v2
|
||||||
|
|
||||||
PKG_DESTDIR_SUPPORT= user-destdir
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
Loading…
Reference in a new issue