head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.8 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.6 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.4 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.2 pkgsrc-2011Q2-base:1.7 pkgsrc-2010Q2:1.6.0.2 pkgsrc-2010Q2-base:1.6 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.3.0.16 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.14 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.12 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.10 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.8 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.6 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.4 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.2 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.0.16 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.14 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.12 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.10 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.8 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.6 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.4 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.7 date 2010.07.14.16.53.04; author gdt; state dead; branches; next 1.6; 1.6 date 2010.06.16.22.16.31; author gdt; state Exp; branches; next 1.5; 1.5 date 2010.06.16.11.49.57; author drochner; state Exp; branches; next 1.4; 1.4 date 2009.12.07.20.08.59; author gdt; state dead; branches; next 1.3; 1.3 date 2008.05.08.00.06.52; author gdt; state Exp; branches; next 1.2; 1.2 date 2008.01.15.00.58.18; author gdt; state dead; branches; next 1.1; 1.1 date 2006.03.02.20.05.57; author drochner; state Exp; branches; next ; desc @@ 1.7 log @Update to 2.95. * Tue Jul 13 2010 Eric S. Raymond - 2.95 The autonomous robot submarine total world domination release! Rationalize clearing and generation of DOPs, this makes epx/epy much more generally available. Fixed the test productions for the udev magic and added a troubleshooting note in INSTALL. cgps now displays epx/epy rather than eph. Speed is now always reported if our last two fixes were good, even if the GPS didn't compute it. Reading packets from UDP datagrams by specifying a listening address and port is now supported, and the regression-test driver cam now be told to force this with -u; this enables regression testing in chroot jails where access to ptys is locked out. AIS code now interprets message type 6 and 8 application IDs correctly as a Designated Area Code and Functional ID pair. gpspipe has a new -T option for setting the timestamp format. xgpsspeed is completely rewritten in Python, eliminating some dependencies on ancient X libraries. We now ship a Qt binding for the client library. Note a GCC 4.2.1 optimizer bug. gpsdcode now uses | as a field separator in -c mode, as string fields can contain commas. Corrected error or reporting of AIS rate-of-turn fields. @ text @$NetBSD: patch-ab,v 1.6 2010/06/16 22:16:31 gdt Exp $ This change is present post-2.94 in upstream git as commit 01296e67701bac187d83a5a88395de3478326f93. --- Makefile.in.orig 2010-06-16 11:40:45.000000000 +0000 +++ Makefile.in @@@@ -1996,7 +1996,11 @@@@ gpsd_maskdump.c: gpsd.h-tail maskaudit.p # Install Python modules @@HAVE_PYTHON_TRUE@@install-exec-local: -@@HAVE_PYTHON_TRUE@@ $(PYTHON) setup.py install --prefix=${prefix} --root=$(DESTDIR) +@@HAVE_PYTHON_TRUE@@ if test -z "$(DESTDIR)"; then \ +@@HAVE_PYTHON_TRUE@@ $(PYTHON) setup.py install --prefix=${prefix}; \ +@@HAVE_PYTHON_TRUE@@ else \ +@@HAVE_PYTHON_TRUE@@ $(PYTHON) setup.py install --prefix=${prefix} --root=$(DESTDIR); \ +@@HAVE_PYTHON_TRUE@@ fi @@HAVE_XSLT_PROCESSOR_TRUE@@.xml.1: @@HAVE_XSLT_PROCESSOR_TRUE@@ $(MANGENERATOR) $(MANFLAGS) $(MANTARGET) $< @ 1.6 log @Add note to patch that this change was already made upstream. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.5 2010/06/16 11:49:57 drochner Exp $ @ 1.5 log @fix installation w/o DESTDIR @ text @d1 4 a4 1 $NetBSD$ @ 1.4 log @Update to 2.90. * Fri Dec 4 2009 Eric S. Raymond - 2.90 GPSD-NG, the new JSON-based command protocol, is now deployed; as a consequence, AIS is now fully supported in both daemon and client. Detection of end of a fix-reporting cycle is now reliable; accordingly data is accumulated from cycle start and the "J" (nojitter) opoption on both server and client side is gone. We have abandoned the gpsflash subproject since it has become apparent that we can't do it without more vendor cooperation than we're likely to get. Increase major version of shared library due to significant API change. Added new driver for Motorola Oncore receivers, with help from HÃ¥kan Johansson. gpsfake can now accept multiple logfiles, interleaving test sentences from each. gpsd now accepts error estimates from the NMEA $GPGBS sentence. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2008/05/08 00:06:52 gdt Exp $ d3 1 a3 1 --- Makefile.in.orig 2008-02-17 17:41:06.000000000 +0000 d5 1 a5 40 @@@@ -560,24 +560,24 @@@@ mkgmtime_test_LDADD = $(LIBC) libgps.la # # Create Manpages # -@@HAVE_XSLT_PROCESSOR_TRUE@@man_MANS = \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ gpsd.8 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ gps.1 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ xgps.1 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ xgpsspeed.1 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ cgps.1 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ cgpxlogger.1 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ libgps.3 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ libgpsmm.3 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ libgpsd.3 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ sirfmon.1 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ $(RTCM104PAGES) \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ $(PYTHONPAGES) \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ gpsctl.1 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ gpspipe.1 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ gpsflash.1 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ rtcm-104.5 \ -@@HAVE_XSLT_PROCESSOR_TRUE@@ srec.5 +man_MANS = \ + gpsd.8 \ + gps.1 \ + xgps.1 \ + xgpsspeed.1 \ + cgps.1 \ + cgpxlogger.1 \ + libgps.3 \ + libgpsmm.3 \ + libgpsd.3 \ + sirfmon.1 \ + $(RTCM104PAGES) \ + $(PYTHONPAGES) \ + gpsctl.1 \ + gpspipe.1 \ + gpsflash.1 \ + rtcm-104.5 \ + srec.5 d7 11 a17 2 noinst_HEADERS = ubx.h nodist_include_HEADERS = gpsd.h @ 1.3 log @Add patch to install man pages regardless of HAVE_XSLT_PROCESSOR because built man pages are in the distribution tarball. From Sergey Svishchev in private mail. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 2.36. Note that python programs are no longer installed. - Integrated Garmin Simple Text Protocol driver from Peter Slansky. Minor fixes in error modeling and a better NaN guard stabilize the Trimble regression tests. Remove the wired-in NTP time offset from the NMEA driver, this could only have worked by accident and should be set in ntpd.conf. Integrated Ashtech driver from Chris Kuethe. - Navcom driver merged. Removed -d -f and -p options of gpsd; these have been undocumented for a while. Make gpsd play well with pkgconfig. Incorrect computation of VDOP when GPSes didn't supply it has been fixed. The xgps code has been revamped and now has a much nicer interface. Add -b (no-configuration) option as a sadly clumsy workaround for some problems with Bluetooth receivers. Added tests for Haicom-305N and Pharos 360; separated out the tests for the unstable Trimble drivers. 32-vs-64-bit problems in the regression tests have been solved. - Fix for byte-swapping of Zodiac control messages on big-endian hardware. Disable iTalk by default and note that it needs to be tested. Command line arguments can now be DGPSIP or NTRIP URLs; -d is deprecated. Added udev rules. Address excessive processor and memory utilization on SBCs; it's now possible to configure compile-time limits on the number of devices and client sessions. Eliminate use of fuser(1) in gpsfake. Get gpsd working with EarthMates again, this had been broken since 2.15. Massive string safety audit and OpenBSD port by Chris Kuethe. J command added. The gpsctl and gpscat tools and the gpsd.phps script were added. Switched to lesstif from openmotif. Better autodetection of DLE-led packet protocols (notably TSIP and Garmin binary) and of SiRFStar I and III devices. Fixed buggy parsing and generation of PGRME. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2006/03/02 20:05:57 drochner Exp $ d3 45 a47 11 --- sirfmon.c.orig 2006-02-19 15:30:10.000000000 +0100 +++ sirfmon.c @@@@ -23,7 +23,7 @@@@ * so it deliberately doesn't use much of the library. */ #include -#include +#include #include #include #include @ 1.1 log @update to 2.31 this is a major upgrade (from 1.07), please check the homepage for details (I've played with 2.30 for a while and it worked well.) closes PR pkg/32872 by Evan Hall; thanks for the ncurses hint, wouldn't have found it myself @ text @d1 1 a1 1 $NetBSD$ @