From 93cb03a7a1366bc081285538e03fa3af9b132f18 Mon Sep 17 00:00:00 2001 From: Greg Troxel Date: Thu, 4 Mar 2010 01:21:39 +0000 Subject: [PATCH] edit English; no functional change intended --- gpx2shp/DESCR | 7 +++---- gpx2shp/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/gpx2shp/DESCR b/gpx2shp/DESCR index 874c4028f8..526537d296 100644 --- a/gpx2shp/DESCR +++ b/gpx2shp/DESCR @@ -1,4 +1,3 @@ -gpx2shp converts the GPS Exchange Format(*.gpx) to ESRI/shape -format(*.shp) written by C. - -It is easy to use (maybe), light and free on GPL. +gpx2shp converts GPS Exchange Format (*.gpx) to ESRI shapefile format +(*.shp). It is written in C, easy to use (maybe), lightweight and +freely available under the GPL. diff --git a/gpx2shp/Makefile b/gpx2shp/Makefile index 1c3f04cbd1..86f39ffc4c 100644 --- a/gpx2shp/Makefile +++ b/gpx2shp/Makefile @@ -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 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=gpx2shp/13458/} MAINTAINER= wenheping@gmail.com 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 PKG_DESTDIR_SUPPORT= user-destdir