Received: by mail.netbsd.org (Postfix, from userid 605) id 872A584EFC; Thu, 9 Mar 2023 00:52:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B64D084E58 for ; Thu, 9 Mar 2023 00:52:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BqO__wYokonx for ; Thu, 9 Mar 2023 00:52:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C07DE84CF8 for ; Thu, 9 Mar 2023 00:52:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5293FA90; Thu, 9 Mar 2023 00:52:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678323162149610" MIME-Version: 1.0 Date: Thu, 9 Mar 2023 00:52:42 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/gpsd To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20230309005242.B5293FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678323162149610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Mar 9 00:52:42 UTC 2023 Modified Files: pkgsrc/geography/gpsd: Makefile PLIST distinfo pkgsrc/geography/gpsd/patches: patch-SConscript 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. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/geography/gpsd/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/geography/gpsd/PLIST cvs rdiff -u -r1.37 -r1.38 pkgsrc/geography/gpsd/distinfo cvs rdiff -u -r1.7 -r1.8 pkgsrc/geography/gpsd/patches/patch-SConscript Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678323162149610 Content-Disposition: inline Content-Length: 4457 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gpsd/Makefile diff -u pkgsrc/geography/gpsd/Makefile:1.68 pkgsrc/geography/gpsd/Makefile:1.69 --- pkgsrc/geography/gpsd/Makefile:1.68 Sun Jan 29 21:16:24 2023 +++ pkgsrc/geography/gpsd/Makefile Thu Mar 9 00:52:42 2023 @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.68 2023/01/29 21:16:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.69 2023/03/09 00:52:42 gdt Exp $ -DISTNAME= gpsd-3.24 -PKGREVISION= 5 +DISTNAME= gpsd-3.25 CATEGORIES= geography MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/gpsd/ -# will probably switch to https://gitlab.com/gpsd/gpsd/releases MAINTAINER= gdt@NetBSD.org HOMEPAGE= https://gpsd.io/ Index: pkgsrc/geography/gpsd/PLIST diff -u pkgsrc/geography/gpsd/PLIST:1.19 pkgsrc/geography/gpsd/PLIST:1.20 --- pkgsrc/geography/gpsd/PLIST:1.19 Thu Apr 28 11:43:14 2022 +++ pkgsrc/geography/gpsd/PLIST Thu Mar 9 00:52:42 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2022/04/28 11:43:14 gdt Exp $ +@comment $NetBSD: PLIST,v 1.20 2023/03/09 00:52:42 gdt Exp $ bin/cgps bin/gegps bin/gps2udp @@ -25,11 +25,11 @@ bin/zerk include/gps.h include/libgpsmm.h lib/libgps${PLIST_SO}${PLIST_DYLIB} -lib/libgps${PLIST_SO}.29${PLIST_DYLIB} -lib/libgps${PLIST_SO}.29.0.1${PLIST_DYLIB} +lib/libgps${PLIST_SO}.30${PLIST_DYLIB} +lib/libgps${PLIST_SO}.30.0.0${PLIST_DYLIB} lib/libgpsdpacket${PLIST_SO}${PLIST_DYLIB} -lib/libgpsdpacket${PLIST_SO}.29${PLIST_DYLIB} -lib/libgpsdpacket${PLIST_SO}.29.0.1${PLIST_DYLIB} +lib/libgpsdpacket${PLIST_SO}.30${PLIST_DYLIB} +lib/libgpsdpacket${PLIST_SO}.30.0.0${PLIST_DYLIB} lib/pkgconfig/libgps.pc ${PYSITELIB}/gps-${PKGVERSION}.egg-info ${PYSITELIB}/gps/__init__.py @@ -83,4 +83,6 @@ share/doc/gpsd/README.adoc share/doc/gpsd/SUPPORT.adoc share/doc/gpsd/build.adoc share/doc/gpsd/example1.c.txt +share/doc/gpsd/example2.py.txt share/gpsd/icons/gpsd-logo.png +share/snmp/mibs/gpsd/GPSD-MIB Index: pkgsrc/geography/gpsd/distinfo diff -u pkgsrc/geography/gpsd/distinfo:1.37 pkgsrc/geography/gpsd/distinfo:1.38 --- pkgsrc/geography/gpsd/distinfo:1.37 Mon Nov 14 14:07:34 2022 +++ pkgsrc/geography/gpsd/distinfo Thu Mar 9 00:52:42 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2022/11/14 14:07:34 gdt Exp $ +$NetBSD: distinfo,v 1.38 2023/03/09 00:52:42 gdt Exp $ -BLAKE2s (gpsd-3.24.tar.gz) = daaca7f934b778990bcb35882cfcb42c62b253137324d547febed2df5ed6bdf2 -SHA512 (gpsd-3.24.tar.gz) = 250bae709e19ac10421d5a537e68dcdf4c025071c152cf3c84a2f6977615bd7e445a45f3b1e5f3b64123fad3c11e1ec256bae5afc1b869f499b187116f8b028b -Size (gpsd-3.24.tar.gz) = 5152429 bytes -SHA1 (patch-SConscript) = 15d5e056b283ab3cf3ae2a35e43e17440372f71e +BLAKE2s (gpsd-3.25.tar.gz) = ac568df54726336209bf1a2d567a2a6fda727336ad4dde5fb44c37d7fb3ae192 +SHA512 (gpsd-3.25.tar.gz) = 0684cbd30defa1a328898589e1d61b2431462a774aff56c588bd00c1fbd92ac94cf6fc1f2b981debac78c34ab09fa24f48ed6334f3ecd09e6b8f5faa92ae1085 +Size (gpsd-3.25.tar.gz) = 5225194 bytes +SHA1 (patch-SConscript) = 38b427262e1aa45d8a52ce0fdc9a25b4ab7702d9 Index: pkgsrc/geography/gpsd/patches/patch-SConscript diff -u pkgsrc/geography/gpsd/patches/patch-SConscript:1.7 pkgsrc/geography/gpsd/patches/patch-SConscript:1.8 --- pkgsrc/geography/gpsd/patches/patch-SConscript:1.7 Mon Nov 14 14:07:34 2022 +++ pkgsrc/geography/gpsd/patches/patch-SConscript Thu Mar 9 00:52:42 2023 @@ -1,4 +1,4 @@ -$NetBSD: patch-SConscript,v 1.7 2022/11/14 14:07:34 gdt Exp $ +$NetBSD: patch-SConscript,v 1.8 2023/03/09 00:52:42 gdt Exp $ Catch up with ruby default version changes. \todo Fix upstream. @@ -8,20 +8,6 @@ gpspipe requires libgpsd for serial.c cf --- SConscript.orig 2022-04-27 21:31:21.000000000 +0000 +++ SConscript -@@ -1380,9 +1380,11 @@ if not cleaning and not helping: - # do we have asciidoctor, perhaps versioned? - adoc_prog = env.WhereIs('asciidoctor') - if (not adoc_prog): -- adoc_prog = env.WhereIs('asciidoctor27') -+ adoc_prog = env.WhereIs('asciidoctor31') -+ if (not adoc_prog): -+ adoc_prog = env.WhereIs('asciidoctor30') - if (not adoc_prog): -- adoc_prog = env.WhereIs('asciidoctor26') -+ adoc_prog = env.WhereIs('asciidoctor27') - - config.env['manbuild'] = config.env['manbuild'].lower() - if ((not config.env['manbuild'] or @@ -2018,7 +2020,7 @@ gpsmon = env.Program('gpsmon/gpsmon', gp LIBS=[libgpsd_static, libgps_static], parse_flags=gpsdflags + gpsflags + ncurseslibs) --_----------=_1678323162149610--