pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gpsd geography/gpsd: Update to 3.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0408a495bb04
branches:  trunk
changeset: 409419:0408a495bb04
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Jan 17 17:08:01 2020 +0000

description:
geography/gpsd: Update to 3.20

3.20: 2019-12-31
  Change README into an asciidoc file and publish HTML from it
  Add NED and geoid_sep to gps_fix_t and TPV JSON.
  Add "-e NED" to ubxtool to enable NED messages.
  gpsdata.separation replaced by gpsdata.fix.geoid_sep.
  Remove nofloats build option.
  TPV JSON "alt" is now fixed at WGS84.  Probably.
  xgps now uses XGPSOPTS environment variable.
  add health variable to satellite_t
  change satellite_t elevation and azimuth to double
  satellite_t elevation, azimuth, and ss use NAN for unknown value.
  add altMSL, altHAE, and depth, to gps_fix_t
  altitude in gps_fix_t is deprecated and undefined
  wgs84_separation() now return EGM2008 computed from 5x5 degree base data.
     The best results are close to cm, the worst off up to 12m.
  Move mag_var from gps_device_t to magnetic_var gps_data_t.
  Added mag_var() to interpolate magnetic variation (deviation) from a table.
  Remove true2magnetic() as mag_var() improves on it.
  Remove TIMEHINT_ENABLE.  It only worked when enabled.
  Remove NTP_ENABLE and NTPSHM_ENABLE.  It only worked when enabled.
  Remove PPS_ENABLE and TIMING_ENABLE.
  Add dgps_age and dgps_station to gps_fix_t
  Convert all timestamp_t to timespec_t.
  Remove FIXED_PORT_SPEED and FIXED_STOP_BITS build options.
  Add -s [speed] and -f [framing] runtime options to gpsd.
  A working CC and termios.h are mandatory.
  use the current leap second to determine the current GPS epoch.
  leapfetch.py, leapseconds.cache, timebase.h and leapfetch option gone.
  See also change histories in gps.h and gpsd.h

diffstat:

 geography/gpsd/Makefile |   8 +++++---
 geography/gpsd/PLIST    |   9 +++------
 geography/gpsd/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 14 deletions(-)

diffs (79 lines):

diff -r 2e9d7b343047 -r 0408a495bb04 geography/gpsd/Makefile
--- a/geography/gpsd/Makefile   Fri Jan 17 16:39:46 2020 +0000
+++ b/geography/gpsd/Makefile   Fri Jan 17 17:08:01 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/07/02 13:44:05 gdt Exp $
+# $NetBSD: Makefile,v 1.46 2020/01/17 17:08:01 gdt Exp $
 
-DISTNAME=      gpsd-3.19
+DISTNAME=      gpsd-3.20
 CATEGORIES=    geography
 MASTER_SITES=  http://download-mirror.savannah.gnu.org/releases/gpsd/
 # will probably switch to https://gitlab.com/gpsd/gpsd/releases
@@ -73,10 +73,12 @@
 .include "../../devel/scons/buildlink3.mk"
 
 .include "../../devel/libusb1/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
 .include "../../graphics/py-cairo/buildlink3.mk"
 .include "../../lang/python/extension.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 # \todo Resolve mk/curses not invoking ncurses builtin processing.
+# For now, include the ncurses package directly.
+.include "../../devel/ncurses/buildlink3.mk"
 #.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2e9d7b343047 -r 0408a495bb04 geography/gpsd/PLIST
--- a/geography/gpsd/PLIST      Fri Jan 17 16:39:46 2020 +0000
+++ b/geography/gpsd/PLIST      Fri Jan 17 17:08:01 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/07/02 13:44:05 gdt Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/01/17 17:08:01 gdt Exp $
 bin/cgps
 bin/gegps
 bin/gps2udp
@@ -18,18 +18,16 @@
 bin/xgpsspeed
 bin/zerk
 include/gps.h
-@comment include/gpsd.h
 include/libgpsmm.h
 lib/libgps.so
 lib/libgps.so.25
 lib/libgps.so.25.0.0
-@comment lib/libgpsd.la
 lib/pkgconfig/libgps.pc
-@comment lib/pkgconfig/libgpsd.pc
 ${PYSITELIB}/gps-${PKGVERSION}.egg-info
 ${PYSITELIB}/gps/__init__.py
+${PYSITELIB}/gps/aiogps.py
 ${PYSITELIB}/gps/client.py
-${PYSITELIB}/gps/clienthelpers.so
+${PYSITELIB}/gps/clienthelpers.py
 ${PYSITELIB}/gps/fake.py
 ${PYSITELIB}/gps/gps.py
 ${PYSITELIB}/gps/misc.py
@@ -56,7 +54,6 @@
 man/man1/zerk.1
 man/man3/libQgpsmm.3
 man/man3/libgps.3
-@comment man/man3/libgpsd.3
 man/man3/libgpsmm.3
 man/man5/gpsd_json.5
 man/man5/srec.5
diff -r 2e9d7b343047 -r 0408a495bb04 geography/gpsd/distinfo
--- a/geography/gpsd/distinfo   Fri Jan 17 16:39:46 2020 +0000
+++ b/geography/gpsd/distinfo   Fri Jan 17 17:08:01 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2019/07/02 13:44:05 gdt Exp $
+$NetBSD: distinfo,v 1.25 2020/01/17 17:08:01 gdt Exp $
 
-SHA1 (gpsd-3.19.tar.gz) = fd4a256189b4115b5668effcda555c04fa84a348
-RMD160 (gpsd-3.19.tar.gz) = b9f41521519f6887585eb4cafa85a058ad1385b0
-SHA512 (gpsd-3.19.tar.gz) = c9f9a9ff65759f852771ec4cf97ab15343c9176a149dd5ea6c2e2dc18b47aa7c7bf9ff1f2e8523121564d33a34ae6aa08169c5454847b4fe7848e616fd20a814
-Size (gpsd-3.19.tar.gz) = 10581777 bytes
+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



Home | Main Index | Thread Index | Old Index