From ae225e6069bad976a452e34be0558da5d378c09e Mon Sep 17 00:00:00 2001 From: gdt Date: Wed, 23 Mar 2011 16:08:34 +0000 Subject: Update to 2.96. * Mon Mar 21 2011 Eric S. Raymond - 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. --- geography/gpsd/Makefile | 9 +++++++-- geography/gpsd/PLIST | 3 +-- geography/gpsd/distinfo | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index 625d5e63963..ee80d5a225d 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2010/07/14 16:53:04 gdt Exp $ +# $NetBSD: Makefile,v 1.20 2011/03/23 16:08:34 gdt Exp $ -DISTNAME= gpsd-2.95 +DISTNAME= gpsd-2.96 CATEGORIES= geography MASTER_SITES= http://download.berlios.de/gpsd/ @@ -9,8 +9,11 @@ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://gpsd.berlios.de/ COMMENT= GPS information daemon +LICENSE= modified-bsd + PKG_DESTDIR_SUPPORT= user-destdir +# XXX: In theory this is not necessary. BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto GNU_CONFIGURE= YES @@ -24,6 +27,8 @@ USE_NCURSES= yes INSTALLATION_DIRS= sbin +TEST_TARGET= check + .include "../../devel/ncurses/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/geography/gpsd/PLIST b/geography/gpsd/PLIST index d8209095908..c19e8b0351b 100644 --- a/geography/gpsd/PLIST +++ b/geography/gpsd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2010/07/14 16:53:04 gdt Exp $ +@comment $NetBSD: PLIST,v 1.10 2011/03/23 16:08:34 gdt Exp $ bin/cgps bin/gpscat bin/gpsctl @@ -48,7 +48,6 @@ man/man1/xgpsspeed.1 man/man3/libgps.3 man/man3/libgpsd.3 man/man3/libgpsmm.3 -man/man5/rtcm-104.5 man/man5/srec.5 man/man8/gpsd.8 sbin/gpsd diff --git a/geography/gpsd/distinfo b/geography/gpsd/distinfo index ccb5a9fd48c..26e0402d9a1 100644 --- a/geography/gpsd/distinfo +++ b/geography/gpsd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2010/07/14 16:53:04 gdt Exp $ +$NetBSD: distinfo,v 1.20 2011/03/23 16:08:34 gdt Exp $ -SHA1 (gpsd-2.95.tar.gz) = af1f575c8ec3a2db7a71c35f2296fd339a4a1ff3 -RMD160 (gpsd-2.95.tar.gz) = c9e8d3b7ff73c655d65f0f6e329ca7ff241b10f6 -Size (gpsd-2.95.tar.gz) = 1385681 bytes +SHA1 (gpsd-2.96.tar.gz) = a3674940e3325ccc1dc6d2890eb18d31a978425c +RMD160 (gpsd-2.96.tar.gz) = cb37dc7811f8e7880a091fe7bec69a38efa4fda9 +Size (gpsd-2.96.tar.gz) = 1554607 bytes SHA1 (patch-aa) = b77bd7491ee890fc66f807cbfe4c6d62423d67d5 -- cgit v1.2.3