Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, profiles/base/
Date: Tue, 24 Jan 2017 05:29:36
Message-Id: 1485235762.271b4baee4e6fe4adb663f6ee7ee6d833d6d27d9.tamiko@gentoo
1 commit: 271b4baee4e6fe4adb663f6ee7ee6d833d6d27d9
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 05:27:38 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 05:29:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271b4bae
7
8 profiles: Augment GPSD_PROTOCOLS use expand and add descriptions
9
10 Add two additional protocols:
11 isync
12 skytraq
13
14 profiles/base/make.defaults | 2 +-
15 profiles/desc/gpsd_protocols.desc | 2 ++
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
19 index 5840ebe..b6e3b13 100644
20 --- a/profiles/base/make.defaults
21 +++ b/profiles/base/make.defaults
22 @@ -62,7 +62,7 @@ COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
23
24 # Tomáš Chvátal <scarabeus@g.o> (26 Oct 2010)
25 # By default enable all protocols for average GPS user
26 -GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx"
27 +GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx"
28
29 # Benedikt Böhm <hollow@g.o> (27 Nov 2007)
30 # Sane defaults for built-in apache modules
31
32 diff --git a/profiles/desc/gpsd_protocols.desc b/profiles/desc/gpsd_protocols.desc
33 index 735bc3c..9eeffb0 100644
34 --- a/profiles/desc/gpsd_protocols.desc
35 +++ b/profiles/desc/gpsd_protocols.desc
36 @@ -15,6 +15,7 @@ garmin - Garmin protocol support
37 garmintxt - Garmin Simple Text protocol support
38 geostar - Geostar Protocol support
39 gpsclock - GPSclock protocol support
40 +isync - Isync protocol support
41 itrax - iTrax protocol support
42 mtk3301 - MTK-3301 protocol support
43 navcom - Navcom protocol support
44 @@ -28,6 +29,7 @@ passthrough - Pass through JSON data
45 rtcm104v2 - RTCM104V2 protocol support
46 rtcm104v3 - RTCM104V3 protocol support
47 sirf - SiRF protocol support
48 +skytraq - Skytraq protocol support
49 superstar2 - SuperStarII protocol support
50 tnt - True North protocol support
51 tripmate - Tripmate protocol support