2023-03-11 23:26:47 by Thomas Klausner | Files touched by this commit (2) |
Log message:
gpsd: fix build with ruby 3.2
|
2023-03-09 01:57:04 by Greg Troxel | Files touched by this commit (6) | |
Log message:
revbump for gpsd update
|
2023-03-09 01:52:42 by Greg Troxel | Files touched by this commit (4) |
Log message:
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.
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|
2022-11-14 15:07:34 by Greg Troxel | Files touched by this commit (2) |
Log message:
geography/gpsd: Catch up with ruby version changes
The pathname of asciidoctor changes when pkgsrc changes the default
ruby version. Upstream gpsd has code to look for asciidoctorNN for
several NN, but not 31. However, pkg_alternatives provides
asciidoctor which is found, making this not noticeable when building
on normal systems -- but of course bulk builds failed.
|
2022-08-11 07:09:36 by David H. Gutteridge | Files touched by this commit (999) |
Log message:
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.
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-05-20 21:52:41 by Pierre Pronchery | Files touched by this commit (2) |
Log message:
gpsd: provide a RC script
Bumps PKGREVISION.
Tested on NetBSD/amd64.
"ok with this" gdt@
|
2022-04-28 13:43:15 by Greg Troxel | Files touched by this commit (4) |
Log message:
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.
|