2008-05-08 02:06:52 by Greg Troxel | Files touched by this commit (3) |
Log message:
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.
|
2008-01-15 01:58:18 by Greg Troxel | Files touched by this commit (7) |
Log message:
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.
|
2008-01-13 00:54:47 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix pthread mutex init. Bump revision.
|
2006-10-13 08:22:54 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed "test ==".
|
2006-08-31 16:12:53 by Greg Troxel | Files touched by this commit (3) |
Log message:
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).
|
2006-05-10 15:04:34 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Uses C++.
|
2006-05-07 08:15:14 by Simon Burge | Files touched by this commit (1) |
Log message:
Update HOMEPAGE.
|
2006-04-20 17:28:00 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Fix pthread detection. Fix compilation on DragonFly.
|
2006-03-02 21:05:57 by Matthias Drochner | Files touched by this commit (5) | |
Log message:
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
|
2005-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465) |
Log message:
Create directories before installing files into them.
|