Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2024 10:38:35 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0db19ad3f6bc - main - astro/google-earth-pro: New port, version 7.3.6
Message-ID:  <202407081038.468AcZap005230@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0db19ad3f6bc5cd80403c28381ec446d686acde6

commit 0db19ad3f6bc5cd80403c28381ec446d686acde6
Author:     John Hay <jhay@FreeBSD.org>
AuthorDate: 2024-06-25 14:31:40 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2024-07-08 10:35:59 +0000

    astro/google-earth-pro: New port, version 7.3.6
    
    Explore the world with Google Earth. View satellite imagery, maps, terrain,
    3D buildings, galaxies far in space, and the deepest depths of the ocean.
    
    PR:             279914
---
 astro/Makefile                                   |   1 +
 astro/google-earth-pro/Makefile                  |  51 +++
 astro/google-earth-pro/distinfo                  |   3 +
 astro/google-earth-pro/files/google-earth-pro.in |   2 +
 astro/google-earth-pro/pkg-descr                 |  11 +
 astro/google-earth-pro/pkg-plist                 | 394 +++++++++++++++++++++++
 6 files changed, 462 insertions(+)

diff --git a/astro/Makefile b/astro/Makefile
index bfdef38934b6..6b8556b1ccfb 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -13,6 +13,7 @@
     SUBDIR += geographiclib
     SUBDIR += gkrellmoon2
     SUBDIR += gnuastro
+    SUBDIR += google-earth-pro
     SUBDIR += gpsbabel
     SUBDIR += gpsbabel14
     SUBDIR += gpscorrelate
diff --git a/astro/google-earth-pro/Makefile b/astro/google-earth-pro/Makefile
new file mode 100644
index 000000000000..81476fcd7e0b
--- /dev/null
+++ b/astro/google-earth-pro/Makefile
@@ -0,0 +1,51 @@
+#
+# See versions at:
+# https://support.google.com/earth/answer/168344
+
+PORTNAME=	google-earth-pro
+PORTVERSION=	7.3.6
+CATEGORIES=	astro deskutils geography
+MASTER_SITES=	https://dl.google.com/dl/linux/direct/
+DISTFILES_amd64=google-earth-pro-stable-7.3.6.x86_64.rpm
+
+MAINTAINER=	jhay@FreeBSD.org
+COMMENT=	Virtual globe, map and geographical information program
+WWW=		https://www.google.com/earth/
+
+LICENSE=	GEARTH
+LICENSE_NAME=	Google Earth
+LICENSE_TEXT=	Google Earth Terms are available at: \
+	https://www.google.com/help/terms_maps/ \
+	https://about.google/brand-resource-center/products-and-services/geo-guidelines/#google-earth
+LICENSE_PERMS=	no-dist-mirror no-pkg-mirror auto-accept
+
+ONLY_FOR_ARCHS=	amd64
+
+USES=		desktop-file-utils linux:rl9
+USE_LINUX=	dbuslibs dri gstreamer1 libproxy libxml2 sqlite3 xorglibs
+
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+PLIST_SUB=	LINUXBASE=${LINUXBASE}
+SUB_FILES=	google-earth-pro
+SUB_LIST=	LINUXBASE=${LINUXBASE}
+
+post-patch:
+	@${SED} -i '' 's/^Exec=[^[:space:]]*/Exec=google-earth-pro/' \
+		${WRKSRC}/opt/google/earth/pro/google-earth-pro.desktop
+	@${LN} -sf googleearth ${WRKSRC}/opt/google/earth/pro/google-earth-pro
+
+do-install:
+.for s in 16 22 24 32 48 64 128 256
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps
+	${INSTALL_DATA} ${WRKSRC}/opt/google/earth/pro/product_logo_${s}.png \
+		${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/google-earth-pro.png
+.endfor
+	${INSTALL_DATA} ${WRKSRC}/opt/google/earth/pro/google-earth-pro.desktop \
+		${STAGEDIR}${DESKTOPDIR}
+	${MKDIR} ${STAGEDIR}${LINUXBASE}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} opt ${STAGEDIR}${LINUXBASE})
+	${CHMOD} +x ${STAGEDIR}${LINUXBASE}/opt/google/earth/pro/googleearth-bin
+	${INSTALL_SCRIPT} ${WRKDIR}/google-earth-pro ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/astro/google-earth-pro/distinfo b/astro/google-earth-pro/distinfo
new file mode 100644
index 000000000000..2067e05b9a51
--- /dev/null
+++ b/astro/google-earth-pro/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1711697920
+SHA256 (google-earth-pro-stable-7.3.6.x86_64.rpm) = 999f3cb47a16299859cb9d9f18e21652cd9cd8d57cdd1d509221f04978218892
+SIZE (google-earth-pro-stable-7.3.6.x86_64.rpm) = 77365539
diff --git a/astro/google-earth-pro/files/google-earth-pro.in b/astro/google-earth-pro/files/google-earth-pro.in
new file mode 100644
index 000000000000..0d9b097e694d
--- /dev/null
+++ b/astro/google-earth-pro/files/google-earth-pro.in
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec %%LINUXBASE%%/bin/sh /opt/google/earth/pro/googleearth "$@"
diff --git a/astro/google-earth-pro/pkg-descr b/astro/google-earth-pro/pkg-descr
new file mode 100644
index 000000000000..c08cda494d37
--- /dev/null
+++ b/astro/google-earth-pro/pkg-descr
@@ -0,0 +1,11 @@
+Explore the world with Google Earth. View satellite imagery, maps, terrain,
+3D buildings, galaxies far in space, and the deepest depths of the ocean.
+
+Available features include:
+- Explore rich geographical content
+- Zoom from outer space to street level
+- Search for business locations
+- Visualize your GPS tracks and share with others
+- Fly around cities (or the entire world) in 3D
+- Go back in time with historical imagery
+- Dive beneath the surface of the ocean
diff --git a/astro/google-earth-pro/pkg-plist b/astro/google-earth-pro/pkg-plist
new file mode 100644
index 000000000000..3b6328deb9f0
--- /dev/null
+++ b/astro/google-earth-pro/pkg-plist
@@ -0,0 +1,394 @@
+%%LINUXBASE%%/opt/google/earth/pro/ImporterGlobalSettings.ini
+%%LINUXBASE%%/opt/google/earth/pro/ImporterUISettings.ini
+%%LINUXBASE%%/opt/google/earth/pro/PCOptimizations.ini
+%%LINUXBASE%%/opt/google/earth/pro/drivers.ini
+%%LINUXBASE%%/opt/google/earth/pro/google-earth-pro
+%%LINUXBASE%%/opt/google/earth/pro/google-earth-pro.desktop
+%%LINUXBASE%%/opt/google/earth/pro/googleearth
+%%LINUXBASE%%/opt/google/earth/pro/googleearth-bin
+%%LINUXBASE%%/opt/google/earth/pro/gpsbabel
+%%LINUXBASE%%/opt/google/earth/pro/kh56
+%%LINUXBASE%%/opt/google/earth/pro/lang/ar.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/bg.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/ca.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/cs.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/da.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/de.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/el.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/en.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/es-419.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/es.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/fa.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/fi.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/fil.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/fr.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/he.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/hi.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/hr.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/hu.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/id.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/it.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/ja.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/ko.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/lt.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/lv.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/nl.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/no.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/pl.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/pt-PT.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/pt.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/ro.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/ru.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/sk.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/sl.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/sr.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/sv.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/th.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/tr.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/uk.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/vi.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/zh-Hans.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/zh-Hant-HK.qm
+%%LINUXBASE%%/opt/google/earth/pro/lang/zh-Hant.qm
+%%LINUXBASE%%/opt/google/earth/pro/libIGAttrs.so
+%%LINUXBASE%%/opt/google/earth/pro/libIGCore.so
+%%LINUXBASE%%/opt/google/earth/pro/libIGExportCommon.so
+%%LINUXBASE%%/opt/google/earth/pro/libIGGfx.so
+%%LINUXBASE%%/opt/google/earth/pro/libIGMath.so
+%%LINUXBASE%%/opt/google/earth/pro/libIGOpt.so
+%%LINUXBASE%%/opt/google/earth/pro/libIGSg.so
+%%LINUXBASE%%/opt/google/earth/pro/libIGUtils.so
+%%LINUXBASE%%/opt/google/earth/pro/libLeap.so
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Core.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5DBus.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Gui.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Multimedia.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5MultimediaWidgets.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Network.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5OpenGL.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Positioning.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5PrintSupport.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Qml.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Quick.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Script.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5ScriptTools.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Sensors.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Sql.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Svg.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5WebChannel.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5WebKit.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5WebKitWidgets.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5Widgets.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5X11Extras.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libQt5XcbQpa.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libaction.so
+%%LINUXBASE%%/opt/google/earth/pro/libalchemyext.so
+%%LINUXBASE%%/opt/google/earth/pro/libapiloader.so
+%%LINUXBASE%%/opt/google/earth/pro/libauth.so
+%%LINUXBASE%%/opt/google/earth/pro/libavcodec.so.58
+%%LINUXBASE%%/opt/google/earth/pro/libavformat.so.58
+%%LINUXBASE%%/opt/google/earth/pro/libavutil.so.56
+%%LINUXBASE%%/opt/google/earth/pro/libbase.so
+%%LINUXBASE%%/opt/google/earth/pro/libcapture.so
+%%LINUXBASE%%/opt/google/earth/pro/libcollada.so
+%%LINUXBASE%%/opt/google/earth/pro/libcommon.so
+%%LINUXBASE%%/opt/google/earth/pro/libcommon_gui.so
+%%LINUXBASE%%/opt/google/earth/pro/libcommon_platform.so
+%%LINUXBASE%%/opt/google/earth/pro/libcommon_webbrowser.so
+%%LINUXBASE%%/opt/google/earth/pro/libcomponentframework.so
+%%LINUXBASE%%/opt/google/earth/pro/libcrypto.so.1.0.0
+%%LINUXBASE%%/opt/google/earth/pro/libdebuginfod.so.1
+%%LINUXBASE%%/opt/google/earth/pro/libevllpro.so
+%%LINUXBASE%%/opt/google/earth/pro/libexpat.so.1
+%%LINUXBASE%%/opt/google/earth/pro/libflightsim.so
+%%LINUXBASE%%/opt/google/earth/pro/libfusioncommon.so
+%%LINUXBASE%%/opt/google/earth/pro/libgdal.so.20
+%%LINUXBASE%%/opt/google/earth/pro/libgdata.so
+%%LINUXBASE%%/opt/google/earth/pro/libge_cache.so
+%%LINUXBASE%%/opt/google/earth/pro/libge_exif.so
+%%LINUXBASE%%/opt/google/earth/pro/libge_net.so
+%%LINUXBASE%%/opt/google/earth/pro/libgeobase.so
+%%LINUXBASE%%/opt/google/earth/pro/libgeobaseutils.so
+%%LINUXBASE%%/opt/google/earth/pro/libgisingest.so
+%%LINUXBASE%%/opt/google/earth/pro/libgoogleapi.so
+%%LINUXBASE%%/opt/google/earth/pro/libgoogleearth_pro.so
+%%LINUXBASE%%/opt/google/earth/pro/libgooglesearch.so
+%%LINUXBASE%%/opt/google/earth/pro/libgps.so
+%%LINUXBASE%%/opt/google/earth/pro/libicudata.so.54
+%%LINUXBASE%%/opt/google/earth/pro/libicui18n.so.54
+%%LINUXBASE%%/opt/google/earth/pro/libicuuc.so.54
+%%LINUXBASE%%/opt/google/earth/pro/libinput_plugin.so
+%%LINUXBASE%%/opt/google/earth/pro/liblayer.so
+%%LINUXBASE%%/opt/google/earth/pro/liblayout.so
+%%LINUXBASE%%/opt/google/earth/pro/libmaps.so
+%%LINUXBASE%%/opt/google/earth/pro/libmath.so
+%%LINUXBASE%%/opt/google/earth/pro/libmeasure.so
+%%LINUXBASE%%/opt/google/earth/pro/libmoduleframework.so
+%%LINUXBASE%%/opt/google/earth/pro/libnavigate.so
+%%LINUXBASE%%/opt/google/earth/pro/libport.so
+%%LINUXBASE%%/opt/google/earth/pro/libprintmodule.so
+%%LINUXBASE%%/opt/google/earth/pro/libprofile.so
+%%LINUXBASE%%/opt/google/earth/pro/librender.so
+%%LINUXBASE%%/opt/google/earth/pro/libreporting.so
+%%LINUXBASE%%/opt/google/earth/pro/libsearch.so
+%%LINUXBASE%%/opt/google/earth/pro/libsearchmodule.so
+%%LINUXBASE%%/opt/google/earth/pro/libsgutil.so
+%%LINUXBASE%%/opt/google/earth/pro/libspatial.so
+%%LINUXBASE%%/opt/google/earth/pro/libspnav.so
+%%LINUXBASE%%/opt/google/earth/pro/libssl.so.1.0.0
+%%LINUXBASE%%/opt/google/earth/pro/libswresample.so.3
+%%LINUXBASE%%/opt/google/earth/pro/libswscale.so.5
+%%LINUXBASE%%/opt/google/earth/pro/libtheme.so
+%%LINUXBASE%%/opt/google/earth/pro/libtoureditmodule.so
+%%LINUXBASE%%/opt/google/earth/pro/libviewsync.so
+%%LINUXBASE%%/opt/google/earth/pro/libwebbrowser.so
+%%LINUXBASE%%/opt/google/earth/pro/libwmsbase.so
+%%LINUXBASE%%/opt/google/earth/pro/libxsltransform.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/audio/libqtaudio_alsa.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/bearer/libqconnmanbearer.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/bearer/libqgenericbearer.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/bearer/libqnmbearer.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/imageformats/libqgif.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/imageformats/libqico.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/imageformats/libqjpeg.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/imageformats/libqmng.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/imageformats/libqsvg.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/imageformats/libqwebp.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/libnpgeinprocessplugin.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/platforms/libqlinuxfb.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/platforms/libqminimal.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/platforms/libqoffscreen.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/platforms/libqxcb.so
+%%LINUXBASE%%/opt/google/earth/pro/plugins/printsupport/libcupsprintersupport.so
+%%LINUXBASE%%/opt/google/earth/pro/product_logo_128.png
+%%LINUXBASE%%/opt/google/earth/pro/product_logo_16.png
+%%LINUXBASE%%/opt/google/earth/pro/product_logo_22.png
+%%LINUXBASE%%/opt/google/earth/pro/product_logo_24.png
+%%LINUXBASE%%/opt/google/earth/pro/product_logo_256.png
+%%LINUXBASE%%/opt/google/earth/pro/product_logo_32.png
+%%LINUXBASE%%/opt/google/earth/pro/product_logo_32.xpm
+%%LINUXBASE%%/opt/google/earth/pro/product_logo_48.png
+%%LINUXBASE%%/opt/google/earth/pro/product_logo_64.png
+%%LINUXBASE%%/opt/google/earth/pro/qt.conf
+%%LINUXBASE%%/opt/google/earth/pro/repair_tool
+%%LINUXBASE%%/opt/google/earth/pro/resources/application.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/balloons.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/cursor_crosshair_inverse.png
+%%LINUXBASE%%/opt/google/earth/pro/resources/cursor_crosshair_thick.png
+%%LINUXBASE%%/opt/google/earth/pro/resources/default_myplaces.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/doppler.txt
+%%LINUXBASE%%/opt/google/earth/pro/resources/effects.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/aircraft/f16.acf
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/aircraft/sr22.acf
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/generic.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/genius_maxfighter_f16u.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/logitech_attack3.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/logitech_extreme_3d.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/logitech_force_3d.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/logitech_freedom.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/saitek_cyborg_evo.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/saitek_x52.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/speed_link_black_hawk.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/speed_link_black_widow.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/speed_link_cougar_flightstick.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/speed_link_dark_tornado.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller/xbox_360.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/flightsim.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/hud/generic.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/hud/sr22.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/keyboard/generic.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/keyboard/sr22.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/planet/earth.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/CH
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/GL27
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/IGNF
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ITRF2000
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ITRF2008
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ITRF2014
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/bag_template.xml
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/compdcs.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/coordinate_axis.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/cubewerx_extra.wkt
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/datum_shift.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/default.rsc
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ecw_cs.wkt
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/eedaconf.json
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ellipsoid.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/epsg
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/epsg.wkt
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/esri
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/esri.extra
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/esri_StatePlane_extra.wkt
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/esri_Wisconsin_extra.wkt
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/esri_epsg.wkt
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/esri_extra.wkt
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/gcs.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/gcs.override.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/gdal_datum.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/gdalvrt.xsd
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/geoccs.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/gml_registry.xml
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/gmlasconf.xml
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/gmlasconf.xsd
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/gt_datum.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/gt_ellips.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/header.dxf
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/inspire_cp_BasicPropertyUnit.gfs
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/inspire_cp_CadastralBoundary.gfs
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/inspire_cp_CadastralParcel.gfs
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/inspire_cp_CadastralZoning.gfs
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/nad.lst
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/nad27
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/nad83
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/netcdf_config.xsd
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/nitf_spec.xml
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/nitf_spec.xsd
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/null
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ogrvrt.xsd
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/osmconf.ini
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/other.extra
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ozi_datum.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ozi_ellips.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/pci_datum.txt
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/pci_ellips.txt
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/pcs.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/pcs.override.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/pds4_template.xml
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/plscenesconf.json
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/prime_meridian.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/proj_def.dat
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/projop_wparm.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ruian_vf_ob_v1.gfs
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ruian_vf_st_uvoh_v1.gfs
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ruian_vf_st_v1.gfs
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/ruian_vf_v1.gfs
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/s57agencies.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/s57attributes.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/s57expectedinput.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/s57objectclasses.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/seed_2d.dgn
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/seed_3d.dgn
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/stateplane.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/trailer.dxf
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/unit_of_measure.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/vdv452.xml
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/vdv452.xsd
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/vertcs.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/vertcs.override.csv
+%%LINUXBASE%%/opt/google/earth/pro/resources/gdal/world
+%%LINUXBASE%%/opt/google/earth/pro/resources/leftpanel-common.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/leftpanel-layer.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/licenses.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/localshapes.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/mouse3dgui.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/navcontrols.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/notifications.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/print.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/progress.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/renderui.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/repair_tool.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/search.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/spin_icon.png
+%%LINUXBASE%%/opt/google/earth/pro/resources/startinglocations-nonmac.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/startinglocations.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/statusbar.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/terrainmgr.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/tmcontrols.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/toolbar.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/tourcontrols.rcc
+%%LINUXBASE%%/opt/google/earth/pro/resources/unknown_plugin.png
+%%LINUXBASE%%/opt/google/earth/pro/resources/userpalette.kml
+%%LINUXBASE%%/opt/google/earth/pro/resources/webbrowser.rcc
+%%LINUXBASE%%/opt/google/earth/pro/shaders/atmosphere.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/atmosphere.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/shaders/atmosphere.glsllib
+%%LINUXBASE%%/opt/google/earth/pro/shaders/color.h
+%%LINUXBASE%%/opt/google/earth/pro/shaders/glsles.h
+%%LINUXBASE%%/opt/google/earth/pro/shaders/hammer_aitoff.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/hammer_aitoff.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/shaders/lighting.h
+%%LINUXBASE%%/opt/google/earth/pro/shaders/precipitation_double_cone.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/precipitation_double_cone.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/shaders/speedtree_configuration_glsles.h
+%%LINUXBASE%%/opt/google/earth/pro/shaders/speedtree_utils_glsles.h
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stars.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stars.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbillboard.arbfp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbillboard.arbvp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbillboard.asd
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbillboard.cfg
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbillboard.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbillboard.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbillboard.ps_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbillboard.vs_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbranch.arbfp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbranch.arbvp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbranch.asd
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbranch.cfg
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbranch.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbranch.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbranch.ps_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stbranch.vs_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stcommonobjects.ini
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stfrond.arbfp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stfrond.arbvp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stfrond.asd
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stfrond.cfg
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stfrond.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stfrond.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stfrond.ps_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stfrond.vs_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafcard.arbfp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafcard.arbvp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafcard.asd
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafcard.cfg
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafcard.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafcard.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafcard.ps_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafcard.vs_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafmesh.arbfp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafmesh.arbvp1
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafmesh.asd
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafmesh.cfg
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafmesh.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafmesh.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafmesh.ps_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/stleafmesh.vs_2_0
+%%LINUXBASE%%/opt/google/earth/pro/shaders/viewshed.h
+%%LINUXBASE%%/opt/google/earth/pro/shaders/water.glsllib
+%%LINUXBASE%%/opt/google/earth/pro/shaders/watersurface.glslesf
+%%LINUXBASE%%/opt/google/earth/pro/shaders/watersurface.glslesv
+%%LINUXBASE%%/opt/google/earth/pro/xdg-mime
+%%LINUXBASE%%/opt/google/earth/pro/xdg-settings
+bin/google-earth-pro
+share/applications/google-earth-pro.desktop
+share/icons/hicolor/128x128/apps/google-earth-pro.png
+share/icons/hicolor/16x16/apps/google-earth-pro.png
+share/icons/hicolor/22x22/apps/google-earth-pro.png
+share/icons/hicolor/24x24/apps/google-earth-pro.png
+share/icons/hicolor/256x256/apps/google-earth-pro.png
+share/icons/hicolor/32x32/apps/google-earth-pro.png
+share/icons/hicolor/48x48/apps/google-earth-pro.png
+share/icons/hicolor/64x64/apps/google-earth-pro.png
+@dir %%LINUXBASE%%/opt/google/earth/pro/lang
+@dir %%LINUXBASE%%/opt/google/earth/pro/plugins/audio
+@dir %%LINUXBASE%%/opt/google/earth/pro/plugins/bearer
+@dir %%LINUXBASE%%/opt/google/earth/pro/plugins/imageformats
+@dir %%LINUXBASE%%/opt/google/earth/pro/plugins/platforms
+@dir %%LINUXBASE%%/opt/google/earth/pro/plugins/printsupport
+@dir %%LINUXBASE%%/opt/google/earth/pro/plugins
+@dir %%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/aircraft
+@dir %%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/controller
+@dir %%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/hud
+@dir %%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/keyboard
+@dir %%LINUXBASE%%/opt/google/earth/pro/resources/flightsim/planet
+@dir %%LINUXBASE%%/opt/google/earth/pro/resources/flightsim
+@dir %%LINUXBASE%%/opt/google/earth/pro/resources/gdal
+@dir %%LINUXBASE%%/opt/google/earth/pro/resources
+@dir %%LINUXBASE%%/opt/google/earth/pro/shaders
+@dir %%LINUXBASE%%/opt/google/earth/pro
+@dir %%LINUXBASE%%/opt/google/earth
+@dir %%LINUXBASE%%/opt/google
+@dir %%LINUXBASE%%/opt
+@dir %%LINUXBASE%%
+@dir /compat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407081038.468AcZap005230>