pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography - add new package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff25c3dc0e86
branches:  trunk
changeset: 537981:ff25c3dc0e86
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Wed Jan 23 00:54:18 2008 +0000

description:
- add new package
- ok'ed by joerg

pkg-description:
cmconvert is used to convert EasyGPS XML file formats (LOC and GPX)
to a format that can be installed onto a Palm OS device and imported
into CacheMate. Options are also available to list waypoints contained
in an XML file, and selectively convert specified waypoints.

diffstat:

 geography/Makefile           |   3 ++-
 geography/cmconvert/DESCR    |   4 ++++
 geography/cmconvert/Makefile |  18 ++++++++++++++++++
 geography/cmconvert/PLIST    |   3 +++
 geography/cmconvert/distinfo |   5 +++++
 5 files changed, 32 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r 1f1ff713940b -r ff25c3dc0e86 geography/Makefile
--- a/geography/Makefile        Wed Jan 23 00:52:52 2008 +0000
+++ b/geography/Makefile        Wed Jan 23 00:54:18 2008 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2008/01/23 00:52:52 rhaen Exp $
+# $NetBSD: Makefile,v 1.22 2008/01/23 00:54:18 rhaen Exp $
 #
 
 COMMENT=       Software for geographical-related uses
 
 SUBDIR+=       cm2gpx
+SUBDIR+=       cmconvert
 SUBDIR+=       epsg
 SUBDIR+=       epsg-docs
 SUBDIR+=       garmin-utils
diff -r 1f1ff713940b -r ff25c3dc0e86 geography/cmconvert/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/cmconvert/DESCR Wed Jan 23 00:54:18 2008 +0000
@@ -0,0 +1,4 @@
+cmconvert is used to convert EasyGPS XML file formats (LOC and GPX)
+to a format that can be installed onto a Palm OS device and imported
+into CacheMate. Options are also available to list waypoints contained
+in an XML file, and selectively convert specified waypoints.
diff -r 1f1ff713940b -r ff25c3dc0e86 geography/cmconvert/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/cmconvert/Makefile      Wed Jan 23 00:54:18 2008 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2008/01/23 00:54:18 rhaen Exp $
+#
+
+DISTNAME=      cmconvert-1.9.5
+CATEGORIES=    geography
+MASTER_SITES=  http://www.smittyware.com/download/
+
+MAINTAINER=    rhaen%NetBSD.org@localhost
+HOMEPAGE=      http://www.smittyware.com/download/
+COMMENT=       CacheMate import file converter for GPS GPX files
+
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1f1ff713940b -r ff25c3dc0e86 geography/cmconvert/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/cmconvert/PLIST Wed Jan 23 00:54:18 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2008/01/23 00:54:18 rhaen Exp $
+bin/cmconvert
+man/man1/cmconvert.1
diff -r 1f1ff713940b -r ff25c3dc0e86 geography/cmconvert/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/cmconvert/distinfo      Wed Jan 23 00:54:18 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2008/01/23 00:54:18 rhaen Exp $
+
+SHA1 (cmconvert-1.9.5.tar.gz) = 16daddf2d3bc1f1e0b43d36c9c3095a8722f1e75
+RMD160 (cmconvert-1.9.5.tar.gz) = cd0eaf2f4dd329f43003634790fc8b5942ce44dd
+Size (cmconvert-1.9.5.tar.gz) = 138748 bytes



Home | Main Index | Thread Index | Old Index