summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gis/gpsd/README (renamed from system/gpsd/README)0
-rw-r--r--gis/gpsd/README.build (renamed from system/gpsd/README.build)12
-rw-r--r--gis/gpsd/doinst.sh (renamed from system/gpsd/doinst.sh)0
-rw-r--r--gis/gpsd/gpsd.SlackBuild (renamed from system/gpsd/gpsd.SlackBuild)4
-rw-r--r--gis/gpsd/gpsd.info (renamed from system/gpsd/gpsd.info)6
-rw-r--r--gis/gpsd/rc.gpsd.conf.new (renamed from system/gpsd/rc.gpsd.conf.new)0
-rw-r--r--gis/gpsd/rc.gpsd.new (renamed from system/gpsd/rc.gpsd.new)0
-rw-r--r--gis/gpsd/slack-desc (renamed from system/gpsd/slack-desc)0
-rw-r--r--gis/gpsd/xgps.desktop (renamed from system/gpsd/xgps.desktop)0
-rw-r--r--gis/gpsd/xgpsspeed.desktop (renamed from system/gpsd/xgpsspeed.desktop)0
10 files changed, 15 insertions, 7 deletions
diff --git a/system/gpsd/README b/gis/gpsd/README
index 379d93e8bd..379d93e8bd 100644
--- a/system/gpsd/README
+++ b/gis/gpsd/README
diff --git a/system/gpsd/README.build b/gis/gpsd/README.build
index 77610ecc8f..035973319f 100644
--- a/system/gpsd/README.build
+++ b/gis/gpsd/README.build
@@ -13,9 +13,10 @@ Multiple options may be separated by commas (as shown above) or by spaces.
The following features may be enabled (by default they are disabled).
dbus_export enable DBUS export support
+ force_global force daemon to listen on all addressses
profiling enable profiling support
- timing enable latency timing support
squelch enable gpsd_report/gpsd_hexdump suppression (saves cpu)
+ timing enable latency timing support
gpsd_group=groupname
set privilege revocation group (default=dialout)
gpsd_user=username
@@ -48,6 +49,7 @@ enabled).
gpsclock disable GPSClock support
ipv6 disable build IPv6 support
itrax disable iTrax hardware support
+ leapfetch disable build-time fetch up-to-date leap second data
mtk3301 disable MTK-3301 support
navcom disable Navcom support
netfeed disable support for handling TCP/IP data sources
@@ -59,7 +61,6 @@ enabled).
oldstyle disable oldstyle (pre-JSON) protocol support
oncore disable Motorola OnCore chipset support
passthrough disable support for passing through JSON
- pps disable PPS time syncing support
reconfigure disable gpsd can change device settings
rtcm104v2 disable rtcm104v2 support
rtcm104v3 disable rtcm104v3 support
@@ -70,4 +71,11 @@ enabled).
tnt disable True North Technologies support
tripmate disable DeLorme TripMate support
tsip disable Trimble TSIP support
+ ublox disable u-blox Protocol support
ubx disable UBX Protocol support
+ usb disable libusb support for USB devices
+
+
+Note that PPS is not supported. Additional userspace tools are required, see
+ http://www.linuxpps.org/wiki/index.php/LinuxPPS_installation
+ https://github.com/ago/pps-tools
diff --git a/system/gpsd/doinst.sh b/gis/gpsd/doinst.sh
index 81e9fca8c2..81e9fca8c2 100644
--- a/system/gpsd/doinst.sh
+++ b/gis/gpsd/doinst.sh
diff --git a/system/gpsd/gpsd.SlackBuild b/gis/gpsd/gpsd.SlackBuild
index eb9ea7595c..d8bf25e807 100644
--- a/system/gpsd/gpsd.SlackBuild
+++ b/gis/gpsd/gpsd.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gpsd
-VERSION=${VERSION:-3.9}
+VERSION=${VERSION:-3.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -134,7 +134,7 @@ install -D -m 0644 $CWD/rc.gpsd.conf.new \
$PKG/etc/rc.d/rc.gpsd.conf.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING INSTALL README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING INSTALL README TODO build.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/gpsd/gpsd.info b/gis/gpsd/gpsd.info
index 99e1c8e9c5..e88c739340 100644
--- a/system/gpsd/gpsd.info
+++ b/gis/gpsd/gpsd.info
@@ -1,8 +1,8 @@
PRGNAM="gpsd"
-VERSION="3.9"
+VERSION="3.10"
HOMEPAGE="http://catb.org/gpsd/"
-DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.9.tar.gz"
-MD5SUM="53a88f24a0973d23427e82e9a8914f19"
+DOWNLOAD="http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.10.tar.gz"
+MD5SUM="fc5b03aae38b9b5b6880b31924d0ace3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="scons"
diff --git a/system/gpsd/rc.gpsd.conf.new b/gis/gpsd/rc.gpsd.conf.new
index 3566b69c08..3566b69c08 100644
--- a/system/gpsd/rc.gpsd.conf.new
+++ b/gis/gpsd/rc.gpsd.conf.new
diff --git a/system/gpsd/rc.gpsd.new b/gis/gpsd/rc.gpsd.new
index 0db22b9600..0db22b9600 100644
--- a/system/gpsd/rc.gpsd.new
+++ b/gis/gpsd/rc.gpsd.new
diff --git a/system/gpsd/slack-desc b/gis/gpsd/slack-desc
index fe1267ea89..fe1267ea89 100644
--- a/system/gpsd/slack-desc
+++ b/gis/gpsd/slack-desc
diff --git a/system/gpsd/xgps.desktop b/gis/gpsd/xgps.desktop
index dc61b1264b..dc61b1264b 100644
--- a/system/gpsd/xgps.desktop
+++ b/gis/gpsd/xgps.desktop
diff --git a/system/gpsd/xgpsspeed.desktop b/gis/gpsd/xgpsspeed.desktop
index c327074411..c327074411 100644
--- a/system/gpsd/xgpsspeed.desktop
+++ b/gis/gpsd/xgpsspeed.desktop