summaryrefslogtreecommitdiff
path: root/geography/gpsd
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20syncok test has been comitted, remove bogus getsyx test.roy1-6/+3
2017-03-19Use better method to avoid NetBSD cursesgdt1-4/+11
The basic issue is that gpsd does not build with NetBSD curses because it uses syncok. Previously, I set CURSES_DEFAULT, which is incorrect because it is a user-settable variable. Include syncok in USE_CURSES (which doesn't has any effect because it isn't yet supported in curses.builtin.mk). Also include getsyx, which gpsd doesn't use, but which will prevent NetBSD curses from being selected. The getsyx line can be removed when there is syncok support. Also restore FAKE_NCURSES, because gpsd doesn't look for curses, only ncurses (not yet filed upstream). Thanks to Joerg for pointing out my error and to Roy for the specific fix suggestion.
2017-03-19Require ncursesgdt1-3/+4
The last commit used the curses framework, and allowed NetBSD base system curses to be used. However, several programs in gpsd use syncok, which NetBSD 7's curses doesn't have. Resolve this by asking for ncurses.
2017-01-04Use the curses framework.roy1-4/+4
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-03Add SHA512 digests for distfiles for geography categoryagc1-1/+2
One mismatched digest found in geography/libmemphis02: # package libmemphis02 recorded SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b calculated SHA1 (memphis-0.2.3.tar.gz) = 85993bce12c3616fcf6e7682a70b9605883edec2 No changes were made to the libmemphis02 distinfo file Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2015-02-09Update MASTER_SITES/HOMEPAGE.gdt1-3/+5
Add note about why it's not updated (scons). (Thanks to pettai@ for pointing out the issues.) CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-12-10Various patches to fix SunOS build, from Sebastian Wiedenroth.jperkin5-3/+60
2013-04-06'The "+=" operator should only be used with lists.'rodent1-2/+2
2012-10-04Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-15Reset maintainer, developer has left the buildingwiz1-3/+2
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-1/+2
2011-03-30Bump ABI_DEPENDS due to shlib major change.gdt1-2/+2
2011-03-23Update to 2.96.gdt3-8/+12
* Mon Mar 21 2011 Eric S. Raymond <esr@snark.thyrsus.com> - 2.96~dev Bumped maximum channel count to 32 to accommodate GPS+GLONASS devices. API version bumped to 5, redesign finished (changes are documented in the Client HOWTO). cgps now handles resize signals. Code can now link with uClibc for embedded use. Various bugs in the C++ binding have been fixed. gpxlogger can now daemonize and write to a specified log file. A gpsd client can now set any locale it likes, and JSON will still be parsed using the C locale matching the daemon's. Clients are no longer required to define a gpsd_report() hook. gpsd no longer emits probe strings to unidentified USB devices at startup. JSON timestamps in TPV and SKY are now ISO8601 rather than seconds since the Unix epoch; the library handles the older style backward-compatibly. GPGST sentences are now parsed for noise statistics when a device emits them. AIS and RTCM2 JSON dumps have device fields. JSON reports now include 50bps subframe data if the device allows access to it. gpsdecode can now dump NMEA GPS binary, and subframe data to JSON. The RTCM2 code now understands and analyzes RTCM2.3 messages 13, 14, and 31, and has been checked against another analyzer. The ancient Sager dump format for RTCM2 is abolished in favor of a JSON profile.
2010-07-14Update to 2.95.gdt4-28/+10
* Tue Jul 13 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 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.
2010-06-16Add note to patch that this change was already made upstream.gdt2-3/+6
2010-06-16fix installation w/o DESTDIRdrochner2-1/+19
2010-05-25Update to 2.94.gdt3-17/+20
* Sun Apr 20 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.94 Error-checking in the 50bps subframe code has been greatly improved. The Garmin GPS driver can now use libusb, if it is present, to do device discovery. The libgps library has been split apart; the service functions used by the daemon now live in libgpsd. This will shave some code volume from GPSD client applications. A packaging error that resulted in xgps not being shipped in 2.93 has been corrected. We now have stronger checking for valid ephemeris before extracting the leap-second offset; they should prevent many cases where gpsd migh previously have used an invalid leap-second offset. * Fri Apr 16 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.93 Support for JSON dumping and parsing of AIS message types 25 and 26, not yet observed in the wild on AISHub. Fix Debian bug #569703. by removing non-streaming mode from the Python exerciser. Fix Debian bug #572900 by unsetting the appropriate in-use flag in the device array. Change the libgps default from old protocol to JSON. Add a close() method to the C++ binding. Try to recover better from sporadic cases of false matches to Trimble packet format from a SiRF binary datastream. gps_poll() now returns -1 with errno not set when the gpsd socket closes. TPV now refrains from reporting fields the fix quality won't support. gpsmon option for listing device types is now -L to -l can be used to enable logging (to stay consistent with the l command). There is new FAQ material on improving fix and time reference accuracy. New sections have been added to NMEA.txt on error status indications and satellite IDs. New POLL command brings back polling-mode operation. A Client-HOWTO has been added to the documentation. gpsd no longer eats CPU when a device is unexpectedly unplugged. Support for the TNT revolution is back (run mode only). There is now a gpsdfake diagnostic tool that fakes being gpsd shipping arbitrary specified data to clients. * Wed Mar 3 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.92 Fix a packaging error. The new Python library module was inadvertently omitted from the 2.91 tarball. Also, improve the json import test slightly. * Mon Mar 1 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.91 We have support for NMEA GLONASS sentences, and a regression test. Clients now get a DEVICE notification on every driver switch. It is possible to specify a TCP/IP AIS feed such as AISHub as a data source. Serious bitrot in the NTRIP support has been fixed - it was probably nonfunctional for several releases before this. Fixed buggy display of satellite-used flags in cgps. xgps is replaced by a rewrite in Python that uses pygtk, eliminating a dependency on Motif; also, it now displays AIS information. Uniform treatment of display-unit defaulting and -u in xgps, cgps, and lcdgps. Support for AIS message types 25 and 26. Support for IPv6. A numeric instability in the earth_distance() function affecting track error modeling has been fixed. Old protocol has been removed from the daemon; the library still speaks it.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-02-07Change deleted comamnd to true (instead of empty) in else/fi to avoidgdt2-4/+5
objections from Mac's /bin/sh.
2009-12-10As the detection of non-python doesn't really work, pull it in.joerg4-16/+39
Also depend on xmlto, otherwise the man pages are not created. Bump revision.
2009-12-07Update ABI_DEPENDS for shlib change, and also API_DEPENDS due togdt1-2/+5
impending changes. Revbump those that depend.
2009-12-07Update to 2.90.gdt5-82/+33
* Fri Dec 4 2009 Eric S. Raymond <esr@snark.thyrsus.com> - 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.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-10Straightforward buildlink3 file from Jochen Kunz in private mail.gdt1-0/+19
2009-02-11Update to 2.38. patch-ac and patch-ad (security fix to listen only ongdt5-97/+9
localhost) were merged upstream. * Tue Feb 10 Eric S. Raymond <esr@snark.thyrsus.com> - 2.38 Regression test load for RoyalTek RGM3800 and Blumax GPS-009 added. Scaling on E error-estimate fields fixed to match O. Listen on localhost only by default to avoid security problems; this can be overridden with the -G command-line option. The packet-state machine can now recognize RTCM3 packets, though support is not yet complete. Added support for ublox5 and mkt-3301 devices. Add a wrapper around gpsd_hexdump to save CPU. Lots of little fixes to various packet parsers. Always keep the device open: "-n" is not optional any more. xgpsspeed no longer depends on Motif. gpsctl can now ship arbitrary payloads to a device. It's possible to send binary through the control channel with the new "&" command. Experimental new driver for Novatel SuperStarII. The 'g' mode switch command now requires, and returns, 'rtcm104v2' rather than 'rtcm104'; this is design forward for when RTCM104v2 is fully working.
2008-10-24Security fix: by default, only listen on INADDR_LOOPBACK, so thatgdt4-2/+91
position is only provided on on-machine clients. Previously, gpsd listened on INADDR_ANY, providing position of the computer to any host that asked. (The fix is in upstream bugzilla, with link in patches/patch-ac.)
2008-10-24Update to 2.37.gdt2-7/+6
Upstream has no ChangeLog, no NEWS, nothing obvious on the web site.
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-05-08Add patch to install man pages regardless of HAVE_XSLT_PROCESSORgdt3-2/+51
because built man pages are in the distribution tarball. From Sergey Svishchev in private mail.
2008-01-15Update to 2.36. Note that python programs are no longer installed.gdt7-80/+38
- 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.
2008-01-12Fix pthread mutex init. Bump revision.joerg3-2/+17
2006-10-13Fixed "test ==".rillig2-7/+16
2006-08-31Update to 2.33.gdt3-7/+10
* Fri Jun 9 2006 Eric S. Raymond <esr@snark.thyrsus.com> - 2.33-1 - Fix bad unit conversion in V output. Clean up some man-page messes. Fixed buggy libgps parsing of multiple responses. It's now possible to lock gpsd to a fixed speed at compile time for embedded use. Added NTRIP support, thanks to Ville Nuorvala. O command now ships an explicit mode field. * Sun Mar 12 2006 Eric S. Raymond <esr@snark.thyrsus.com> - 2.32-1 - Cleanup of the xgps layout, and minor memory-leak fixes for xgps. Fix to cope with Antares uBlox by Andreas Stricker. Minor fix to libgps cgpxlogger. Merge cgpxlogger and gpxlogger documentation onto the xgps(1) manual page and rename it gps(1).
2006-05-10Uses C++.joerg1-1/+2
2006-05-07Update HOMEPAGE.simonb1-2/+2
2006-04-20Fix pthread detection. Fix compilation on DragonFly.joerg4-2/+49
2006-03-02update to 2.31drochner5-25/+50
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
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-07-26Re-import misc/gpsd as geography/gpsd.wiz5-0/+46