git: 1b31db4b2536 - main - graphics/osgearth: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 31 Dec 2025 12:13:04 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1b31db4b2536435de2aba255b0fbae0932a02d62

commit 1b31db4b2536435de2aba255b0fbae0932a02d62
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-12-31 12:12:48 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-12-31 12:12:57 +0000

    graphics/osgearth: Remove expired port
    
    2025-12-31 graphics/osgearth: fails to build
---
 MOVED                                              |   1 +
 graphics/Makefile                                  |   1 -
 graphics/osgearth/Makefile                         |  61 ---
 graphics/osgearth/distinfo                         |   9 -
 graphics/osgearth/files/extra-patch-no-ia32-sse    |  23 --
 graphics/osgearth/files/patch-CMakeLists.txt       |  13 -
 .../patch-cmake_install-package-config-files.cmake |  11 -
 graphics/osgearth/files/patch-cmake_oe__unix.cmake |  13 -
 graphics/osgearth/files/patch-protobuf             |  11 -
 graphics/osgearth/files/patch-src_osgEarth_Endian  |  16 -
 .../osgearth/files/patch-src_osgEarth_catch.hpp    |  11 -
 graphics/osgearth/pkg-descr                        |   4 -
 graphics/osgearth/pkg-plist                        | 425 ---------------------
 13 files changed, 1 insertion(+), 598 deletions(-)

diff --git a/MOVED b/MOVED
index 2ee0210e27d4..f7a5a6c797ab 100644
--- a/MOVED
+++ b/MOVED
@@ -4981,3 +4981,4 @@ www/unitc||2025-12-31|Removed, part of expired www/unit
 www/unit||2025-12-31|Has expired: Upstream repo archived on Oct 8 2025
 archivers/py-borgbackup12|archivers/py-borgbackup|2025-12-31|Has expired: Likely the final 1.2.x release, please migrate to using 1.4.x (it is quite similar)
 devel/fastcrc||2025-12-31|Has expired: dead upstream
+graphics/osgearth||2025-12-31|Has expired: fails to build
diff --git a/graphics/Makefile b/graphics/Makefile
index 6a6e7dbc1c32..b1a658a27a3f 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -685,7 +685,6 @@
     SUBDIR += optar
     SUBDIR += optipng
     SUBDIR += osg
-    SUBDIR += osgearth
     SUBDIR += ospray
     SUBDIR += ospray-studio
     SUBDIR += ossim
diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile
deleted file mode 100644
index 95e8b341d493..000000000000
--- a/graphics/osgearth/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-PORTNAME=	osgearth
-PORTVERSION=	3.6.1
-DISTVERSIONPREFIX=	${PORTNAME}-
-PORTREVISION=	8
-CATEGORIES=	graphics geography
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	C++ terrain rendering toolkit for OpenSceneGraph
-WWW=		http://osgearth.org/
-
-LICENSE=	LGPL3
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
-
-BROKEN=		Fails to build, error: cannot assign to non-static data member 'length' with const-qualified type 'const SizeType'
-EXPIRATION_DATE=2025-12-31
-
-LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libgdal.so:graphics/gdal \
-		libgeos_c.so:graphics/geos \
-		libosg.so:graphics/osg \
-		libprotobuf.so:devel/protobuf \
-		libwebp.so:graphics/webp
-
-USES=		cmake compiler:c++17-lang gl pkgconfig sqlite
-USE_CXXSTD=	c++17
-USE_GITHUB=	yes
-GH_ACCOUNT=	gwaldron ocornut:imgui Esri:lerc Tencent:rapidjson
-GH_PROJECT=	imgui:imgui lerc:lerc rapidjson:rapidjson
-GH_TAGNAME=	cab7edd:imgui 19542a0:lerc f54b0e4:rapidjson
-USE_GL=		gl
-USE_LDCONFIG=	yes
-
-CMAKE_ARGS+=	-DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \
-		-DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib \
-		-DLIB_POSTFIX:STRING=""
-
-LDFLAGS+=	-Wl,--as-needed
-
-PLIST_SUB=	PORTVERSION=${PORTVERSION}
-
-OPTIONS_DEFINE=		SPDLOG
-OPTIONS_DEFAULT=	SPDLOG
-SPDLOG_DESC=		Logging support via devel/spdlog
-
-SPDLOG_LIB_DEPENDS=	libspdlog.so:devel/spdlog
-
-post-extract:
-.for sm in imgui lerc rapidjson
-	@${MV} ${WRKSRC_${sm}}/* ${WRKSRC}/src/third_party/${sm}/
-.endfor
-
-post-patch-SPDLOG-off:
-	@${REINPLACE_CMD} '/find_package(spdlog)/d' ${WRKSRC}/CMakeLists.txt
-
-.include <bsd.port.options.mk>
-
-.if ${ARCH} != amd64
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-no-ia32-sse
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/osgearth/distinfo b/graphics/osgearth/distinfo
deleted file mode 100644
index 3dcacd9a3310..000000000000
--- a/graphics/osgearth/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-TIMESTAMP = 1724998365
-SHA256 (gwaldron-osgearth-osgearth-3.6.1_GH0.tar.gz) = 38069c30520331b476c9cd3833e0471c3fc96e12e327404aa0ad13fc2c58c9fe
-SIZE (gwaldron-osgearth-osgearth-3.6.1_GH0.tar.gz) = 119666978
-SHA256 (ocornut-imgui-cab7edd_GH0.tar.gz) = aab343459ef16baab1ace818296220ff11c5c0140dca832bef82c646adb9f3b2
-SIZE (ocornut-imgui-cab7edd_GH0.tar.gz) = 1806446
-SHA256 (Esri-lerc-19542a0_GH0.tar.gz) = 5d48ae91b45343c68da336ef6996af3b9495452970185244e21253f4c711e529
-SIZE (Esri-lerc-19542a0_GH0.tar.gz) = 4247805
-SHA256 (Tencent-rapidjson-f54b0e4_GH0.tar.gz) = 35c330d40ed9def99e8dea8f3b0e4fda7610b813b6f4aac9a70ffefcb9ab1f1e
-SIZE (Tencent-rapidjson-f54b0e4_GH0.tar.gz) = 1019457
diff --git a/graphics/osgearth/files/extra-patch-no-ia32-sse b/graphics/osgearth/files/extra-patch-no-ia32-sse
deleted file mode 100644
index 9fc54fdcac0b..000000000000
--- a/graphics/osgearth/files/extra-patch-no-ia32-sse
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/osgEarthDrivers/fastdxt/CMakeLists.txt.orig	2024-08-31 11:55:43 UTC
-+++ src/osgEarthDrivers/fastdxt/CMakeLists.txt
-@@ -11,8 +11,7 @@ if(OSGEARTH_ENABLE_FASTDXT)
-             FastDXTImageProcessor.cpp
-             dxt.cpp
-             util.cpp
--            libdxt.cpp
--            intrinsic.cpp )
-+            libdxt.cpp )
- 
- ENDIF()
- 
---- src/osgEarthDrivers/fastdxt/dxt.cpp.orig	2024-08-31 11:55:04 UTC
-+++ src/osgEarthDrivers/fastdxt/dxt.cpp
-@@ -6,7 +6,7 @@
- #include "dxt.h"
- #include "util.h"
- 
--#define DXT_INTR 1
-+#define DXT_INTR 0
- 
- void ExtractBlock( const byte *inPtr, int width, byte *colorBlock );
- void ExtractBlock_Intrinsics( const byte *inPtr, int width, byte *colorBlock );
diff --git a/graphics/osgearth/files/patch-CMakeLists.txt b/graphics/osgearth/files/patch-CMakeLists.txt
deleted file mode 100644
index ebd04a0b9d90..000000000000
--- a/graphics/osgearth/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
---- CMakeLists.txt.orig	2024-08-30 10:19:42 UTC
-+++ CMakeLists.txt
-@@ -26,8 +26,8 @@ set(OSGEARTH_SOVERSION 158)
- # Increment this each time the ABI changes
- set(OSGEARTH_SOVERSION 158)
- 
--# Require C++14
--set(CMAKE_CXX_STANDARD 14)
-+# Require C++17
-+set(CMAKE_CXX_STANDARD 17)
- set(CMAKE_CXX_STANDARD_REQUIRED ON)
- 
- # Detect out-of-source build. We'll need this for protobuf generated files.
diff --git a/graphics/osgearth/files/patch-cmake_install-package-config-files.cmake b/graphics/osgearth/files/patch-cmake_install-package-config-files.cmake
deleted file mode 100644
index f9be9fbeaffc..000000000000
--- a/graphics/osgearth/files/patch-cmake_install-package-config-files.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/install-package-config-files.cmake.orig	2024-08-30 10:43:51 UTC
-+++ cmake/install-package-config-files.cmake
-@@ -2,7 +2,7 @@ function(osgearth_install_package_config_files TARGET 
- 
-     include(CMakePackageConfigHelpers)
- 
--    set(PACKAGE_INSTALL_DIR share/osgearth)
-+    set(PACKAGE_INSTALL_DIR share/cmake/Modules/osgEarth)
-     #set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_INCLUDEDIR})
-     #set(LIBRARY_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR})
- 
diff --git a/graphics/osgearth/files/patch-cmake_oe__unix.cmake b/graphics/osgearth/files/patch-cmake_oe__unix.cmake
deleted file mode 100644
index d38f3a3c5c7a..000000000000
--- a/graphics/osgearth/files/patch-cmake_oe__unix.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
---- cmake/oe_unix.cmake.orig	2024-07-24 17:28:38 UTC
-+++ cmake/oe_unix.cmake
-@@ -12,8 +12,7 @@ if(UNIX AND NOT ANDROID)
-     # for ptheads in linux
-     find_package(Threads REQUIRED)
-     
--    # add 64 to the lib prefix.
--    set(INSTALL_LIBRARY_FOLDER "lib64")
--    set(INSTALL_PLUGINS_FOLDER "lib64")
-+    set(INSTALL_LIBRARY_FOLDER "lib")
-+    set(INSTALL_PLUGINS_FOLDER "lib")
-     
- endif(UNIX AND NOT ANDROID)
diff --git a/graphics/osgearth/files/patch-protobuf b/graphics/osgearth/files/patch-protobuf
deleted file mode 100644
index 7a745293db8e..000000000000
--- a/graphics/osgearth/files/patch-protobuf
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/osgEarthDrivers/fastdxt/intrinsic.cpp.orig	2023-05-16 14:53:59 UTC
-+++ src/osgEarthDrivers/fastdxt/intrinsic.cpp
-@@ -45,7 +45,7 @@
- void ExtractBlock_Intrinsics( const byte *inPtr, int width, byte *colorBlock ) 
- {
-         __m128i t0, t1, t2, t3;
--	register int w = width << 2;  // width*4
-+	int w = width << 2;  // width*4
- 
-         t0 = _mm_load_si128 ( (__m128i*) inPtr );
-         _mm_store_si128 ( (__m128i*) &colorBlock[0], t0 );   // copy first row, 16bytes
diff --git a/graphics/osgearth/files/patch-src_osgEarth_Endian b/graphics/osgearth/files/patch-src_osgEarth_Endian
deleted file mode 100644
index 995db50fae76..000000000000
--- a/graphics/osgearth/files/patch-src_osgEarth_Endian
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/osgEarth/Endian.orig	2018-02-08 18:33:50 UTC
-+++ src/osgEarth/Endian
-@@ -62,11 +62,11 @@
- #	define __LITTLE_ENDIAN LITTLE_ENDIAN
- #	define __PDP_ENDIAN    PDP_ENDIAN
- 
--#elif defined(__OpenBSD__)
-+#elif defined(__OpenBSD__) || defined(__FreeBSD__)
- 
- #	include <sys/endian.h>
- 
--#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
-+#elif defined(__NetBSD__) || defined(__DragonFly__)
- 
- #	include <sys/endian.h>
- 
diff --git a/graphics/osgearth/files/patch-src_osgEarth_catch.hpp b/graphics/osgearth/files/patch-src_osgEarth_catch.hpp
deleted file mode 100644
index f92d1840daa7..000000000000
--- a/graphics/osgearth/files/patch-src_osgEarth_catch.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/osgEarth/catch.hpp.orig	2023-07-17 06:00:01 UTC
-+++ src/osgEarth/catch.hpp
-@@ -6523,7 +6523,7 @@ namespace Catch {
- namespace Catch {
- 
-     struct RandomNumberGenerator {
--        typedef std::ptrdiff_t result_type;
-+        typedef std::size_t result_type;
- 
-         result_type operator()( result_type n ) const { return std::rand() % n; }
- 
diff --git a/graphics/osgearth/pkg-descr b/graphics/osgearth/pkg-descr
deleted file mode 100644
index e6515905253f..000000000000
--- a/graphics/osgearth/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-osgEarth is a C++ terrain rendering SDK. Just create a simple XML file, point
-it at your imagery, elevation, and vector data, load it into your favorite
-OpenSceneGraph application, and go! osgEarth supports all kinds of data and
-comes with lots of examples to help you get up and running quickly and easily.
diff --git a/graphics/osgearth/pkg-plist b/graphics/osgearth/pkg-plist
deleted file mode 100644
index a807d8eafca3..000000000000
--- a/graphics/osgearth/pkg-plist
+++ /dev/null
@@ -1,425 +0,0 @@
-bin/osgearth_3pv
-bin/osgearth_annotation
-bin/osgearth_atlas
-bin/osgearth_bakefeaturetiles
-bin/osgearth_boundarygen
-bin/osgearth_clamp
-bin/osgearth_conv
-bin/osgearth_featurefilter
-bin/osgearth_features
-bin/osgearth_heatmap
-bin/osgearth_infinitescroll
-bin/osgearth_los
-bin/osgearth_map
-bin/osgearth_minimap
-bin/osgearth_mrt
-bin/osgearth_occlusionculling
-bin/osgearth_simple
-bin/osgearth_skyview
-bin/osgearth_terrainprofile
-bin/osgearth_tfs
-bin/osgearth_version
-bin/osgearth_video
-bin/osgearth_viewer
-include/osgEarth/AGG.h
-include/osgEarth/AltitudeFilter
-include/osgEarth/AltitudeSymbol
-include/osgEarth/AnnotationData
-include/osgEarth/AnnotationLayer
-include/osgEarth/AnnotationNode
-include/osgEarth/AnnotationRegistry
-include/osgEarth/AnnotationSettings
-include/osgEarth/AnnotationUtils
-include/osgEarth/ArcGISServer
-include/osgEarth/ArcGISTilePackage
-include/osgEarth/AtlasBuilder
-include/osgEarth/AttributesFilter
-include/osgEarth/AutoClipPlaneHandler
-include/osgEarth/AutoScaleCallback
-include/osgEarth/BBoxSymbol
-include/osgEarth/BboxDrawable
-include/osgEarth/BillboardResource
-include/osgEarth/BillboardSymbol
-include/osgEarth/Bing
-include/osgEarth/Bounds
-include/osgEarth/BufferFilter
-include/osgEarth/BuildConfig
-include/osgEarth/BuildGeometryFilter
-include/osgEarth/BuildTextFilter
-include/osgEarth/Cache
-include/osgEarth/CacheBin
-include/osgEarth/CachePolicy
-include/osgEarth/CacheSeed
-include/osgEarth/Callbacks
-include/osgEarth/Callouts
-include/osgEarth/CameraUtils
-include/osgEarth/Capabilities
-include/osgEarth/CascadeDrapingDecorator
-include/osgEarth/CentroidFilter
-include/osgEarth/CesiumIon
-include/osgEarth/Chonk
-include/osgEarth/CircleNode
-include/osgEarth/ClampCallback
-include/osgEarth/ClampableNode
-include/osgEarth/Clamping
-include/osgEarth/ClampingTechnique
-include/osgEarth/ClipSpace
-include/osgEarth/ClusterNode
-include/osgEarth/Color
-include/osgEarth/ColorFilter
-include/osgEarth/Common
-include/osgEarth/Composite
-include/osgEarth/CompositeTiledModelLayer
-include/osgEarth/CompressedArray
-include/osgEarth/Config
-include/osgEarth/Containers
-include/osgEarth/ContourMap
-include/osgEarth/Controls
-include/osgEarth/ConvertTypeFilter
-include/osgEarth/Coverage
-include/osgEarth/CoverageLayer
-include/osgEarth/CoverageSymbol
-include/osgEarth/CropFilter
-include/osgEarth/CssUtils
-include/osgEarth/Cube
-include/osgEarth/CullingUtils
-include/osgEarth/DateTime
-include/osgEarth/DateTimeRange
-include/osgEarth/DebugImageLayer
-include/osgEarth/DecalLayer
-include/osgEarth/DepthOffset
-include/osgEarth/Draggers
-include/osgEarth/DrapeableNode
-include/osgEarth/DrapingCullSet
-include/osgEarth/DrapingTechnique
-include/osgEarth/DrawInstanced
-include/osgEarth/ECEF
-include/osgEarth/EarthManipulator
-include/osgEarth/Elevation
-include/osgEarth/ElevationLOD
-include/osgEarth/ElevationLayer
-include/osgEarth/ElevationPool
-include/osgEarth/ElevationQuery
-include/osgEarth/ElevationRanges
-include/osgEarth/EllipseNode
-include/osgEarth/Ellipsoid
-include/osgEarth/Endian
-include/osgEarth/Ephemeris
-include/osgEarth/ExampleResources
-include/osgEarth/Export
-include/osgEarth/Expression
-include/osgEarth/Extension
-include/osgEarth/ExtrudeGeometryFilter
-include/osgEarth/ExtrusionSymbol
-include/osgEarth/FadeEffect
-include/osgEarth/Feature
-include/osgEarth/FeatureCursor
-include/osgEarth/FeatureDisplayLayout
-include/osgEarth/FeatureElevationLayer
-include/osgEarth/FeatureImageLayer
-include/osgEarth/FeatureIndex
-include/osgEarth/FeatureModelGraph
-include/osgEarth/FeatureModelLayer
-include/osgEarth/FeatureModelSource
-include/osgEarth/FeatureNode
-include/osgEarth/FeatureRasterizer
-include/osgEarth/FeatureSDFLayer
-include/osgEarth/FeatureSource
-include/osgEarth/FeatureSourceIndexNode
-include/osgEarth/FileUtils
-include/osgEarth/Fill
-include/osgEarth/Filter
-include/osgEarth/FilterContext
-include/osgEarth/FilteredFeatureSource
-include/osgEarth/FlatteningLayer
-include/osgEarth/Formatter
-include/osgEarth/FractalElevationLayer
-include/osgEarth/FrameClock
-include/osgEarth/GARSGraticule
-include/osgEarth/GDAL
-include/osgEarth/GDALDEM
-include/osgEarth/GEOS
-include/osgEarth/GLSLChunker
-include/osgEarth/GLUtils
-include/osgEarth/GeoCommon
-include/osgEarth/GeoData
-include/osgEarth/GeoMath
-include/osgEarth/GeoPositionNode
-include/osgEarth/GeoPositionNodeAutoScaler
-include/osgEarth/GeoTransform
-include/osgEarth/GeodeticGraticule
-include/osgEarth/GeodeticLabelingEngine
-include/osgEarth/Geoid
-include/osgEarth/Geometry
-include/osgEarth/GeometryClamper
-include/osgEarth/GeometryCloud
-include/osgEarth/GeometryCompiler
-include/osgEarth/GeometryFactory
-include/osgEarth/GeometryRasterizer
-include/osgEarth/GeometryUtils
-include/osgEarth/GraticuleLabelingEngine
-include/osgEarth/HTM
-include/osgEarth/HTTPClient
-include/osgEarth/HeightFieldUtils
-include/osgEarth/Horizon
-include/osgEarth/HorizonClipPlane
-include/osgEarth/IOTypes
-include/osgEarth/IconResource
-include/osgEarth/IconSymbol
-include/osgEarth/ImageLayer
-include/osgEarth/ImageMosaic
-include/osgEarth/ImageOverlay
-include/osgEarth/ImageOverlayEditor
-include/osgEarth/ImageToFeatureLayer
-include/osgEarth/ImageToHeightFieldConverter
-include/osgEarth/ImageUtils
-include/osgEarth/InstanceBuilder
-include/osgEarth/InstanceCloud
-include/osgEarth/InstanceResource
-include/osgEarth/InstanceSymbol
-include/osgEarth/IntersectionPicker
-include/osgEarth/JoinPointsLinesFilter
-include/osgEarth/JsonUtils
-include/osgEarth/LODGenerator
-include/osgEarth/LabelNode
-include/osgEarth/LandCover
-include/osgEarth/LandCoverLayer
-include/osgEarth/LatLongFormatter
-include/osgEarth/Layer
-include/osgEarth/LayerReference
-include/osgEarth/LayerShader
-include/osgEarth/Lighting
-include/osgEarth/LineDrawable
-include/osgEarth/LineFunctor
-include/osgEarth/LineOfSight
-include/osgEarth/LineSymbol
-include/osgEarth/LinearLineOfSight
-include/osgEarth/LoadableNode
-include/osgEarth/LocalGeometryNode
-include/osgEarth/LocalTangentPlane
-include/osgEarth/Locators
-include/osgEarth/LogarithmicDepthBuffer
-include/osgEarth/MBTiles
-include/osgEarth/MGRSFormatter
-include/osgEarth/MGRSGraticule
-include/osgEarth/MVT
-include/osgEarth/Map
-include/osgEarth/MapboxGLGlyphManager
-include/osgEarth/MapCallback
-include/osgEarth/MapModelChange
-include/osgEarth/MapNode
-include/osgEarth/MapNodeObserver
-include/osgEarth/MapboxGLImageLayer
-include/osgEarth/MaterialLoader
-include/osgEarth/Math
-include/osgEarth/MeasureTool
-include/osgEarth/MemCache
-include/osgEarth/MemoryUtils
-include/osgEarth/MeshConsolidator
-include/osgEarth/MeshFlattener
-include/osgEarth/MeshSubdivider
-include/osgEarth/MetaTile
-include/osgEarth/MetadataNode
-include/osgEarth/Metrics
-include/osgEarth/ModelLayer
-include/osgEarth/ModelNode
-include/osgEarth/ModelResource
-include/osgEarth/ModelSource
-include/osgEarth/ModelSymbol
-include/osgEarth/NativeProgramAdapter
-include/osgEarth/NetworkMonitor
-include/osgEarth/NodeUtils
-include/osgEarth/NoiseTextureFactory
-include/osgEarth/Notify
-include/osgEarth/OGRFeatureSource
-include/osgEarth/ObjectIDPicker
-include/osgEarth/ObjectIndex
-include/osgEarth/OgrUtils
-include/osgEarth/OverlayDecorator
-include/osgEarth/PBRMaterial
-include/osgEarth/PagedNode
-include/osgEarth/PatchLayer
-include/osgEarth/PhongLightingEffect
-include/osgEarth/Picker
-include/osgEarth/PlaceNode
-include/osgEarth/PluginLoader
-include/osgEarth/PointDrawable
-include/osgEarth/PointSymbol
-include/osgEarth/PolygonSymbol
-include/osgEarth/PolygonizeLines
-include/osgEarth/PowerlineLayer
-include/osgEarth/PrimitiveIntersector
-include/osgEarth/Profile
-include/osgEarth/Progress
-include/osgEarth/Query
-include/osgEarth/RTTPicker
-include/osgEarth/RadialLineOfSight
-include/osgEarth/Random
-include/osgEarth/RectangleNode
-include/osgEarth/RefinePolicy
-include/osgEarth/Registry
-include/osgEarth/RenderSymbol
-include/osgEarth/ResampleFilter
-include/osgEarth/Resource
-include/osgEarth/ResourceCache
-include/osgEarth/ResourceLibrary
-include/osgEarth/Revisioning
-include/osgEarth/SDF
-include/osgEarth/ScaleFilter
-include/osgEarth/ScatterFilter
-include/osgEarth/SceneGraphCallback
-include/osgEarth/ScreenSpaceLayout
-include/osgEarth/ScreenSpaceLayoutCallout
-include/osgEarth/ScreenSpaceLayoutDeclutter
-include/osgEarth/ScreenSpaceLayoutImpl
-include/osgEarth/Script
-include/osgEarth/ScriptEngine
-include/osgEarth/ScriptFilter
-include/osgEarth/SelectExtentTool
-include/osgEarth/Session
-include/osgEarth/ShaderFactory
-include/osgEarth/ShaderGenerator
-include/osgEarth/ShaderLayer
-include/osgEarth/ShaderLoader
-include/osgEarth/ShaderMerger
-include/osgEarth/ShaderUtils
-include/osgEarth/Shaders
-include/osgEarth/Shadowing
-include/osgEarth/SimpleOceanLayer
-include/osgEarth/SimplePager
-include/osgEarth/SimplexNoise
-include/osgEarth/SimplifyFilter
-include/osgEarth/Skins
-include/osgEarth/Sky
-include/osgEarth/SkyView
-include/osgEarth/SpatialReference
-include/osgEarth/StarData
-include/osgEarth/StateSetCache
-include/osgEarth/StateTransition
-include/osgEarth/Status
-include/osgEarth/StringUtils
-include/osgEarth/Stroke
-include/osgEarth/Style
-include/osgEarth/StyleSelector
-include/osgEarth/StyleSheet
-include/osgEarth/SubstituteModelFilter
-include/osgEarth/Symbol
-include/osgEarth/TDTiles
-include/osgEarth/TFS
-include/osgEarth/TFSPackager
-include/osgEarth/TMS
-include/osgEarth/TMSBackFiller
-include/osgEarth/Tags
-include/osgEarth/Terrain
-include/osgEarth/TerrainConstraintLayer
-include/osgEarth/TerrainEffect
-include/osgEarth/TerrainEngineNode
-include/osgEarth/TerrainEngineRequirements
-include/osgEarth/TerrainLayer
-include/osgEarth/TerrainMeshLayer
-include/osgEarth/TerrainOptions
-include/osgEarth/TerrainProfile
-include/osgEarth/TerrainResources
-include/osgEarth/TerrainTileModel
-include/osgEarth/TerrainTileModelFactory
-include/osgEarth/TerrainTileNode
-include/osgEarth/TessellateOperator
-include/osgEarth/Tessellator
-include/osgEarth/Text
-include/osgEarth/TextSymbol
-include/osgEarth/TextSymbolizer
-include/osgEarth/TextureArena
-include/osgEarth/TextureBuffer
-include/osgEarth/Threading
-include/osgEarth/ThreeDTilesLayer
-include/osgEarth/TileCache
-include/osgEarth/TileEstimator
-include/osgEarth/TileHandler
-include/osgEarth/TileIndex
-include/osgEarth/TileIndexBuilder
-include/osgEarth/TileKey
-include/osgEarth/TileLayer
-include/osgEarth/TileMesher
-include/osgEarth/TileRasterizer
-include/osgEarth/TileSource
-include/osgEarth/TileSourceElevationLayer
-include/osgEarth/TileSourceImageLayer
-include/osgEarth/TileVisitor
-include/osgEarth/TiledFeatureModelLayer
-include/osgEarth/TiledModelLayer
-include/osgEarth/TimeControl
-include/osgEarth/TimeSeriesImage
-include/osgEarth/TopologyGraph
-include/osgEarth/TrackNode
-include/osgEarth/TransformFilter
-include/osgEarth/URI
-include/osgEarth/UTMGraticule
-include/osgEarth/UTMLabelingEngine
-include/osgEarth/Units
-include/osgEarth/Utils
-include/osgEarth/Version
-include/osgEarth/VerticalDatum
-include/osgEarth/VideoLayer
-include/osgEarth/ViewFitter
-include/osgEarth/Viewpoint
-include/osgEarth/VirtualProgram
-include/osgEarth/VisibleLayer
-include/osgEarth/WFS
-include/osgEarth/WMS
-include/osgEarth/WindLayer
-include/osgEarth/WireLines
-include/osgEarth/XYZ
-include/osgEarth/XYZFeatureSource
-include/osgEarth/XYZModelLayer
-include/osgEarth/XmlUtils
-include/osgEarth/glyphs.pb.h
-include/osgEarth/optional
-include/osgEarth/rtree.h
-include/osgEarth/tinystr.h
-include/osgEarth/tinyxml.h
-include/osgEarth/vector_tile.pb.h
-include/osgEarth/weejobs.h
-include/osgEarth/weemesh.h
-include/osgEarthDrivers/bumpmap/BumpMapOptions
-include/osgEarthDrivers/cache_filesystem/FileSystemCache
-include/osgEarthDrivers/colorramp/ColorRampOptions
-include/osgEarthDrivers/detail/DetailExtension
-include/osgEarthDrivers/detail/DetailOptions
-include/osgEarthDrivers/detail/DetailTerrainEffect
-include/osgEarthDrivers/featurefilter_intersect/IntersectFeatureFilterOptions
-include/osgEarthDrivers/featurefilter_join/JoinFeatureFilterOptions
-include/osgEarthDrivers/kml/KML
-include/osgEarthDrivers/kml/KMLOptions
-include/osgEarthDrivers/sky_gl/GLSkyOptions
-include/osgEarthDrivers/sky_simple/SimpleSkyOptions
-include/osgEarthDrivers/terrainshader/TerrainShaderExtension
-include/osgEarthDrivers/terrainshader/TerrainShaderOptions
-include/osgEarthDrivers/viewpoints/ViewpointsExtension
-lib/libosgEarth.so
-lib/libosgEarth.so.158
-lib/libosgEarth.so.%%PORTVERSION%%
-lib/osgPlugins-3.6.5/osgdb_earth.so
-lib/osgPlugins-3.6.5/osgdb_fastdxt.so
-lib/osgPlugins-3.6.5/osgdb_gltf.so
-lib/osgPlugins-3.6.5/osgdb_kml.so
-lib/osgPlugins-3.6.5/osgdb_lerc.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_bumpmap.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_cache_filesystem.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_colorramp.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_detail.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_engine_rex.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_featurefilter_intersect.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_featurefilter_join.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_scriptengine_javascript.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_sky_gl.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_sky_simple.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_terrainshader.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_vdatum_egm2008.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_vdatum_egm84.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_vdatum_egm96.so
-lib/osgPlugins-3.6.5/osgdb_osgearth_viewpoints.so
-lib/osgPlugins-3.6.5/osgdb_template.so
-share/cmake/Modules/osgEarth/osgEarth-config.cmake
-share/cmake/Modules/osgEarth/osgEarth-configVersion.cmake
-share/cmake/Modules/osgEarth/osgEarth-targets-%%CMAKE_BUILD_TYPE%%.cmake
-share/cmake/Modules/osgEarth/osgEarth-targets.cmake