pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography - added new package cm2gpx



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f1ff713940b
branches:  trunk
changeset: 537980:1f1ff713940b
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Wed Jan 23 00:52:52 2008 +0000

description:
- added new package cm2gpx
- ok'ed by joerg

pkg-description:
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.

diffstat:

 geography/Makefile        |   3 ++-
 geography/cm2gpx/DESCR    |   4 ++++
 geography/cm2gpx/Makefile |  17 +++++++++++++++++
 geography/cm2gpx/PLIST    |   3 +++
 geography/cm2gpx/distinfo |   5 +++++
 5 files changed, 31 insertions(+), 1 deletions(-)

diffs (59 lines):

diff -r 11539ccb0a92 -r 1f1ff713940b geography/Makefile
--- a/geography/Makefile        Wed Jan 23 00:38:00 2008 +0000
+++ b/geography/Makefile        Wed Jan 23 00:52:52 2008 +0000
@@ -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 -r 11539ccb0a92 -r 1f1ff713940b geography/cm2gpx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/cm2gpx/DESCR    Wed Jan 23 00:52:52 2008 +0000
@@ -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 -r 11539ccb0a92 -r 1f1ff713940b geography/cm2gpx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/cm2gpx/Makefile Wed Jan 23 00:52:52 2008 +0000
@@ -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@localhost
+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 -r 11539ccb0a92 -r 1f1ff713940b geography/cm2gpx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/cm2gpx/PLIST    Wed Jan 23 00:52:52 2008 +0000
@@ -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 -r 11539ccb0a92 -r 1f1ff713940b geography/cm2gpx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/cm2gpx/distinfo Wed Jan 23 00:52:52 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index