--- misc/OpenCPN/Makefile (nonexistent) +++ misc/OpenCPN/Makefile (working copy) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= OpenCPN +PORTVERSION= 4.4.0 +CATEGORIES= misc +MASTER_SITES= https://github.com/OpenCPN/OpenCPN/archive/ \ + http://netfence.it/download/ +DISTFILES= v4.4.0.tar.gz + +MAINTAINER= freebsd@netfence.it +COMMENT= Chartplotter and GPS Navigation Software + +USES= cmake:outsource +USES+= gettext +USE_GL+= gl +USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_WX= 2.8 +USE_XORG+= ice sm x11 xext +USE_LDCONFIG= ${PREFIX}/lib/opencpn + +LIB_DEPENDS+= libcurl.so:ftp/curl +LIB_DEPENDS+= libexpat.so:textproc/expat2 +LIB_DEPENDS+= libportaudio.so:audio/portaudio + +.include --- misc/OpenCPN/distinfo (nonexistent) +++ misc/OpenCPN/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1468844404 +SHA256 (v4.4.0.tar.gz) = 577ae0fa44d31840e268b22c50b78130695fdfc796420514c93b238d5bde39b9 +SIZE (v4.4.0.tar.gz) = 40840928 --- misc/OpenCPN/files/patch-CMakeLists.txt (nonexistent) +++ misc/OpenCPN/files/patch-CMakeLists.txt (working copy) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2016-07-04 13:24:26 UTC ++++ CMakeLists.txt +@@ -1774,7 +1774,7 @@ ENDIF(UNIX) + # Certain older Cmake FindGTK2 modules ( e.g. cmake-2.8.0-2) do not yield all of the required link libraries + # So, add them manually. These declarations may be redundant in some architectures, but do no harm. + IF(UNIX) +-TARGET_LINK_LIBRARIES( ${PACKAGE_NAME} dl ) ++TARGET_LINK_LIBRARIES( ${PACKAGE_NAME} execinfo ) + ENDIF(UNIX) + + IF(QT_LINUX) --- misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_base_jas__icc.c (nonexistent) +++ misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_base_jas__icc.c (working copy) @@ -0,0 +1,10 @@ +--- plugins/grib_pi/src/jasper/base/jas_icc.c.orig 2016-07-04 13:24:30 UTC ++++ plugins/grib_pi/src/jasper/base/jas_icc.c +@@ -71,6 +71,7 @@ + + #include + #include ++#include + + #define jas_iccputuint8(out, val) jas_iccputuint(out, 1, val) + #define jas_iccputuint16(out, val) jas_iccputuint(out, 2, val) --- misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_base_jas__image.c (nonexistent) +++ misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_base_jas__image.c (working copy) @@ -0,0 +1,10 @@ +--- plugins/grib_pi/src/jasper/base/jas_image.c.orig 2016-07-04 13:24:30 UTC ++++ plugins/grib_pi/src/jasper/base/jas_image.c +@@ -76,6 +76,7 @@ + #include + #include + #include ++#include + + #include "jasper/jas_math.h" + #include "jasper/jas_image.h" --- misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_base_jas__seq.c (nonexistent) +++ misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_base_jas__seq.c (working copy) @@ -0,0 +1,10 @@ +--- plugins/grib_pi/src/jasper/base/jas_seq.c.orig 2016-07-05 10:11:58 UTC ++++ plugins/grib_pi/src/jasper/base/jas_seq.c +@@ -74,6 +74,7 @@ + #include + #include + #include ++#include + + #include "jasper/jas_seq.h" + #include "jasper/jas_malloc.h" --- misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_base_jas__stream.c (nonexistent) +++ misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_base_jas__stream.c (working copy) @@ -0,0 +1,28 @@ +--- plugins/grib_pi/src/jasper/base/jas_stream.c.orig 2016-07-04 13:24:30 UTC ++++ plugins/grib_pi/src/jasper/base/jas_stream.c +@@ -85,6 +85,7 @@ + #if defined(WIN32) || defined(HAVE_IO_H) + #include + #endif ++#include + + #include "jasper/jas_types.h" + #include "jasper/jas_stream.h" +@@ -168,7 +169,7 @@ static jas_stream_t *jas_stream_create() + return stream; + } + +-jas_stream_t *jas_stream_memopen(char *buf, int bufsize) ++jas_stream_t *jas_stream_memopen(char *buf, size_t bufsize) + { + jas_stream_t *stream; + jas_stream_memobj_t *obj; +@@ -573,7 +574,7 @@ int jas_stream_puts(jas_stream_t *stream + return 0; + } + +-char *jas_stream_gets(jas_stream_t *stream, char *buf, int bufsize) ++char *jas_stream_gets(jas_stream_t *stream, char *buf, size_t bufsize) + { + int c; + char *bufptr; --- misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jp2_jp2__cod.c (nonexistent) +++ misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jp2_jp2__cod.c (working copy) @@ -0,0 +1,10 @@ +--- plugins/grib_pi/src/jasper/jp2/jp2_cod.c.orig 2016-07-04 13:24:30 UTC ++++ plugins/grib_pi/src/jasper/jp2/jp2_cod.c +@@ -73,6 +73,7 @@ + + #include + #include ++#include + + #include "jasper/jas_stream.h" + #include "jasper/jas_malloc.h" --- misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jpc_jpc__cs.c (nonexistent) +++ misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jpc_jpc__cs.c (working copy) @@ -0,0 +1,10 @@ +--- plugins/grib_pi/src/jasper/jpc/jpc_cs.c.orig 2016-07-04 13:24:30 UTC ++++ plugins/grib_pi/src/jasper/jpc/jpc_cs.c +@@ -74,6 +74,7 @@ + #include + #include + #include ++#include + + #include "jasper/jas_malloc.h" + #include "jasper/jas_debug.h" --- misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jpc_jpc__dec.c (nonexistent) +++ misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jpc_jpc__dec.c (working copy) @@ -0,0 +1,10 @@ +--- plugins/grib_pi/src/jasper/jpc/jpc_dec.c.orig 2016-07-04 13:24:30 UTC ++++ plugins/grib_pi/src/jasper/jpc/jpc_dec.c +@@ -72,6 +72,7 @@ + #include + #include + #include ++#include + + #include "jasper/jas_types.h" + #include "jasper/jas_math.h" --- misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jpc_jpc__mqdec.c (nonexistent) +++ misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jpc_jpc__mqdec.c (working copy) @@ -0,0 +1,10 @@ +--- plugins/grib_pi/src/jasper/jpc/jpc_mqdec.c.orig 2016-07-04 13:24:30 UTC ++++ plugins/grib_pi/src/jasper/jpc/jpc_mqdec.c +@@ -74,6 +74,7 @@ + #include + #include + #include ++#include + + #include "jasper/jas_types.h" + #include "jasper/jas_malloc.h" --- misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jpc_jpc__mqenc.c (nonexistent) +++ misc/OpenCPN/files/patch-plugins_grib__pi_src_jasper_jpc_jpc__mqenc.c (working copy) @@ -0,0 +1,10 @@ +--- plugins/grib_pi/src/jasper/jpc/jpc_mqenc.c.orig 2016-07-04 13:24:30 UTC ++++ plugins/grib_pi/src/jasper/jpc/jpc_mqenc.c +@@ -73,6 +73,7 @@ + + #include + #include ++#include + + #include "jasper/jas_stream.h" + #include "jasper/jas_malloc.h" --- misc/OpenCPN/files/patch-src_chart1.cpp (nonexistent) +++ misc/OpenCPN/files/patch-src_chart1.cpp (working copy) @@ -0,0 +1,40 @@ +--- src/chart1.cpp.orig 2016-07-04 13:24:32 UTC ++++ src/chart1.cpp +@@ -10228,7 +10228,9 @@ extern "C" int wait(int *); + + #include + #include ++#if 0 + #include ++#endif + + #endif + +@@ -10294,18 +10296,24 @@ int paternFilter (const struct dirent * + + int isTTYreal(const char *dev) + { +- struct serial_struct serinfo; ++#if 0 ++ struct serial_struct serinfo; ++#endif + int ret = 0; + + int fd = open(dev, O_RDWR | O_NONBLOCK | O_NOCTTY); + + // device name is pointing to a real device + if(fd >= 0) { +- if (ioctl(fd, TIOCGSERIAL, &serinfo)==0) { ++#if 0 ++ if (ioctl(fd, TIOCGSERIAL, &serinfo)==0) { + // If device type is no PORT_UNKNOWN we accept the port + if (serinfo.type != PORT_UNKNOWN) ++#endif + ret = 1; +- } ++#if 0 ++ } ++#endif + close (fd); + } + --- misc/OpenCPN/files/patch-src_crashprint.cpp (nonexistent) +++ misc/OpenCPN/files/patch-src_crashprint.cpp (working copy) @@ -0,0 +1,14 @@ +--- src/crashprint.cpp.orig 2016-07-04 13:24:32 UTC ++++ src/crashprint.cpp +@@ -31,11 +31,9 @@ + #endif + + //! standard header +-#if defined(__linux__) + #include // Needed for backtrace + #include // Needed for __cxa_demangle + #include +-#endif + + // wxWidgets headers + #include // strings support --- misc/OpenCPN/pkg-descr (nonexistent) +++ misc/OpenCPN/pkg-descr (working copy) @@ -0,0 +1, @@ +OpenCPN is a free software (GPLv2) project to create a concise chart plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement. --- misc/OpenCPN/pkg-plist (nonexistent) +++ misc/OpenCPN/pkg-plist (working copy) @@ -0,0 +1,273 @@ +bin/opencpn +lib/opencpn/libchartdldr_pi.so +lib/opencpn/libdashboard_pi.so +lib/opencpn/libgrib_pi.so +lib/opencpn/libwmm_pi.so +share/applications/opencpn.desktop +share/doc/opencpn/changelog.Debian.gz +share/doc/opencpn/copyright +share/icons/hicolor/48x48/apps/opencpn.png +share/icons/hicolor/scalable/apps/opencpn.svg +share/locale/ca_ES/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/ca_ES/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/ca_ES/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/ca_ES/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/ca_ES/LC_MESSAGES/opencpn.mo +share/locale/cs/LC_MESSAGES/opencpn.mo +share/locale/cs_CZ/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/cs_CZ/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/cs_CZ/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/cs_CZ/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/da/LC_MESSAGES/opencpn.mo +share/locale/da_DK/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/da_DK/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/da_DK/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/da_DK/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/de/LC_MESSAGES/opencpn.mo +share/locale/de_DE/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/de_DE/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/de_DE/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/de_DE/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/el_GR/LC_MESSAGES/opencpn.mo +share/locale/es/LC_MESSAGES/opencpn.mo +share/locale/es_ES/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/es_ES/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/es_ES/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/es_ES/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/et/LC_MESSAGES/opencpn.mo +share/locale/et_EE/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/et_EE/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/et_EE/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/et_EE/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/fi_FI/LC_MESSAGES/opencpn.mo +share/locale/fr/LC_MESSAGES/opencpn.mo +share/locale/fr_FR/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/fr_FR/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/fr_FR/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/fr_FR/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/gl_ES/LC_MESSAGES/opencpn.mo +share/locale/hu_HU/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/hu_HU/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/hu_HU/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/hu_HU/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/hu_HU/LC_MESSAGES/opencpn.mo +share/locale/it/LC_MESSAGES/opencpn.mo +share/locale/it_IT/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/it_IT/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/it_IT/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/it_IT/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/ja_JP/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/ja_JP/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/ja_JP/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/ja_JP/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/nb_NO/LC_MESSAGES/opencpn.mo +share/locale/nl/LC_MESSAGES/opencpn.mo +share/locale/nl_NL/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/nl_NL/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/nl_NL/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/nl_NL/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/pl/LC_MESSAGES/opencpn.mo +share/locale/pl_PL/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/pl_PL/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/pl_PL/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/pl_PL/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/pt_BR/LC_MESSAGES/opencpn.mo +share/locale/pt_PT/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/pt_PT/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/pt_PT/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/pt_PT/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/pt_PT/LC_MESSAGES/opencpn.mo +share/locale/ru/LC_MESSAGES/opencpn.mo +share/locale/ru_RU/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/ru_RU/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/ru_RU/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/ru_RU/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/sv/LC_MESSAGES/opencpn.mo +share/locale/sv_SE/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/sv_SE/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/sv_SE/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/sv_SE/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/tr_TR/LC_MESSAGES/opencpn.mo +share/locale/vi_VN/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/vi_VN/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/vi_VN/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/vi_VN/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn-chartdldr_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn-dashboard_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn-grib_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn-wmm_pi.mo +share/locale/zh_TW/LC_MESSAGES/opencpn.mo +share/opencpn/doc/help_web.html +share/opencpn/license.txt +share/opencpn/plugins/chartdldr_pi/data/chart_sources.xml +share/opencpn/plugins/chartdldr_pi/data/doc/03-Chart-Downloader-Tab-First-Time.png +share/opencpn/plugins/chartdldr_pi/data/doc/04-AddNewChartSource-Predefined.png +share/opencpn/plugins/chartdldr_pi/data/doc/05-PleaseUpdate.png +share/opencpn/plugins/chartdldr_pi/data/doc/08-AfterDownloading.png +share/opencpn/plugins/chartdldr_pi/data/doc/12-Add-Edit-Custom-Chart-Source.png +share/opencpn/plugins/chartdldr_pi/data/doc/15-Chart-Status-Selection.png +share/opencpn/plugins/chartdldr_pi/data/doc/16-Show-Local-Files.png +share/opencpn/plugins/chartdldr_pi/data/doc/MathJax.js +share/opencpn/plugins/chartdldr_pi/data/doc/advanced.html +share/opencpn/plugins/chartdldr_pi/data/doc/basic.html +share/opencpn/plugins/chartdldr_pi/data/doc/github.min.css +share/opencpn/plugins/chartdldr_pi/data/doc/highlight.min.js +share/opencpn/plugins/chartdldr_pi/data/doc/index.html +share/opencpn/plugins/chartdldr_pi/data/doc/preferences.png +share/opencpn/plugins/chartdldr_pi/data/folder215.png +share/opencpn/plugins/chartdldr_pi/data/open182.png +share/opencpn/plugins/dashboard_pi/data/Dashboard.svg +share/opencpn/plugins/dashboard_pi/data/Dashboard_rollover.svg +share/opencpn/plugins/dashboard_pi/data/Dashboard_toggled.svg +share/opencpn/plugins/grib_pi/data/altitude.svg +share/opencpn/plugins/grib_pi/data/curdata.svg +share/opencpn/plugins/grib_pi/data/grib.svg +share/opencpn/plugins/grib_pi/data/grib_rollover.svg +share/opencpn/plugins/grib_pi/data/grib_toggled.svg +share/opencpn/plugins/grib_pi/data/ncurdata.svg +share/opencpn/plugins/grib_pi/data/next.svg +share/opencpn/plugins/grib_pi/data/now.svg +share/opencpn/plugins/grib_pi/data/openfile.svg +share/opencpn/plugins/grib_pi/data/play.svg +share/opencpn/plugins/grib_pi/data/prev.svg +share/opencpn/plugins/grib_pi/data/request.svg +share/opencpn/plugins/grib_pi/data/request_end.svg +share/opencpn/plugins/grib_pi/data/selzone.svg +share/opencpn/plugins/grib_pi/data/setting.svg +share/opencpn/plugins/grib_pi/data/slider.svg +share/opencpn/plugins/grib_pi/data/stop.svg +share/opencpn/plugins/grib_pi/data/zoomto.svg +share/opencpn/plugins/wmm_pi/data/WMM.COF +share/opencpn/plugins/wmm_pi/data/wmm_live.svg +share/opencpn/plugins/wmm_pi/data/wmm_pi.svg +share/opencpn/s57data/S52RAZDS.RLE +share/opencpn/s57data/attdecode.csv +share/opencpn/s57data/chartsymbols.xml +share/opencpn/s57data/rastersymbols-dark.png +share/opencpn/s57data/rastersymbols-day.png +share/opencpn/s57data/rastersymbols-dusk.png +share/opencpn/s57data/s57attributes.csv +share/opencpn/s57data/s57expectedinput.csv +share/opencpn/s57data/s57objectclasses.csv +share/opencpn/sounds/1bells.wav +share/opencpn/sounds/2bells.wav +share/opencpn/sounds/README.bells +share/opencpn/uidata/journeyman/CompassRose.svg +share/opencpn/uidata/journeyman/CompassRoseBlue.svg +share/opencpn/uidata/journeyman/gps1Bar.svg +share/opencpn/uidata/journeyman/gps2Bar.svg +share/opencpn/uidata/journeyman/gps3Bar.svg +share/opencpn/uidata/journeyman/gpsGrn.svg +share/opencpn/uidata/journeyman/gpsGry.svg +share/opencpn/uidata/journeyman/gpsRed.svg +share/opencpn/uidata/journeyman_flat/CompassRose.svg +share/opencpn/uidata/journeyman_flat/CompassRoseBlue.svg +share/opencpn/uidata/journeyman_flat/gps1Bar.svg +share/opencpn/uidata/journeyman_flat/gps2Bar.svg +share/opencpn/uidata/journeyman_flat/gps3Bar.svg +share/opencpn/uidata/journeyman_flat/gpsGrn.svg +share/opencpn/uidata/journeyman_flat/gpsGry.svg +share/opencpn/uidata/journeyman_flat/gpsRed.svg +share/opencpn/uidata/styles.xml +share/opencpn/uidata/toolicons_journeyman.png +share/opencpn/uidata/toolicons_journeyman_flat.png +share/opencpn/uidata/toolicons_traditional.png +share/opencpn/uidata/traditional/AIS.svg +share/opencpn/uidata/traditional/AIS_AlertGeneral.svg +share/opencpn/uidata/traditional/AIS_AlertGeneral_Active.svg +share/opencpn/uidata/traditional/AIS_AlertGeneral_Active_rollover.svg +share/opencpn/uidata/traditional/AIS_AlertGeneral_rollover.svg +share/opencpn/uidata/traditional/AIS_Disabled.svg +share/opencpn/uidata/traditional/AIS_Disabled_rollover.svg +share/opencpn/uidata/traditional/AIS_Normal_Active.svg +share/opencpn/uidata/traditional/AIS_Normal_Active_rollover.svg +share/opencpn/uidata/traditional/AIS_Suppressed.svg +share/opencpn/uidata/traditional/AIS_Suppressed_Active.svg +share/opencpn/uidata/traditional/AIS_Suppressed_Active_rollover.svg +share/opencpn/uidata/traditional/AIS_Suppressed_rollover.svg +share/opencpn/uidata/traditional/AIS_rollover.svg +share/opencpn/uidata/traditional/CompassRose.svg +share/opencpn/uidata/traditional/CompassRoseBlue.svg +share/opencpn/uidata/traditional/colorscheme.svg +share/opencpn/uidata/traditional/colorscheme_rollover.svg +share/opencpn/uidata/traditional/current.svg +share/opencpn/uidata/traditional/current_rollover.svg +share/opencpn/uidata/traditional/current_rollover_toggled.svg +share/opencpn/uidata/traditional/current_toggled.svg +share/opencpn/uidata/traditional/down.svg +share/opencpn/uidata/traditional/follow.svg +share/opencpn/uidata/traditional/follow_rollover.svg +share/opencpn/uidata/traditional/follow_rollover_toggled.svg +share/opencpn/uidata/traditional/follow_toggled.svg +share/opencpn/uidata/traditional/gps1Bar.svg +share/opencpn/uidata/traditional/gps2Bar.svg +share/opencpn/uidata/traditional/gps3Bar.svg +share/opencpn/uidata/traditional/gpsGrn.svg +share/opencpn/uidata/traditional/gpsGry.svg +share/opencpn/uidata/traditional/gpsRed.svg +share/opencpn/uidata/traditional/help.svg +share/opencpn/uidata/traditional/help_rollover.svg +share/opencpn/uidata/traditional/left.svg +share/opencpn/uidata/traditional/mob.svg +share/opencpn/uidata/traditional/mob_btn.svg +share/opencpn/uidata/traditional/mob_btn_rollover.svg +share/opencpn/uidata/traditional/pencil.svg +share/opencpn/uidata/traditional/print.svg +share/opencpn/uidata/traditional/print_rollover.svg +share/opencpn/uidata/traditional/right.svg +share/opencpn/uidata/traditional/route.svg +share/opencpn/uidata/traditional/route_manager.svg +share/opencpn/uidata/traditional/route_manager_rollover.svg +share/opencpn/uidata/traditional/route_rollover.svg +share/opencpn/uidata/traditional/route_rollover_toggled.svg +share/opencpn/uidata/traditional/route_toggled.svg +share/opencpn/uidata/traditional/scin.svg +share/opencpn/uidata/traditional/scin_disabled.svg +share/opencpn/uidata/traditional/scin_rollover.svg +share/opencpn/uidata/traditional/scout.svg +share/opencpn/uidata/traditional/scout_disabled.svg +share/opencpn/uidata/traditional/scout_rollover.svg +share/opencpn/uidata/traditional/settings.svg +share/opencpn/uidata/traditional/settings_disabled.svg +share/opencpn/uidata/traditional/settings_rollover.svg +share/opencpn/uidata/traditional/text.svg +share/opencpn/uidata/traditional/text_rollover.svg +share/opencpn/uidata/traditional/text_rollover_toggled.svg +share/opencpn/uidata/traditional/text_toggled.svg +share/opencpn/uidata/traditional/tide.svg +share/opencpn/uidata/traditional/tide_rollover.svg +share/opencpn/uidata/traditional/tide_rollover_toggled.svg +share/opencpn/uidata/traditional/tide_toggled.svg +share/opencpn/uidata/traditional/track.svg +share/opencpn/uidata/traditional/track_rollover.svg +share/opencpn/uidata/traditional/track_rollover_toggled.svg +share/opencpn/uidata/traditional/track_toggled.svg +share/opencpn/uidata/traditional/up.svg +share/opencpn/uidata/traditional/zoomin.svg +share/opencpn/uidata/traditional/zoomin_rollover.svg +share/opencpn/uidata/traditional/zoomout.svg +share/opencpn/uidata/traditional/zoomout_rollover.svg