diff options
-rw-r--r-- | geography/Makefile | 3 | ||||
-rw-r--r-- | geography/cm2gpx/DESCR | 4 | ||||
-rw-r--r-- | geography/cm2gpx/Makefile | 17 | ||||
-rw-r--r-- | geography/cm2gpx/PLIST | 3 | ||||
-rw-r--r-- | geography/cm2gpx/distinfo | 5 |
5 files changed, 31 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index ce0a771a461..898953c3750 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2007/09/21 05:13:03 martti Exp $ +# $NetBSD: Makefile,v 1.21 2008/01/23 00:52:52 rhaen Exp $ # COMMENT= Software for geographical-related uses +SUBDIR+= cm2gpx SUBDIR+= epsg SUBDIR+= epsg-docs SUBDIR+= garmin-utils diff --git a/geography/cm2gpx/DESCR b/geography/cm2gpx/DESCR new file mode 100644 index 00000000000..116f2e08944 --- /dev/null +++ b/geography/cm2gpx/DESCR @@ -0,0 +1,4 @@ +cm2gpx is used to convert Palms CacheMate backup or import PDB +files to equivalent GPX files. Extensions specific to +Geocaching.com and CacheMate are automatically used as needed. +Filter options are available, to selectively convert waypoints. diff --git a/geography/cm2gpx/Makefile b/geography/cm2gpx/Makefile new file mode 100644 index 00000000000..330cca5f367 --- /dev/null +++ b/geography/cm2gpx/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2008/01/23 00:52:52 rhaen Exp $ +# + +DISTNAME= cm2gpx-1.0.4 +CATEGORIES= geography +MASTER_SITES= http://www.smittyware.com/download/ + +MAINTAINER= rhaen@NetBSD.org +HOMEPAGE= http://www.smittyware.com/download/ +COMMENT= CacheMate PDB-to-GPX file converter + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/cm2gpx/PLIST b/geography/cm2gpx/PLIST new file mode 100644 index 00000000000..b7a544b07c1 --- /dev/null +++ b/geography/cm2gpx/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2008/01/23 00:52:52 rhaen Exp $ +bin/cm2gpx +man/man1/cm2gpx.1 diff --git a/geography/cm2gpx/distinfo b/geography/cm2gpx/distinfo new file mode 100644 index 00000000000..56363c7bc27 --- /dev/null +++ b/geography/cm2gpx/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2008/01/23 00:52:53 rhaen Exp $ + +SHA1 (cm2gpx-1.0.4.tar.gz) = 66bcd39cd2bf656252c6cc3501e193de96688a76 +RMD160 (cm2gpx-1.0.4.tar.gz) = d1423f55ce345c7b7cdab9f73844b1bd058ce306 +Size (cm2gpx-1.0.4.tar.gz) = 120033 bytes |