pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/gpsbabel GPSBabel converts waypoints, tracks...
details: https://anonhg.NetBSD.org/pkgsrc/rev/00147a8dfcbe
branches: trunk
changeset: 533542:00147a8dfcbe
user: martti <martti%pkgsrc.org@localhost>
date: Fri Sep 21 05:12:08 2007 +0000
description:
GPSBabel converts waypoints, tracks, and routes from one
format to another, whether that format is a common mapping
format like Delorme, Streets and Trips, or even a serial
or USB upload or download to a GPS receiver such as those
from Garmin and Magellan.
Imported from wip.
diffstat:
geography/gpsbabel/DESCR | 5 +++++
geography/gpsbabel/Makefile | 16 ++++++++++++++++
geography/gpsbabel/PLIST | 2 ++
geography/gpsbabel/distinfo | 8 ++++++++
geography/gpsbabel/patches/patch-aa | 13 +++++++++++++
geography/gpsbabel/patches/patch-ab | 13 +++++++++++++
geography/gpsbabel/patches/patch-ac | 22 ++++++++++++++++++++++
7 files changed, 79 insertions(+), 0 deletions(-)
diffs (107 lines):
diff -r 65b951c50885 -r 00147a8dfcbe geography/gpsbabel/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsbabel/DESCR Fri Sep 21 05:12:08 2007 +0000
@@ -0,0 +1,5 @@
+GPSBabel converts waypoints, tracks, and routes from one
+format to another, whether that format is a common mapping
+format like Delorme, Streets and Trips, or even a serial
+or USB upload or download to a GPS receiver such as those
+from Garmin and Magellan.
diff -r 65b951c50885 -r 00147a8dfcbe geography/gpsbabel/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsbabel/Makefile Fri Sep 21 05:12:08 2007 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+#
+
+DISTNAME= gpsbabel-1.3.4
+CATEGORIES= geography
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsbabel/}
+
+MAINTAINER= martti%NetBSD.org@localhost
+HOMEPAGE= http://www.gpsbabel.org/
+COMMENT= Utility to convert and fetch GPS related data
+
+GNU_CONFIGURE= yes
+
+.include "../../devel/libusb/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 65b951c50885 -r 00147a8dfcbe geography/gpsbabel/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsbabel/PLIST Fri Sep 21 05:12:08 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+bin/gpsbabel
diff -r 65b951c50885 -r 00147a8dfcbe geography/gpsbabel/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsbabel/distinfo Fri Sep 21 05:12:08 2007 +0000
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+
+SHA1 (gpsbabel-1.3.4.tar.gz) = 9b504ce151bb44b86558cce5c3f727819cdb30c5
+RMD160 (gpsbabel-1.3.4.tar.gz) = 2391f0b3aef271567808edbed6fc2c481d5514ea
+Size (gpsbabel-1.3.4.tar.gz) = 3547058 bytes
+SHA1 (patch-aa) = 06166a96029100d6e5828875d00d7dde1acf90f9
+SHA1 (patch-ab) = 194779944c80cbab89563dad1d7876564bd374df
+SHA1 (patch-ac) = 3d464f3fc7786f1a5dff61e4a3b88b0f358081e7
diff -r 65b951c50885 -r 00147a8dfcbe geography/gpsbabel/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsbabel/patches/patch-aa Fri Sep 21 05:12:08 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+
+--- tools/mkfilelist.orig 2007-09-21 08:06:37.000000000 +0000
++++ tools/mkfilelist 2007-09-21 08:06:53.000000000 +0000
+@@ -34,7 +34,7 @@
+ echo "$LINE" |
+ (
+ read LEAD NAME READ
+- test "x$NAME" == "x" && continue
++ test "x$NAME" = "x" && continue
+ case $LEAD in
+ D)
+ loop "$1/$NAME/" "$2"
diff -r 65b951c50885 -r 00147a8dfcbe geography/gpsbabel/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsbabel/patches/patch-ab Fri Sep 21 05:12:08 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+
+--- tools/mkspec.orig 2007-09-21 08:07:45.000000000 +0000
++++ tools/mkspec 2007-09-21 08:07:57.000000000 +0000
+@@ -6,7 +6,7 @@
+ RELEASE=$3 # may be empty
+
+ REL=`echo $RELEASE | sed 's/^-//'`
+-test "$REL" == "" && REL=0
++test "$REL" = "" && REL=0
+
+ cat << EOF
+ Summary: GPSBabel
diff -r 65b951c50885 -r 00147a8dfcbe geography/gpsbabel/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsbabel/patches/patch-ac Fri Sep 21 05:12:08 2007 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $
+
+--- testw.orig 2007-09-21 08:08:32.000000000 +0000
++++ testw 2007-09-21 08:08:48.000000000 +0000
+@@ -58,7 +58,7 @@
+ while read type caps format comment; do
+
+ for i in $EXCL; do
+- if [ "$format" == "$i" ]; then
++ if [ "$format" = "$i" ]; then
+ caps="------"
+ fi
+ done
+@@ -97,7 +97,7 @@
+ while read type caps format comment; do
+
+ for i in $EXCL; do
+- if [ "$format" == "$i" ]; then
++ if [ "$format" = "$i" ]; then
+ caps="------"
+ fi
+ done
Home |
Main Index |
Thread Index |
Old Index