summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-08-18 17:37:48 +0000
committergdt <gdt@pkgsrc.org>2020-08-18 17:37:48 +0000
commit901f87636e5992cd79197157bd04466208e1b70b (patch)
tree546e5784f35c1b955f47db2492b1fd2021fa594e
parentc2b91924700a955e607236dddb51185b09de75da (diff)
downloadpkgsrc-901f87636e5992cd79197157bd04466208e1b70b.tar.gz
geography/gpsd: Update to 3.21
Upstream NEWS: 3.21: 2020-08-04 Create python programs from .in files to allow macro substitution. Finally clean .sconsign*.dblite with "scons -c" Remove revision.h. Move REVISION into gpsd_config.h Change asciidoc to asciidoctor, and revise documents to match. library version bumped to 27 Add leap_seconds to gps_data_t Add/change many rtcm2 structs in gps.h Add/change many rtcm3 structs in gps.h Maindenhead now 8 chars. Add icondir and sharedir install options Install basic doc in sharedir Move gps_data_t->status to gps_fix_t.status for better fix merging The gps python module is now Pure Python + FFI. FFI only for packet.py User should manually delete any old packet*so. Add wspeedt, wspeedr, wanglem, wanglet, wangler to gps_fix_t Add "-p CONFIG", "-p STATUS", "-t" and "-tt" options to ubxtool. Add python_shebang option to scons config. gpsrinex has long options and many new options. Added long options to gpsd. Remove unused FORCE_GLOBAL_ENABLE Remove config option reconfigure, replace with -p, --passive runtime option. Remove config option controlsend (RECONFIGURE_ENABLE) Add config option rundir=XX. Default set to /run, or /var/run as required. Fixes for Python 2.6 up to 3.9.
-rw-r--r--geography/gpsd/PLIST18
-rw-r--r--geography/gpsd/PLIST.Linux3
-rw-r--r--geography/gpsd/distinfo10
3 files changed, 20 insertions, 11 deletions
diff --git a/geography/gpsd/PLIST b/geography/gpsd/PLIST
index e3105f62e8f..61940e41a77 100644
--- a/geography/gpsd/PLIST
+++ b/geography/gpsd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/01/17 17:08:01 gdt Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/08/18 17:37:48 gdt Exp $
bin/cgps
bin/gegps
bin/gps2udp
@@ -20,8 +20,11 @@ bin/zerk
include/gps.h
include/libgpsmm.h
lib/libgps.so
-lib/libgps.so.25
-lib/libgps.so.25.0.0
+lib/libgps.so.27
+lib/libgps.so.27.0.0
+lib/libgpsdpacket.so
+lib/libgpsdpacket.so.27
+lib/libgpsdpacket.so.27.0.0
lib/pkgconfig/libgps.pc
${PYSITELIB}/gps-${PKGVERSION}.egg-info
${PYSITELIB}/gps/__init__.py
@@ -31,7 +34,7 @@ ${PYSITELIB}/gps/clienthelpers.py
${PYSITELIB}/gps/fake.py
${PYSITELIB}/gps/gps.py
${PYSITELIB}/gps/misc.py
-${PYSITELIB}/gps/packet.so
+${PYSITELIB}/gps/packet.py
${PYSITELIB}/gps/watch_options.py
man/man1/cgps.1
man/man1/gegps.1
@@ -60,5 +63,12 @@ man/man5/srec.5
man/man8/gpsd.8
man/man8/gpsdctl.8
man/man8/gpsinit.8
+man/man8/ppscheck.8
sbin/gpsd
sbin/gpsdctl
+share/gpsd/doc/AUTHORS
+share/gpsd/doc/COPYING
+share/gpsd/doc/NEWS
+share/gpsd/doc/README.adoc
+share/gpsd/doc/build.adoc
+share/gpsd/icons/gpsd-logo.png
diff --git a/geography/gpsd/PLIST.Linux b/geography/gpsd/PLIST.Linux
index f34dc80785f..93e49edbeb3 100644
--- a/geography/gpsd/PLIST.Linux
+++ b/geography/gpsd/PLIST.Linux
@@ -1,3 +1,2 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2020/03/15 23:06:03 tnn Exp $
+@comment $NetBSD: PLIST.Linux,v 1.2 2020/08/18 17:37:48 gdt Exp $
bin/ppscheck
-man/man8/ppscheck.8
diff --git a/geography/gpsd/distinfo b/geography/gpsd/distinfo
index 7ce2ff75a43..235f5e9586c 100644
--- a/geography/gpsd/distinfo
+++ b/geography/gpsd/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2020/01/17 17:08:01 gdt Exp $
+$NetBSD: distinfo,v 1.26 2020/08/18 17:37:48 gdt Exp $
-SHA1 (gpsd-3.20.tar.gz) = f5fa7cafd28bcebdaa99ffb365db9429530ebbec
-RMD160 (gpsd-3.20.tar.gz) = a87ed286b4a42092de54986889f0253990163d7e
-SHA512 (gpsd-3.20.tar.gz) = 557ef5e5f3b511da4fc441f4bb2e0cd2e23c2981e8b3ce2999973767a04fde070d3ec6f14af60d0e471320078e9f4d1144e5796e7927975ecfbd55fc97f470a9
-Size (gpsd-3.20.tar.gz) = 3600835 bytes
+SHA1 (gpsd-3.21.tar.gz) = f32d7b18c7be98c4a1385af789b61be55a64c433
+RMD160 (gpsd-3.21.tar.gz) = 3c521009854e2ae19bcd4f7fb0f0c33c334bcbc5
+SHA512 (gpsd-3.21.tar.gz) = 7fbff3698a44ef24ce4631f1d0c5192b70c2e47f28e61372d8d0c437a6b4aeee459b08dcd69d9dc02bbda7b56949fd01ac57460fb922b5f807455f4ab3e91f2d
+Size (gpsd-3.21.tar.gz) = 3984157 bytes