summaryrefslogtreecommitdiff
path: root/misc/gpsdrive
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2002-12-26 19:55:01 +0000
committertsarna <tsarna@pkgsrc.org>2002-12-26 19:55:01 +0000
commitaefe4ba55aa3c46d6b11d0e48d8d3c99541ff697 (patch)
tree96732d56fe70a5604fada757c0e8713f51c668f7 /misc/gpsdrive
parent6c739a6e75d6bfad2bcb566eef88b0f8c06a3932 (diff)
downloadpkgsrc-aefe4ba55aa3c46d6b11d0e48d8d3c99541ff697.tar.gz
GpsDrive is a car (bike, ship, plane) navigation system. GpsDrive
displays your position provided from your NMEA capable GPS receiver on a zoomable map, the map file is autoselected depending of the position and prefered scale. Speech output is supported if the "festival" software is running. The maps are autoselected for best resolution depending of your position and can be downloaded from Internet. All Garmin GPS reveiver with a serial output should be usable, also other GPS receiver which supports NMEA protocol. GpsDrive is written in C with use of the GTK+ graphic toolkit.
Diffstat (limited to 'misc/gpsdrive')
-rw-r--r--misc/gpsdrive/DESCR10
-rw-r--r--misc/gpsdrive/Makefile21
-rw-r--r--misc/gpsdrive/PLIST57
-rw-r--r--misc/gpsdrive/distinfo5
-rw-r--r--misc/gpsdrive/patches/patch-aa27
5 files changed, 120 insertions, 0 deletions
diff --git a/misc/gpsdrive/DESCR b/misc/gpsdrive/DESCR
new file mode 100644
index 00000000000..bc44137ab30
--- /dev/null
+++ b/misc/gpsdrive/DESCR
@@ -0,0 +1,10 @@
+GpsDrive is a car (bike, ship, plane) navigation system. GpsDrive
+displays your position provided from your NMEA capable GPS receiver on a
+zoomable map, the map file is autoselected depending of the position and
+prefered scale. Speech output is supported if the "festival" software
+is running. The maps are autoselected for best resolution depending of
+your position and can be downloaded from Internet. All Garmin GPS
+reveiver with a serial output should be usable, also other GPS receiver
+which supports NMEA protocol. GpsDrive is written in C with use of the
+GTK+ graphic toolkit
+
diff --git a/misc/gpsdrive/Makefile b/misc/gpsdrive/Makefile
new file mode 100644
index 00000000000..c656c228d09
--- /dev/null
+++ b/misc/gpsdrive/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/26 19:55:01 tsarna Exp $
+
+DISTNAME= gpsdrive-1.31
+CATEGORIES= misc
+MASTER_SITES= http://gpsdrive.kraftvoll.at/
+
+MAINTAINER= tsarna@netbsd.org
+HOMEPAGE= http://gpsdrive.kraftvoll.at/
+COMMENT= GPS Navigation system
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+
+# XXX make this an option
+CONFIGURE_ARGS+= --disable-mysql
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/glib/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/gpsdrive/PLIST b/misc/gpsdrive/PLIST
new file mode 100644
index 00000000000..d50e0808814
--- /dev/null
+++ b/misc/gpsdrive/PLIST
@@ -0,0 +1,57 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/26 19:55:01 tsarna Exp $
+bin/garble
+bin/gpsd
+bin/gpsdrive
+bin/gpsfetchmap
+bin/gpsfetchmap.pl
+bin/gpspoint2gpsdrive.pl
+bin/wpcvt
+bin/wpget
+gpsdrive/locale/locale.alias
+lib/libfly.a
+lib/libfly.la
+lib/libfly.so
+lib/libfly.so.2
+lib/libfly.so.2.0
+lib/libnautic.a
+lib/libnautic.la
+lib/libnautic.so
+lib/libnautic.so.2
+lib/libnautic.so.2.0
+man/de/man1/gpsdrive.1
+man/es/man1/gpsdrive.1
+man/man1/gpsdrive.1
+share/gpsdrive/friendsicon.png
+share/gpsdrive/gpsdrive/AUTHORS
+share/gpsdrive/gpsdrive/FAQ.gpsdrive
+share/gpsdrive/gpsdrive/FAQ.gpsdrive.fr
+share/gpsdrive/gpsdrive/GPS-receivers
+share/gpsdrive/gpsdrive/LEEME
+share/gpsdrive/gpsdrive/LISEZMOI
+share/gpsdrive/gpsdrive/NMEA.txt
+share/gpsdrive/gpsdrive/README
+share/gpsdrive/gpsdrive/README.FreeBSD
+share/gpsdrive/gpsdrive/README.SQL
+share/gpsdrive/gpsdrive/README.gpspoint2gspdrive
+share/gpsdrive/gpsdrive/README.kismet
+share/gpsdrive/gpsdrive/TODO
+share/gpsdrive/gpsdrive/create.sql
+share/gpsdrive/gpsdrive/wp2sql
+share/gpsdrive/gpsdrivesplash.png
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/de_AT/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gpsdrive.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gpsdrive.mo
+@dirrm share/gpsdrive/gpsdrive
+@dirrm share/gpsdrive
+@dirrm gpsdrive/locale
+@dirrm gpsdrive
diff --git a/misc/gpsdrive/distinfo b/misc/gpsdrive/distinfo
new file mode 100644
index 00000000000..cdc6d2ab2f2
--- /dev/null
+++ b/misc/gpsdrive/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/12/26 19:55:01 tsarna Exp $
+
+SHA1 (gpsdrive-1.31.tar.gz) = 296a06d264c5fbb077c91f3529b4e6f122423f05
+Size (gpsdrive-1.31.tar.gz) = 784379 bytes
+SHA1 (patch-aa) = 0d00f82a560744a57a44a3af7ad25d5c943fb6cf
diff --git a/misc/gpsdrive/patches/patch-aa b/misc/gpsdrive/patches/patch-aa
new file mode 100644
index 00000000000..6d562068584
--- /dev/null
+++ b/misc/gpsdrive/patches/patch-aa
@@ -0,0 +1,27 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/12/26 19:55:01 tsarna Exp $
+
+I don't care enough to fix friendsd... disabled for now
+
+--- src/Makefile.in.orig Sun Dec 8 13:30:56 2002
++++ src/Makefile.in Thu Dec 26 14:06:03 2002
+@@ -122,7 +122,7 @@
+
+ @DISABLEGARMIN_TRUE@PRG1 =
+ @DISABLEGARMIN_FALSE@PRG1 = garble
+-bin_PROGRAMS = $(PRG1) gpsdrive gpsd friendsd
++bin_PROGRAMS = $(PRG1) gpsdrive gpsd
+ LIBS =
+
+ # gpsdrive_LDADD= $(GLIB_LIBS) $(GTK_LIBS) $(PIXLIBS)
+@@ -176,9 +176,9 @@
+ am_libnautic_la_OBJECTS = nautic.lo
+ libnautic_la_OBJECTS = $(am_libnautic_la_OBJECTS)
+ @DISABLEGARMIN_TRUE@bin_PROGRAMS = gpsdrive$(EXEEXT) gpsd$(EXEEXT) \
+-@DISABLEGARMIN_TRUE@ friendsd$(EXEEXT)
++@DISABLEGARMIN_TRUE@
+ @DISABLEGARMIN_FALSE@bin_PROGRAMS = garble$(EXEEXT) gpsdrive$(EXEEXT) \
+-@DISABLEGARMIN_FALSE@ gpsd$(EXEEXT) friendsd$(EXEEXT)
++@DISABLEGARMIN_FALSE@ gpsd$(EXEEXT)
+ PROGRAMS = $(bin_PROGRAMS)
+
+ am_friendsd_OBJECTS = friendsd.$(OBJEXT)