Up to [cvs.NetBSD.org] / pkgsrc / geography / gpsd
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
*: recursive bump for merging at-spi2-atk and atk into at2-spi-core Remove at-spi2-atk and atk
gpsd: support Ruby 3.3 File bug report upstream, and refer to it.
*: Revision bumps for ncurses 6.5 overhaul.
*: bump for cairo buildlink3.mk change lzo was made an option
* recursive bump for libxkbcommon 1.7.0 Marc Baudoin reported problems with using old binary packages with the new libkxbcommon, so force everything to 1.7.0
*: recursive bump for cairo dependency changes
*: revebump for new brotli option for freetype2 Addresses PR 57693
recursive revbump for tiff update
*: recursive bump for Python 3.11 as new default
*: remove more references to Python 3.7
*: restrict py-numpy users to 3.9+ in preparation for update
gpsd: switch to scons4 Add missing dependency for gpsplot. Bump PKGREVISION.
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
geography/gpsd: Update to 3.25 3.25: 2022-01-09 Have ubxtool "-w 0" run forever. Bump libgps version to 30.0 Change fixsource_t, store server locally, make pointers const. Move gpsd_hexpack() to gps.h as gps_hexpack() Move gpsd_hexdump() to gps.h as gps_hexdump() Allow gpsctl -s/--ship to work without -f. Grab prRes and quality from u-blox 8+, into JSON, then into xgps. New GPSD-MIB, installed in share/mibs/gpsd. gpssnmp supports GPSD-MIB in pass and pass_persist modes Add decodes for NMEA $xxHDM, $xxROT and $xxXDR Add Magnetic Heading (mheading) and Rate of Rotation (rot) to attitude_t Allow NTP time from gpsd://, tcp:// and udp:// sources Add the -B, --nobuffer, option to gpspipe. gpsd opens $RUNDIR/chrony.clk.XXX.sock to supply serial time to chronyd. Add -g and --garmin options to gpxlogger for depth. Add -F and --filein options to gpxlogger to read GPSD JSON from a file.
*: Recursive revbup from graphics/freetype2
*: recursive bump for tiff shlib major bump
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
*: Revbump packages that use Python at runtime without a PKGNAME prefix
gpsd: provide a RC script Bumps PKGREVISION. Tested on NetBSD/amd64. "ok with this" gdt@
geography/gpsd: Update to 3.24 3.24: 2022-04-22 NTRIP 2.0 now works. But still only plain HTML, not RTP, etc. Remove ntrip option and NTRIP_ENABLE. Always build. Remove passthrough option and PASSTHROUGH_ENABLE. Always build. Remove nmea0183 option and NMEA0183_ENABLE. Always build. Remove netfeed option and NETFEED_ENABLE. Always build. gpsd will retry ntrip:// and tcp:// connections cgps can expand to show more sats. Added --rtk option. maidenhead() checks for input errors. Better SHM logs. PPS and TOFF JSON now include shm used, and real precision. Add initial, untested, TSIPv1 support split debug messages into different syslog() levels. New ppscheck options, and can use /dev/ppsX devices. First try at TSIPv1 protocol decodes. Decode Quectel $PQVERNO for firmware version Decode Skytrak PX1172RH_DS messages.
gpsd: restrict to python 3.x (reduce py27-gobject3 users)
revbump for icu and libffi
gpsd: Properly detect and honor the user's preferred Ruby version.
geography/gpsd: Update to 3.23.1 3.23.1: 2021-09-21 Improve ubx cycle detection. Add quirks for Jackson Labs nonstandard NMEA Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix mode. Change STATUS_FIX to STATUS_GPS to avoid confusion with fix mode. Change STATUS_DGPS_FIX to STATUS_DGPS to avoid confusion with fix mode. Split SOURCE_ACM from SOURCE_USB. ACM has no speeds. Add speeds 1 mbps, 1.152 mbps, 1.5 mbps, and higher. When libc supports them. Improve autobaud. Add new u-blox M10 messages. Fix u-blox M6, M7 initialization issues. Various ubxtool and gpxlogger updates. Add mtk3301_speed_switcher() No API, ABI changes. Fallback to "python3" if "python" not found.
gpsd: Cope with Apple thinking different about shlib extensions
gpsd: Add patch to use asciidoctor27 (in addition to asciidoctor26)
gpsd: Update to 3.23 packaging changes: Clean up scons arg scheme, and ensure that scons is always called with the same args (other than the action). 3.23: 2020-08-06 doc/*xml all moved into www/internals.adoc Convert all DocBook (.xml) to AsciiDoctor (.adoc) Remove all XSL remnants. gpsplot: speedup, add new options. driver_ubx.c: Add decode for UBX-NAV-STATUS gps/ubx.py: Improve decode for UBX-NAV-STATUS cgps: Add popup help, interactive options. Reorganize and split the man pages. Small updates for u-blox M8 and M10 Deprecated mtk3331 and ashtech build options. Use nmea0183 instead. gpssnmp: Move from contrib/ to clients, add manpage Add www/gpsd-client-example-code.adoc Add gpsdebuginfo script and man page. ubxtool: Add BeiDou, Galileo, GLONASS, QZSS, and partial SBAS subframe decodes Max serial port speed raised to 921,600. SUBFRAME JSON now includes new fields to support multiple constellations. gpsd: Add some ADR and UDR message partial decodes. ubxtool: Add some ADR and UDR message polls and decodes. Remove COMPASS_ENABLE. Always compile attitude code. contrib/webgps.py: use argparse, arguments -V, --version, --no-html-head. Add readonly flag to DEVICE JSON. Control messages to gpsd now return JSON, instead of, sometimes, OK or ERROR. gpsfake uses "# Date: yyyy-mm-dd" to set initial time. Don't compute wrong GPS rollover after 2021-10-23. Bump libgps to version 29.
gpsd: Add BUILD_DEPENDS on docbook-xsl (Missing dependency noticed via bulk build.)
geography/gpsd: Update to 3.22 3.22: 2020-01-08 Added client/gpscsv to convert gpsd JSON to csv. Added client/gpsplot to dynamically plot gpsd JSON. Added client/gpssubframe to decode gpsd SUBFRAME JSON. Added nSat and uSat to SKY JSON. Old clients can not read new SKY. Move stuff from source root into clients/, include/, gpsmon/ and libgps/. Move stuff from source root into gpsd/. Move class ubx out of ubxtool and into gps/ubx.py. Build all targets in gpsd-$VERSION/, not in tree. NMEA 4.11 support for $GI (IRNSS) and $GZ (QZSS).
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
geography/gpsd: Work around three scons problems Upstream's scons builds and links during the install phase, and previously we did not pass MAKE_ENV in the install phase. The other bug is that pkgsrc doesn't have scons support, so this is all ad hoc. The final bug is scons, which has not yet risen to reinvent autoconf. (Probably this fixes RELRO.)
geography/gpsd: Explain RELRO issues Failure of RELRO seems to be an upstream problem; buck passed!
geography/gpsd: Reapply Makefile commit This logically belongs with the update to 3.21, but the Makefile part ended up on the branch.
geography/gpsd: Revert errant commit to branch
geography/gpsd: Update to 3.21 Upstream NEWS: 3.21: 2020-08-04 Create python programs from .in files to allow macro substitution. Finally clean .sconsign*.dblite with "scons -c" Remove revision.h. Move REVISION into gpsd_config.h Change asciidoc to asciidoctor, and revise documents to match. library version bumped to 27 Add leap_seconds to gps_data_t Add/change many rtcm2 structs in gps.h Add/change many rtcm3 structs in gps.h Maindenhead now 8 chars. Add icondir and sharedir install options Install basic doc in sharedir Move gps_data_t->status to gps_fix_t.status for better fix merging The gps python module is now Pure Python + FFI. FFI only for packet.py User should manually delete any old packet*so. Add wspeedt, wspeedr, wanglem, wanglet, wangler to gps_fix_t Add "-p CONFIG", "-p STATUS", "-t" and "-tt" options to ubxtool. Add python_shebang option to scons config. gpsrinex has long options and many new options. Added long options to gpsd. Remove unused FORCE_GLOBAL_ENABLE Remove config option reconfigure, replace with -p, --passive runtime option. Remove config option controlsend (RECONFIGURE_ENABLE) Add config option rundir=XX. Default set to /run, or /var/run as required. Fixes for Python 2.6 up to 3.9.
*: revbump after fontconfig bl3 changes (libuuid removal)
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
*: recursive bump for libffi
geography/gpsd: Update to 3.20 3.20: 2019-12-31 Change README into an asciidoc file and publish HTML from it Add NED and geoid_sep to gps_fix_t and TPV JSON. Add "-e NED" to ubxtool to enable NED messages. gpsdata.separation replaced by gpsdata.fix.geoid_sep. Remove nofloats build option. TPV JSON "alt" is now fixed at WGS84. Probably. xgps now uses XGPSOPTS environment variable. add health variable to satellite_t change satellite_t elevation and azimuth to double satellite_t elevation, azimuth, and ss use NAN for unknown value. add altMSL, altHAE, and depth, to gps_fix_t altitude in gps_fix_t is deprecated and undefined wgs84_separation() now return EGM2008 computed from 5x5 degree base data. The best results are close to cm, the worst off up to 12m. Move mag_var from gps_device_t to magnetic_var gps_data_t. Added mag_var() to interpolate magnetic variation (deviation) from a table. Remove true2magnetic() as mag_var() improves on it. Remove TIMEHINT_ENABLE. It only worked when enabled. Remove NTP_ENABLE and NTPSHM_ENABLE. It only worked when enabled. Remove PPS_ENABLE and TIMING_ENABLE. Add dgps_age and dgps_station to gps_fix_t Convert all timestamp_t to timespec_t. Remove FIXED_PORT_SPEED and FIXED_STOP_BITS build options. Add -s [speed] and -f [framing] runtime options to gpsd. A working CC and termios.h are mandatory. use the current leap second to determine the current GPS epoch. leapfetch.py, leapseconds.cache, timebase.h and leapfetch option gone. See also change histories in gps.h and gpsd.h
geography/gpsd: Update to 3.19 pkgsrc changes: patches were applied upstream 3.19: 2019-07-01 Rearrange rawdata_t. Bump the API because gps_data_t changed. Report sequence-ID fields in type 7 and 13 AIS messages. Preliminary support for SiRFstar V Improve error modeling. Update pseudo NMEA to v3.0, with fractional time. Improve cycle detection, mostly for NMEA. Move epe from gps_data_t to be near its friends in gps_fix_t. Preliminary u-blox 9 support. Add qErr in gps_data_t to store PPS quantization error. Add Android (AOSP) support Improved multi gnss and multi signal support. NMEA 4.10 multi gnss multi signal support. The arguments to "ubxtool -p P" have been expanded and changed. New options, -g, -x, -z, added to ubxtool for u-blox 9 support.
geography/gpsd: Update HOMEPAGE Add comment about likely future MASTER_SITES. (gpsd has moved from savannah.nongnu to gitlab.)
geography/gpsd: Depend on py-serial for ubxtool
geography/gpsd: Update to 3.18.1 pkgsrc changes: - adapt to scons - patch upstream SConstruct to respect needed pkgsrc variables - patch upstream's use of "#!/usr/bin/env python" - other minor build adaptations Upstream changes not in NEWS: libgpsd (header, lib, pc, man page) is no longer installed. (This was an internal interface.) Upstream NEWS: 3.18.1: 2018-10-19 (Gary E. Miller <gem@rellim.com>) Fix some installation issues. A few minor updates to ubxtool and driver_ubx. Add contrib/skyview2svg 3.18: 2018-10-02 (Gary E. Miller <gem@rellim.com>) Add ECEF support to ievermore, italk,Skytraq, SiRF, U-blox drivers. Add ECEF support to JSON, cgps and xgps. Add GREIS (Javad) driver from Virgin Orbit. Add CLI tools zerk and ubxtool to manage JAVAD and u-blox GPS. Add gnssid:svid to satellite_t, cgps and xgps. PRN will die. Add gnssid:svid to JSON, cgps and xgps. Add stricter version checking (more to todo). More and better regression tests. Better Python dependency checking, at build time and runtime. Fix several buffer issues. New polar plots, and improved statistice, in gpsprof. gpsd master/slave mode works, first time ever. All isnan() changed to !isfinite(), fixing many bugs. Client-side Python libraries may automatically reconnect Too many other bug fixes and improvements to mention. Over 1,000 commits from 46 different commiters. 3.17: 2017-09-07 (Eric S. Raymond <esr@snark.thyrsus.com>) Repair support for non-NMEA devices requring active probing (e.g. Garmin USB GPSes). Apply OS X build fixes. Fix a SiRF driver bug that occasionally confused NTP. Support for Spectratime iSync GRClok and LNRClok oscillators. gpxlogger can reconnect when the GPS loses the fix. xgps and xgpsspeed moved to python-gi, getting shut of the deprecated pygtk2 bindings. Default mode for xgpsspeed is now the more interesting nautical display. gpsmon includes the hostname with the device display. gpsprof now has centimeter precision. 3.16: 2016-01-08 (Eric S. Raymond <esr@snark.thyrsus.com>) Test rebuilds for mid-2015 leapsecond bump. Regression tests will run even if "python" in Python 3. Build correctly on systems where -ltinfo is split from -lncurses. Avoid some rare overflow conditions in PPS code. Fix bugs in JSON sat-view parsing due to the JSON parser stuffing ints into shorts. Various small fixes to AIS interpretation. Prevent a memory leak in long-running gpsmon instances. Fix Savannah bug #45270: serial driver does not work properly on pipes. Fix Savannah bug #44648: GPSD won't build if CCFLAGS contains options that are only compatible with the cros1s-compiler. Fix Savannah bug #45342: SConstruct generates wrong *.pc files. Fix Savannah bug #46495: gpsd_poll may crash due to unitialized pointer (probably due to buggy FD_ISSET on host system). Fix Savannah bug #46648: gpsd crashes and buffer overflow is reported when terminated. Fix Savannah bug #46802: AIVDM to CSV is broken in some weird cases. Fix Savannah bug #46804: JSON satellite view parsing is somewhat broken. 3.15: 2015-06-03 (Eric S. Raymond <esr@snark.thyrsus.com>) Fix a rare crash bug related to devices becoming inaccessible while timed out. Accept NMEA 4.1 GSV sentences with the trailing signal-ID field. Fixed incorrect decode of south latitudes in AIS Type 17 messages. splint has been retired; this removes almost 2KLOC of annotations. chrpath is no longer a build dependency. Corrected Beidou/QZNSS display in the Python clients so the graphics don't look like SBAS. 3.14: 2015-03-14 (Eric S. Raymond <esr@snark.thyrsus.com>) The Pi Day release, 3.14 on 3/14 2015 at 9:26. Longer timeouts on test clients. Skyview support for the Beidou and QZSS constellations in the NMEA0183 driver. ntpmon rename to ntpshmmon - it doesn't actually monitor NTP itself. New HOWTO on the website: "Introduction to Time Service". 3.13: 2015-02-26 (Eric S. Raymond <esr@snark.thyrsus.com>) compiler.h inclusion removed for gps.h so it's standalone for /usr/include. TOFF JSON report gives the offset between GPS top of second and clock time. A new ntpmon tool supports capturing clock samples from NTP SHM segments. 3.12: 2015-02-22 (Eric S. Raymond <esr@snark.thyrsus.com>) The daemon's power utilization has been reduced by changing from non-blocking to blocking I/O; this may be significant on mobile devices. Better protection against false matches of Inland AIS messages; this required a libgps version bump to 22 (as a side effect, per-device footprint has decreased). PPS feature is no longer marked experimental/unstable. Sentence tag fields have been dropped from the JSON reports. GNSS and GLONASS SKY reports are now merged. Addressed versions of AIS Type 25 and 26 are now handled. The 'nmea' build option is now 'nmea0183'. New 'minimal' option sets all boolean options not explicitly set on the build command line to false. The 'limited_max_devices' option is now 'max_devices'; the 'limited_max_clients' option is now 'max_clients' The previously deprecated 'libQgpsmm' option has been removed; use 'qt'. A bug fix for error modeling when NMEA 0183 reports empty DOP fields. On OS X, the "osx-pl203" driver has been explicitly listed as unsupported. The last remnants of the old pre-JSON query protocol have been removed from the client library. 3.11: 2014-07-23 (Eric S. Raymond <esr@snark.thyrsus.com>) A bug that prevented track interpolation has been fixed. We now get vertical error position and speed estimates from the u-blox driver rather than having to interpolate them. Some unusual AIS talker IDs (NMEA 4.0 station classes) are supported. chrpath is no longer a dependency for building and testing, and now defaults to 'no'. Full systemd support. Fixes for handling large PPS offsets. Improved recovery from device flakeouts, gpsmon argument parsing. 3.10: 2013-11-22 (Eric S. Raymond <esr@snark.thyrsus.com>) AIS: Adds gps2udp, an AIS data relay, split24 option supports passing through Type 24 halves; support for Inland AIS; "scaled" no longer controls dumping of controlled-vocabulary fields; instead, the're always dumped numerically and as text, with text in an attribute name generated by appending "_text" to the name of the base attribute. The packetizer's handling of write boundaries not coinciding with packet boundaries is improved. Better support for mode and speed switching in the UBX driver. PPS message now ships nsec. PPS events are visible in gpsmon. Time-reporting fix to TSIP. 3.9: 2013-05-01 (Eric S. Raymond <esr@snark.thyrsus.com>) Note to packagers: this is an urgent release that fixes a possible DoS or security hole! Armor the AIS driver against an implausible overrun attack. A (different) fix for our first malformed-packet crash since about 2007. Minor improvements to the NMEA2000 driver. New FAQ entry on how to know WAAS/EGNOS is working. New -u and -uu options enable usec timestamps on gpspipe output. 3.8: 2013-02-25 (Eric S. Raymond <esr@snark.thyrsus.com>) Fix various minor errors in the AIVDM/AIVDO description. Repair the xmlto support in the build system. Add two more regression tests. Significant improvements to NMEA2000 support. Upgrade the PHP client to v3 of the Google Maps API. Support for the Telit SL869 chipset. Added a nautical-style display to xgpsspeed. Minor improvements to leapsecond.py. 3.7: 2012-07-02 (Eric S. Raymond <esr@snark.thyrsus.com>) Snap release to get the midnight change in the default leap-second constant out the door. Port tests now pass on all Debian supported architectures, including the Sparc and s390 that were giving us trouble before. Pre-2003 Delorme Earthmate works again. 3.6: 2012-05-23 (Eric S. Raymond <esr@snark.thyrsus.com>) It's the Fernando Poo Day release. Code has zero detectible defects under Coverity scanning and cppcheck 1.52; this is mainly a cleanup release to get those minor fixes into the field. If a leap-second warning is available from GPS subframe information it is passed to ntpd. NMEA2000 is now supported via the Linux kernel CAN interface. There's a chrpath=no config option for distribution makers, so chrpath is no longer a build dependency; see build.txt for explanation. 3.5: 2012-04-14 (Eric S. Raymond <esr@snark.thyrsus.com>) Use pselect when it's available to cut down on wakeups and improve signal handling. New {PPS} message exporting clock drift. The AIVDM driver now handles up to 16 interleaved 24A and 24B pair-halves. The NMEA driver interprets depth-sounder returns from SDDBT and reports them as negative altitudes. The pps-pin option is gone, the PPS code now just accepts any handshake pin. A bug that sometimes caused RTCM packets to be dropped rather than relayed is fixed. 3.4: 2012-01-12 (Eric S. Raymond <esr@snark.thyrsus.com>) Don't barf when chrpath is not available, fall back to static linking; helps people not running Linux. 3.3: 2011-10-29 (Eric S. Raymond <esr@snark.thyrsus.com>) Improvements to build and release-procedure documentation. Make sirf=no build work again. Main reason for this release is to make chrpath a mandatory build dependency and explain why in the build documentation. 3.2: 2011-10-25 (Eric S. Raymond <esr@snark.thyrsus.com>) In the build recipe, (1) set pkgconfig properly for 64-bit Fedora systems, (2) clean up various derived files including *.pyc on scons -c, (3) add an option to disable stripping of binaries (strip=no), (4) for embedded targets, add an option to disable building Python support (python=no), (5) make the help for gpsd_group and gpsd_user a little clearer, (6) add a force_global option to build gpsd to listen to all addresses (rather than just loopback). The packet sniffer now accepts NMEA packets with the ECDIS packet leader 'EC'. SBAS satellites are now properly use-flagged in SiRF and UBX skyviews. The -G option now works under IPv6. Cross-build is now officially supported and instructions included. gpsprof works again and does whole-cycle profiling. gpsd.php has Open Street Map support. The pp-on-cts option is replaced by a pps_pin option that lets you specify the pin; the default is still DCD. New supported device; the Jackson Labs Fury. The chrpath utility has become a build prerequisite. 3.1: 2011-07-28 (Eric S. Raymond <esr@snark.thyrsus.com>) The Irene release, rocking you like a hurricane and brought to you from the storm shelter in my basement. This is a snap release mainly to get some scons recipe cleanups out the door. Parallelized builds now work. Small but fatal problems with reconfigure=no, netfeed=no and sock_export=no builds have been fixed. Build recipe ported for Fedora, Darwin, FreeBSD and OpenBSD. libgps now brings -lm with it on systems with implicit linking. One old bug fixed (code was previously present but broken): Under Linux, gpsd will refrain from opening serial or USB devices that another process has open, avoiding potential problems with class 0xFF USB devices opened by other programs. One new bug fix: we now use an atof() implementation that ignores locale, avoiding problems where decimal point is a comma. One new feature: Change -N semantics so it only suppresses backgrounding; privileges are now dropped as in normal background operation. 3.0: 2011-07-19 (Eric S. Raymond <esr@snark.thyrsus.com>) POLL subobject name changes: fixes -> tpv, skyview -> sky. Fix a timestamp-clobbering bug in the C library revealed by an obscure car-nav device, the MyGuide 3100. The DEVICE 'activated' attribute becomes an ISO8601 string; the client libraries will still backward-compatibly read a float value. gps_unpack() is now a documented part of the library API. There is now a shared-memory export from the daemon that can be accessed through the C and C++ client libraries. xgps and cgps may now display the Maidenhead grid locator for current lat/lon. xgps displays GST noise statistics if they are available. Codebase now has an scons build recipe. Direct support for activation of gpsd from Mac OS/X systemd. gpsdecode can now filter reports by RTCM2, RTCM3, or AIS message type. NMEA HEHDT is implemented. Remote gpsd instances can now be used as data sources via a gpsd:// URL. There is a client for live-feeding GPSD data to Google Earth. The hotplug sequence no longer requires Python.
fix some whitespace, mostly introduced in the previous python 3.4 / 3.5 removal commit.
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
extend PYTHON_VERSIONS_ for Python 3.7
syncok test has been comitted, remove bogus getsyx test.
Use better method to avoid NetBSD curses 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.
Require ncurses 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.
Use the curses framework.
Add python-3.6 to incompatible versions.
Remove python33: adapt all packages that refer to it.
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Bump all packages that depend on curses.bui* or terminfo.bui* since they might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
Bump PKGREVISION for ncurses shlib bump.
Update MASTER_SITES/HOMEPAGE. 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
Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise.
Mark packages as not ready for python-3.x where applicable; 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.
Various patches to fix SunOS build, from Sebastian Wiedenroth.
'The "+=" operator should only be used with lists.'
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Reset maintainer, developer has left the building
Bump PKGREVISION from default python to 2.7.
Update to 2.96. * 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.
Update to 2.95. * 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.
Update to 2.94. * 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.
Bump revision for PYTHON_VERSION_DEFAULT change.
As the detection of non-python doesn't really work, pull it in. Also depend on xmlto, otherwise the man pages are not created. Bump revision.
Update to 2.90. * 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.
Update to 2.38. patch-ac and patch-ad (security fix to listen only on 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.
Security fix: by default, only listen on INADDR_LOOPBACK, so that 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.)
Update to 2.37. Upstream has no ChangeLog, no NEWS, nothing obvious on the web site.
Mark as destdir ready.
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.
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.
Fix pthread mutex init. Bump revision.
Update to 2.33. * 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).
Uses C++.
Update HOMEPAGE.
Fix pthread detection. Fix compilation on DragonFly.
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
Create directories before installing files into them.
Re-import misc/gpsd as geography/gpsd.
Initial revision