[Lunar-commits] r24769 - in moonbase/trunk: science science/gpsd utils/gpsdrive
Dennis Veatch
stumbles at lunar-linux.org
Sat Jun 9 16:12:54 CEST 2007
Author: stumbles
Date: 2007-06-09 16:12:53 +0200 (Sat, 09 Jun 2007)
New Revision: 24769
Added:
moonbase/trunk/science/gpsd/
moonbase/trunk/science/gpsd/BUILD
moonbase/trunk/science/gpsd/DEPENDS
moonbase/trunk/science/gpsd/DETAILS
Modified:
moonbase/trunk/utils/gpsdrive/DEPENDS
Log:
Initial import for gpsd and an optional depends
for gpsdrive.
Added: moonbase/trunk/science/gpsd/BUILD
===================================================================
--- moonbase/trunk/science/gpsd/BUILD (rev 0)
+++ moonbase/trunk/science/gpsd/BUILD 2007-06-09 14:12:53 UTC (rev 24769)
@@ -0,0 +1,7 @@
+(
+
+ OPTS="$OPTS --enable-itrax --enable-tnt --enable-dbus"
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/science/gpsd/DEPENDS
===================================================================
--- moonbase/trunk/science/gpsd/DEPENDS (rev 0)
+++ moonbase/trunk/science/gpsd/DEPENDS 2007-06-09 14:12:53 UTC (rev 24769)
@@ -0,0 +1 @@
+depends dbus
Added: moonbase/trunk/science/gpsd/DETAILS
===================================================================
--- moonbase/trunk/science/gpsd/DETAILS (rev 0)
+++ moonbase/trunk/science/gpsd/DETAILS 2007-06-09 14:12:53 UTC (rev 24769)
@@ -0,0 +1,23 @@
+ MODULE=gpsd
+ VERSION=2.34
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://download2.berlios.de/$MODULE/
+ SOURCE_VFY=sha1:96d8ab99445dc68136e4ee3622a58f4c464f7510
+ WEB_SITE=http://gpsd.berlios.de/
+ ENTERED=20070609
+ UPDATED=20070609
+ SHORT="daemon that monitors one or more GPSes"
+
+cat << EOF
+gpsd is a service daemon that monitors one or more GPSes attached
+to a host computer through serial or USB ports, making all data on
+the location/course/velocity of the sensors available to be queried
+on TCP port 2947 of the host computer. With gpsd, multiple GPS client
+applications (such as navigational and wardriving software) can share
+access to GPSes without contention or loss of data. Also, gpsd responds
+to queries with a format that is substantially easier to parse than
+the NMEA 0183 emitted by most GPSes. The gpsd distribution includes a
+linkable C service library, a C++ wrapper class, and a Python module
+that developers of gpsd-aware applications can use to encapsulate all
+communication with gpsd.
+EOF
Modified: moonbase/trunk/utils/gpsdrive/DEPENDS
===================================================================
--- moonbase/trunk/utils/gpsdrive/DEPENDS 2007-06-09 13:56:55 UTC (rev 24768)
+++ moonbase/trunk/utils/gpsdrive/DEPENDS 2007-06-09 14:12:53 UTC (rev 24769)
@@ -1,4 +1,5 @@
depends gtk+-2 &&
depends pcre &&
-optional_depends "mysql" "--with-mysql" "--without-mysql" "for database support"
+optional_depends "mysql" "--with-mysql" "--without-mysql" "for database support" &&
+optional_depends "gpsd" "" "" "connect multiple GPS devices"
More information about the Lunar-commits
mailing list