Собрано: около 1 месяца назад
Размер архива: 2,3 МБ
Отчёт repocop:

Gear: http://git.altlinux.org/gears/g/gpsd.git
Архив: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/g/gpsd
Домашняя страница: https://gpsd.gitlab.io/gpsd/index.html
Лицензия: BSD-2-Clause
О пакете: Service daemon for mediating access to a GPS
Описание:
gpsd is a service daemon that mediates access to a GPS sensor
connected to the host computer by serial or USB interface, making its
data on the location/course/velocity of the sensor available to be
queried on TCP port 2947 of the host computer. With gpsd, multiple
GPS client applications (such as navigational and wardriving software)
can share access to a GPS without contention or loss of data. Also,
gpsd responds to queries with a format that is substantially easier to
parse than NMEA 0183. A client library is provided for applications.
After installing this RPM, gpsd will automatically connect to USB
GPSes when they are plugged in and requires no configuration. For
serial GPSes, you will need to start gpsd by hand. Once connected,
the daemon automatically discovers the correct baudrate, stop bits,
and protocol. The daemon will be quiescent when there are no
clients asking for location information, and copes gracefully when the
GPS is unplugged and replugged.
Список участников
(данной и/или предыдущих сборок пакета):
- Антон Бояршинов
- Дмитрий Левин
- Eric S. Raymond
- Евгений Ростовцев
- Григорий Устинов
- Remco Treffkorn
- Sergey Y. Afonin
- Виталий Кузнецов
- gpsd
- gpsd-clients
- gpsd-clients-debuginfo
- gpsd-debuginfo
- libQgpsmm25
- libQgpsmm25-debuginfo
- libgps-devel
- libgps25
- libgps25-debuginfo
- python3-module-gps
- python3-module-gps-debuginfo
- updated URL - added pps-tools-devel to BuildRequires (ALT #39774)2020-06-24 Sergey Y. Afonin 3.20-alt5
- added python3-module-gps to Requires of gpsd-clients subpackage2020-06-24 Sergey Y. Afonin 3.20-alt4
- updated gpsd-3.20-SConstruct.patch: sync all checks for target_python for xgps with upstream