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).
This commit is contained in:
parent
ad556ce574
commit
05469e1426
3 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2006/05/10 13:04:34 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2006/08/31 14:12:53 gdt Exp $
|
||||
|
||||
DISTNAME= gpsd-2.31
|
||||
DISTNAME= gpsd-2.33
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= http://download.berlios.de/gpsd/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2006/03/02 20:05:57 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2006/08/31 14:12:53 gdt Exp $
|
||||
bin/cgps
|
||||
bin/cgpxlogger
|
||||
bin/gpsfake
|
||||
|
@ -11,7 +11,9 @@ include/gps.h
|
|||
include/gpsd.h
|
||||
include/libgpsmm.h
|
||||
lib/libgps.la
|
||||
man/man1/cgps.1
|
||||
man/man1/cgpxlogger.1
|
||||
man/man1/gps.1
|
||||
man/man1/gpsfake.1
|
||||
man/man1/gpsflash.1
|
||||
man/man1/gpspipe.1
|
||||
|
@ -19,6 +21,7 @@ man/man1/gpsprof.1
|
|||
man/man1/rtcmdecode.1
|
||||
man/man1/sirfmon.1
|
||||
man/man1/xgps.1
|
||||
man/man1/xgpsspeed.1
|
||||
man/man3/libgps.3
|
||||
man/man3/libgpsd.3
|
||||
man/man3/libgpsmm.3
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.4 2006/04/20 15:28:00 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.5 2006/08/31 14:12:53 gdt Exp $
|
||||
|
||||
SHA1 (gpsd-2.31.tar.gz) = c9f35d3b34023df1d3b4814f9c5fb4ed404fb898
|
||||
RMD160 (gpsd-2.31.tar.gz) = 00c2d41b7cf18842699203e1bb3b564d167db956
|
||||
Size (gpsd-2.31.tar.gz) = 620460 bytes
|
||||
SHA1 (gpsd-2.33.tar.gz) = 0dbb3dad459fc4a0ca7e4ba5884e67c93d4b679f
|
||||
RMD160 (gpsd-2.33.tar.gz) = 175b90cb8dda1d85964078a4f14cec84b0cc4885
|
||||
Size (gpsd-2.33.tar.gz) = 639348 bytes
|
||||
SHA1 (patch-aa) = 801944a684e697a169e5bab927afa964613fbd4f
|
||||
SHA1 (patch-ab) = 0703e9da1e6f34bd575c6b61f891fc13a3598bb4
|
||||
SHA1 (patch-ac) = f8e15b9a409bc9cd8b32bebbf446cf71ba90475f
|
||||
|
|
Loading…
Reference in a new issue