blob: 53c515b6f263bcf1db46494ef7bd8421a82a7572 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-geosciences@gentoo.org</email>
<name>Gentoo Geosciences Project</name>
</maintainer>
<longdescription>
Unbundled GPS daemon and library to support USB and serial
GPS devices and various GPS/mapping clients, such as GPSDrive,
kismet, and pygps.
</longdescription>
<slots>
<subslots>Reflect major ABI of libgps.so.</subslots>
</slots>
<use>
<flag name="dbus">export gpsd data over dbus connections</flag>
<flag name="latency-timing">support latency timing information</flag>
<flag name="ntp">Enable <pkg>net-misc/ntp</pkg> shared memory interface
and PPS kernel support for GPS time</flag>
<flag name="shm">export gpsd over shared memory</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:gpsd_project:gpsd</remote-id>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|