./geography/gpsd, GPS information daemon

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q2, Version: 3.20nb2, Package name: gpsd-3.20nb2, Maintainer: gdt

Gpsd is a user land daemon acting as a liason between a gps or
Loran-C receiver and clients. The receiver is expected to generate
position information as NMEA-0183 sentences, or Rockwell binary format,
although that can be changed.

Gpsd listens on port 2947 for clients requesting position, time,
velocity or altitude information.

Gpsd can take information from the gps and translate it into
something easier to understand for clients.


Required to run:
[comms/py-serial] [x11/gtk3] [graphics/py-cairo] [lang/python37] [devel/libusb1]

Required to build:
[x11/fixesproto4] [x11/xcb-proto] [x11/xorgproto] [devel/scons]

Master sites:

SHA1: f5fa7cafd28bcebdaa99ffb365db9429530ebbec
RMD160: a87ed286b4a42092de54986889f0253990163d7e
Filesize: 3516.44 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-18 19:48:01 by Greg Troxel | Files touched by this commit (1)
Log message:
geography/gpsd: Revert errant commit to branch
   2020-08-18 19:37:48 by Greg Troxel | Files touched by this commit (1)
Log message:
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.