blob: ed1d429c6e9e0f07d9289106d16881d5c1ecdbdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<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>
<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="sockets">export gpsd over unix sockets</flag>
<flag name="shm">export gpsd over shared memory</flag>
</use>
</pkgmetadata>
|