Sat Sep 18 09:01:01 2021 UTC ()
simgear, flightgear: 2020.3.11

Changes:
    Fix a crash introduced in 2020.3.10
    Improve error message when no aircraft search paths are available
    Fix a crash with misconfigured traffic taxi routes
    Update AI traffic schedules


(nia)
diff -r1.127 -r1.128 pkgsrc/games/flightgear/Makefile
diff -r1.14 -r1.15 pkgsrc/games/flightgear/distinfo
diff -r1.124 -r1.125 pkgsrc/games/simgear/Makefile
diff -r1.10 -r1.11 pkgsrc/games/simgear/PLIST
diff -r1.12 -r1.13 pkgsrc/games/simgear/distinfo

cvs diff -r1.127 -r1.128 pkgsrc/games/flightgear/Makefile (switch to unified diff)

--- pkgsrc/games/flightgear/Makefile 2021/08/15 14:23:59 1.127
+++ pkgsrc/games/flightgear/Makefile 2021/09/18 09:01:01 1.128
@@ -1,48 +1,47 @@ @@ -1,48 +1,47 @@
1# $NetBSD: Makefile,v 1.127 2021/08/15 14:23:59 wiz Exp $ 1# $NetBSD: Makefile,v 1.128 2021/09/18 09:01:01 nia Exp $
2 2
3DISTNAME= flightgear-2020.3.6 3DISTNAME= flightgear-2020.3.11
4PKGREVISION= 9 
5CATEGORIES= games 4CATEGORIES= games
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.flightgear.org/ 9HOMEPAGE= https://www.flightgear.org/
11COMMENT= The FlightGear Simulator 10COMMENT= The FlightGear Simulator
12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
13 12
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_CMAKE= yes 14USE_CMAKE= yes
16LDFLAGS.NetBSD+= -lexecinfo 15LDFLAGS.NetBSD+= -lexecinfo
17 16
18CONFIGURE_DIRS= fgbuild 17CONFIGURE_DIRS= fgbuild
19BUILD_DIRS= fgbuild 18BUILD_DIRS= fgbuild
20CMAKE_ARG_PATH= .. 19CMAKE_ARG_PATH= ..
21 20
22CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release 21CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
23CMAKE_ARGS+= -DFG_BUILD_TYPE=Release 22CMAKE_ARGS+= -DFG_BUILD_TYPE=Release
24 23
25# The cmake script warns against building in the source directory. 24# The cmake script warns against building in the source directory.
26pre-configure: 25pre-configure:
27 cd ${WRKSRC} && ${MKDIR} fgbuild 26 cd ${WRKSRC} && ${MKDIR} fgbuild
28 27
29.include "../../audio/openal-soft/buildlink3.mk" 28.include "../../audio/openal-soft/buildlink3.mk"
30.include "../../devel/boost-headers/buildlink3.mk" 29.include "../../devel/boost-headers/buildlink3.mk"
31BUILDLINK_API_DEPENDS.libevent+= libevent>=2 30BUILDLINK_API_DEPENDS.libevent+= libevent>=2
32.include "../../devel/libevent/buildlink3.mk" 31.include "../../devel/libevent/buildlink3.mk"
33.include "../../games/plib/buildlink3.mk" 32.include "../../games/plib/buildlink3.mk"
34BUILDLINK_API_DEPENDS.simgear+= simgear>=2019.1.1 33BUILDLINK_API_DEPENDS.simgear+= simgear>=2019.1.1
35.include "../../games/simgear/buildlink3.mk" 34.include "../../games/simgear/buildlink3.mk"
36.include "../../graphics/freeglut/buildlink3.mk" 35.include "../../graphics/freeglut/buildlink3.mk"
37.include "../../graphics/freetype2/buildlink3.mk" 36.include "../../graphics/freetype2/buildlink3.mk"
38.include "../../graphics/glew/buildlink3.mk" 37.include "../../graphics/glew/buildlink3.mk"
39.include "../../graphics/osg/buildlink3.mk" 38.include "../../graphics/osg/buildlink3.mk"
40.include "../../www/curl/buildlink3.mk" 39.include "../../www/curl/buildlink3.mk"
41.include "../../x11/qt5-qtbase/buildlink3.mk" 40.include "../../x11/qt5-qtbase/buildlink3.mk"
42.include "../../x11/qt5-qtquickcontrols2/buildlink3.mk" 41.include "../../x11/qt5-qtquickcontrols2/buildlink3.mk"
43.include "../../x11/qt5-qtsvg/buildlink3.mk" 42.include "../../x11/qt5-qtsvg/buildlink3.mk"
44.include "../../x11/libX11/buildlink3.mk" 43.include "../../x11/libX11/buildlink3.mk"
45.include "../../x11/libXi/buildlink3.mk" 44.include "../../x11/libXi/buildlink3.mk"
46.include "../../x11/libXmu/buildlink3.mk" 45.include "../../x11/libXmu/buildlink3.mk"
47.include "../../mk/pthread.buildlink3.mk" 46.include "../../mk/pthread.buildlink3.mk"
48.include "../../mk/bsd.pkg.mk" 47.include "../../mk/bsd.pkg.mk"

cvs diff -r1.14 -r1.15 pkgsrc/games/flightgear/distinfo (switch to unified diff)

--- pkgsrc/games/flightgear/distinfo 2021/03/01 09:00:33 1.14
+++ pkgsrc/games/flightgear/distinfo 2021/09/18 09:01:01 1.15
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.14 2021/03/01 09:00:33 nia Exp $ 1$NetBSD: distinfo,v 1.15 2021/09/18 09:01:01 nia Exp $
2 2
3SHA1 (flightgear-2020.3.6.tar.bz2) = 3f2b1c6dfeca5c09c33afa1b82064ba3ce0a1c9d 3SHA1 (flightgear-2020.3.11.tar.bz2) = 8c47fca6fb06d3e6d5d53ef1ccd43da447892982
4RMD160 (flightgear-2020.3.6.tar.bz2) = aaa210b7af3f6b7cd1deb45266ff9129a5b723d2 4RMD160 (flightgear-2020.3.11.tar.bz2) = 16613eee42afa4cda5555fcab558a3c757fd9ae5
5SHA512 (flightgear-2020.3.6.tar.bz2) = b0bfa6e02cf5c2e64aea85fb7433e583141471e15a7dff69dbc12c227835c6e52dcf5b2947a30847c2b291442878eee6265217311e441abb32c5f95bbf7df990 5SHA512 (flightgear-2020.3.11.tar.bz2) = 9a7c6f262da8daf3d954df7a2a8a96e555f3212c1d949211d0dbddd08a8f7380fa8f4986d60f48e17db563154d250184ee772b79b10277a2c5819fabec3930ee
6Size (flightgear-2020.3.6.tar.bz2) = 8837251 bytes 6Size (flightgear-2020.3.11.tar.bz2) = 8926212 bytes
7SHA1 (patch-3rdparty_hts__engine__API_lib_HTS__misc.c) = b6deb149e54dc92cb748fd149a806a016ba76a2e 7SHA1 (patch-3rdparty_hts__engine__API_lib_HTS__misc.c) = b6deb149e54dc92cb748fd149a806a016ba76a2e
8SHA1 (patch-3rdparty_iaxclient_lib_libiax2_src_iax.c) = d6ae7b47253c1ba8f79e42cde27189d32e603eea 8SHA1 (patch-3rdparty_iaxclient_lib_libiax2_src_iax.c) = d6ae7b47253c1ba8f79e42cde27189d32e603eea
9SHA1 (patch-3rdparty_joystick_jsNone.cxx) = 4a662c71f97dd2d5093f09d4631d672e5278f082 9SHA1 (patch-3rdparty_joystick_jsNone.cxx) = 4a662c71f97dd2d5093f09d4631d672e5278f082
10SHA1 (patch-src_Input_fgjs.cxx) = e3d986b67142bac8c7084a026a730ebca48b15f5 10SHA1 (patch-src_Input_fgjs.cxx) = e3d986b67142bac8c7084a026a730ebca48b15f5

cvs diff -r1.124 -r1.125 pkgsrc/games/simgear/Makefile (switch to unified diff)

--- pkgsrc/games/simgear/Makefile 2021/08/15 14:23:57 1.124
+++ pkgsrc/games/simgear/Makefile 2021/09/18 09:01:01 1.125
@@ -1,43 +1,42 @@ @@ -1,43 +1,42 @@
1# $NetBSD: Makefile,v 1.124 2021/08/15 14:23:57 wiz Exp $ 1# $NetBSD: Makefile,v 1.125 2021/09/18 09:01:01 nia Exp $
2 2
3DISTNAME= simgear-2020.3.6 3DISTNAME= simgear-2020.3.11
4PKGREVISION= 9 
5CATEGORIES= games devel 4CATEGORIES= games devel
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
7EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.flightgear.org/ 9HOMEPAGE= https://www.flightgear.org/
11COMMENT= Simulator Construction Tools 10COMMENT= Simulator Construction Tools
12LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
13 12
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_CMAKE= yes 14USE_CMAKE= yes
16 15
17CONFIGURE_DIRS= sgbuild 16CONFIGURE_DIRS= sgbuild
18BUILD_DIRS= sgbuild 17BUILD_DIRS= sgbuild
19CMAKE_ARG_PATH= .. 18CMAKE_ARG_PATH= ..
20 19
21CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release 20CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
22CMAKE_ARGS+= -DSIMGEAR_SHARED=ON 21CMAKE_ARGS+= -DSIMGEAR_SHARED=ON
23CMAKE_ARGS+= -DSYSTEM_EXPAT=ON 22CMAKE_ARGS+= -DSYSTEM_EXPAT=ON
24CMAKE_ARGS+= -DSYSTEM_UDNS=ON 23CMAKE_ARGS+= -DSYSTEM_UDNS=ON
25 24
26LDFLAGS.SunOS+= -lsocket -lnsl 25LDFLAGS.SunOS+= -lsocket -lnsl
27 26
28# The cmake script warns against building in the source directory. 27# The cmake script warns against building in the source directory.
29pre-configure: 28pre-configure:
30 cd ${WRKSRC} && ${MKDIR} sgbuild 29 cd ${WRKSRC} && ${MKDIR} sgbuild
31 30
32.include "../../audio/openal-soft/buildlink3.mk" 31.include "../../audio/openal-soft/buildlink3.mk"
33.include "../../devel/boost-headers/buildlink3.mk" 32.include "../../devel/boost-headers/buildlink3.mk"
34.include "../../devel/boost-libs/buildlink3.mk" 33.include "../../devel/boost-libs/buildlink3.mk"
35.include "../../devel/zlib/buildlink3.mk" 34.include "../../devel/zlib/buildlink3.mk"
36.include "../../graphics/MesaLib/buildlink3.mk" 35.include "../../graphics/MesaLib/buildlink3.mk"
37.include "../../graphics/glu/buildlink3.mk" 36.include "../../graphics/glu/buildlink3.mk"
38.include "../../graphics/osg/buildlink3.mk" 37.include "../../graphics/osg/buildlink3.mk"
39.include "../../net/udns/buildlink3.mk" 38.include "../../net/udns/buildlink3.mk"
40.include "../../textproc/expat/buildlink3.mk" 39.include "../../textproc/expat/buildlink3.mk"
41.include "../../www/curl/buildlink3.mk" 40.include "../../www/curl/buildlink3.mk"
42.include "../../mk/pthread.buildlink3.mk" 41.include "../../mk/pthread.buildlink3.mk"
43.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/games/simgear/PLIST (switch to unified diff)

--- pkgsrc/games/simgear/PLIST 2021/02/25 10:22:14 1.10
+++ pkgsrc/games/simgear/PLIST 2021/09/18 09:01:01 1.11
@@ -1,363 +1,364 @@ @@ -1,363 +1,364 @@
1@comment $NetBSD: PLIST,v 1.10 2021/02/25 10:22:14 nia Exp $ 1@comment $NetBSD: PLIST,v 1.11 2021/09/18 09:01:01 nia Exp $
2include/simgear/bucket/newbucket.hxx 2include/simgear/bucket/newbucket.hxx
3include/simgear/bvh/BVHBoundingBoxVisitor.hxx 3include/simgear/bvh/BVHBoundingBoxVisitor.hxx
4include/simgear/bvh/BVHGroup.hxx 4include/simgear/bvh/BVHGroup.hxx
5include/simgear/bvh/BVHLineGeometry.hxx 5include/simgear/bvh/BVHLineGeometry.hxx
6include/simgear/bvh/BVHLineSegmentVisitor.hxx 6include/simgear/bvh/BVHLineSegmentVisitor.hxx
7include/simgear/bvh/BVHMaterial.hxx 7include/simgear/bvh/BVHMaterial.hxx
8include/simgear/bvh/BVHMotionTransform.hxx 8include/simgear/bvh/BVHMotionTransform.hxx
9include/simgear/bvh/BVHNearestPointVisitor.hxx 9include/simgear/bvh/BVHNearestPointVisitor.hxx
10include/simgear/bvh/BVHNode.hxx 10include/simgear/bvh/BVHNode.hxx
11include/simgear/bvh/BVHPageNode.hxx 11include/simgear/bvh/BVHPageNode.hxx
12include/simgear/bvh/BVHPageRequest.hxx 12include/simgear/bvh/BVHPageRequest.hxx
13include/simgear/bvh/BVHPager.hxx 13include/simgear/bvh/BVHPager.hxx
14include/simgear/bvh/BVHStaticBinary.hxx 14include/simgear/bvh/BVHStaticBinary.hxx
15include/simgear/bvh/BVHStaticData.hxx 15include/simgear/bvh/BVHStaticData.hxx
16include/simgear/bvh/BVHStaticGeometry.hxx 16include/simgear/bvh/BVHStaticGeometry.hxx
17include/simgear/bvh/BVHStaticGeometryBuilder.hxx 17include/simgear/bvh/BVHStaticGeometryBuilder.hxx
18include/simgear/bvh/BVHStaticLeaf.hxx 18include/simgear/bvh/BVHStaticLeaf.hxx
19include/simgear/bvh/BVHStaticNode.hxx 19include/simgear/bvh/BVHStaticNode.hxx
20include/simgear/bvh/BVHStaticTriangle.hxx 20include/simgear/bvh/BVHStaticTriangle.hxx
21include/simgear/bvh/BVHSubTreeCollector.hxx 21include/simgear/bvh/BVHSubTreeCollector.hxx
22include/simgear/bvh/BVHTransform.hxx 22include/simgear/bvh/BVHTransform.hxx
23include/simgear/bvh/BVHVisitor.hxx 23include/simgear/bvh/BVHVisitor.hxx
24include/simgear/canvas/Canvas.hxx 24include/simgear/canvas/Canvas.hxx
25include/simgear/canvas/CanvasEvent.hxx 25include/simgear/canvas/CanvasEvent.hxx
26include/simgear/canvas/CanvasEventManager.hxx 26include/simgear/canvas/CanvasEventManager.hxx
27include/simgear/canvas/CanvasEventTypes.hxx 27include/simgear/canvas/CanvasEventTypes.hxx
28include/simgear/canvas/CanvasEventVisitor.hxx 28include/simgear/canvas/CanvasEventVisitor.hxx
29include/simgear/canvas/CanvasMgr.hxx 29include/simgear/canvas/CanvasMgr.hxx
30include/simgear/canvas/CanvasObjectPlacement.hxx 30include/simgear/canvas/CanvasObjectPlacement.hxx
31include/simgear/canvas/CanvasPlacement.hxx 31include/simgear/canvas/CanvasPlacement.hxx
32include/simgear/canvas/CanvasSystemAdapter.hxx 32include/simgear/canvas/CanvasSystemAdapter.hxx
33include/simgear/canvas/CanvasWindow.hxx 33include/simgear/canvas/CanvasWindow.hxx
34include/simgear/canvas/ODGauge.hxx 34include/simgear/canvas/ODGauge.hxx
35include/simgear/canvas/ShivaVG/openvg.h 35include/simgear/canvas/ShivaVG/openvg.h
36include/simgear/canvas/ShivaVG/vgu.h 36include/simgear/canvas/ShivaVG/vgu.h
37include/simgear/canvas/VGInitOperation.hxx 37include/simgear/canvas/VGInitOperation.hxx
38include/simgear/canvas/canvas_fwd.hxx 38include/simgear/canvas/canvas_fwd.hxx
39include/simgear/canvas/elements/CanvasElement.hxx 39include/simgear/canvas/elements/CanvasElement.hxx
40include/simgear/canvas/elements/CanvasGroup.hxx 40include/simgear/canvas/elements/CanvasGroup.hxx
41include/simgear/canvas/elements/CanvasImage.hxx 41include/simgear/canvas/elements/CanvasImage.hxx
42include/simgear/canvas/elements/CanvasMap.hxx 42include/simgear/canvas/elements/CanvasMap.hxx
43include/simgear/canvas/elements/CanvasPath.hxx 43include/simgear/canvas/elements/CanvasPath.hxx
44include/simgear/canvas/elements/CanvasText.hxx 44include/simgear/canvas/elements/CanvasText.hxx
45include/simgear/canvas/events/CustomEvent.hxx 45include/simgear/canvas/events/CustomEvent.hxx
46include/simgear/canvas/events/DeviceEvent.hxx 46include/simgear/canvas/events/DeviceEvent.hxx
47include/simgear/canvas/events/KeyboardEvent.hxx 47include/simgear/canvas/events/KeyboardEvent.hxx
48include/simgear/canvas/events/MouseEvent.hxx 48include/simgear/canvas/events/MouseEvent.hxx
49include/simgear/canvas/layout/AlignFlag_values.hxx 49include/simgear/canvas/layout/AlignFlag_values.hxx
50include/simgear/canvas/layout/BoxLayout.hxx 50include/simgear/canvas/layout/BoxLayout.hxx
51include/simgear/canvas/layout/Layout.hxx 51include/simgear/canvas/layout/Layout.hxx
52include/simgear/canvas/layout/LayoutItem.hxx 52include/simgear/canvas/layout/LayoutItem.hxx
53include/simgear/canvas/layout/NasalWidget.hxx 53include/simgear/canvas/layout/NasalWidget.hxx
54include/simgear/canvas/layout/SpacerItem.hxx 54include/simgear/canvas/layout/SpacerItem.hxx
55include/simgear/compiler.h 55include/simgear/compiler.h
56include/simgear/constants.h 56include/simgear/constants.h
57include/simgear/debug/BufferedLogCallback.hxx 57include/simgear/debug/BufferedLogCallback.hxx
58include/simgear/debug/ErrorReportingCallback.hxx 58include/simgear/debug/ErrorReportingCallback.hxx
59include/simgear/debug/LogCallback.hxx 59include/simgear/debug/LogCallback.hxx
60include/simgear/debug/LogEntry.hxx 60include/simgear/debug/LogEntry.hxx
61include/simgear/debug/OsgIoCapture.hxx 61include/simgear/debug/OsgIoCapture.hxx
62include/simgear/debug/debug_types.h 62include/simgear/debug/debug_types.h
63include/simgear/debug/logstream.hxx 63include/simgear/debug/logstream.hxx
64include/simgear/embedded_resources/EmbeddedResource.hxx 64include/simgear/embedded_resources/EmbeddedResource.hxx
65include/simgear/embedded_resources/EmbeddedResourceManager.hxx 65include/simgear/embedded_resources/EmbeddedResourceManager.hxx
66include/simgear/embedded_resources/EmbeddedResourceProxy.hxx 66include/simgear/embedded_resources/EmbeddedResourceProxy.hxx
67include/simgear/emesary/Emesary.hxx 67include/simgear/emesary/Emesary.hxx
68include/simgear/emesary/INotification.hxx 68include/simgear/emesary/INotification.hxx
69include/simgear/emesary/IReceiver.hxx 69include/simgear/emesary/IReceiver.hxx
70include/simgear/emesary/ITransmitter.hxx 70include/simgear/emesary/ITransmitter.hxx
71include/simgear/emesary/ReceiptStatus.hxx 71include/simgear/emesary/ReceiptStatus.hxx
72include/simgear/emesary/Transmitter.hxx 72include/simgear/emesary/Transmitter.hxx
73include/simgear/emesary/notifications.hxx 73include/simgear/emesary/notifications.hxx
74include/simgear/environment/metar.hxx 74include/simgear/environment/metar.hxx
75include/simgear/environment/precipitation.hxx 75include/simgear/environment/precipitation.hxx
76include/simgear/ephemeris/celestialBody.hxx 76include/simgear/ephemeris/celestialBody.hxx
77include/simgear/ephemeris/ephemeris.hxx 77include/simgear/ephemeris/ephemeris.hxx
78include/simgear/ephemeris/jupiter.hxx 78include/simgear/ephemeris/jupiter.hxx
79include/simgear/ephemeris/mars.hxx 79include/simgear/ephemeris/mars.hxx
80include/simgear/ephemeris/mercury.hxx 80include/simgear/ephemeris/mercury.hxx
81include/simgear/ephemeris/moonpos.hxx 81include/simgear/ephemeris/moonpos.hxx
82include/simgear/ephemeris/neptune.hxx 82include/simgear/ephemeris/neptune.hxx
83include/simgear/ephemeris/pluto.hxx 83include/simgear/ephemeris/pluto.hxx
84include/simgear/ephemeris/saturn.hxx 84include/simgear/ephemeris/saturn.hxx
85include/simgear/ephemeris/star.hxx 85include/simgear/ephemeris/star.hxx
86include/simgear/ephemeris/stardata.hxx 86include/simgear/ephemeris/stardata.hxx
87include/simgear/ephemeris/uranus.hxx 87include/simgear/ephemeris/uranus.hxx
88include/simgear/ephemeris/venus.hxx 88include/simgear/ephemeris/venus.hxx
89include/simgear/io/DNSClient.hxx 89include/simgear/io/DNSClient.hxx
90include/simgear/io/HTTPClient.hxx 90include/simgear/io/HTTPClient.hxx
91include/simgear/io/HTTPFileRequest.hxx 91include/simgear/io/HTTPFileRequest.hxx
92include/simgear/io/HTTPMemoryRequest.hxx 92include/simgear/io/HTTPMemoryRequest.hxx
93include/simgear/io/HTTPRepository.hxx 93include/simgear/io/HTTPRepository.hxx
94include/simgear/io/HTTPRequest.hxx 94include/simgear/io/HTTPRequest.hxx
95include/simgear/io/iochannel.hxx 95include/simgear/io/iochannel.hxx
96include/simgear/io/iostreams/CharArrayStream.hxx 96include/simgear/io/iostreams/CharArrayStream.hxx
97include/simgear/io/iostreams/gzcontainerfile.hxx 97include/simgear/io/iostreams/gzcontainerfile.hxx
98include/simgear/io/iostreams/gzfstream.hxx 98include/simgear/io/iostreams/gzfstream.hxx
99include/simgear/io/iostreams/sgstream.hxx 99include/simgear/io/iostreams/sgstream.hxx
100include/simgear/io/iostreams/zlibstream.hxx 100include/simgear/io/iostreams/zlibstream.hxx
101include/simgear/io/lowlevel.hxx 101include/simgear/io/lowlevel.hxx
102include/simgear/io/raw_socket.hxx 102include/simgear/io/raw_socket.hxx
103include/simgear/io/sg_binobj.hxx 103include/simgear/io/sg_binobj.hxx
104include/simgear/io/sg_file.hxx 104include/simgear/io/sg_file.hxx
105include/simgear/io/sg_netBuffer.hxx 105include/simgear/io/sg_netBuffer.hxx
106include/simgear/io/sg_netChannel.hxx 106include/simgear/io/sg_netChannel.hxx
107include/simgear/io/sg_netChat.hxx 107include/simgear/io/sg_netChat.hxx
108include/simgear/io/sg_serial.hxx 108include/simgear/io/sg_serial.hxx
109include/simgear/io/sg_socket.hxx 109include/simgear/io/sg_socket.hxx
110include/simgear/io/sg_socket_udp.hxx 110include/simgear/io/sg_socket_udp.hxx
111include/simgear/io/untar.hxx 111include/simgear/io/untar.hxx
112include/simgear/magvar/coremag.hxx 112include/simgear/magvar/coremag.hxx
113include/simgear/magvar/magvar.hxx 113include/simgear/magvar/magvar.hxx
114include/simgear/math/SGBox.hxx 114include/simgear/math/SGBox.hxx
115include/simgear/math/SGCMath.hxx 115include/simgear/math/SGCMath.hxx
116include/simgear/math/SGGeoc.hxx 116include/simgear/math/SGGeoc.hxx
117include/simgear/math/SGGeod.hxx 117include/simgear/math/SGGeod.hxx
118include/simgear/math/SGGeodesy.hxx 118include/simgear/math/SGGeodesy.hxx
119include/simgear/math/SGGeometry.hxx 119include/simgear/math/SGGeometry.hxx
120include/simgear/math/SGGeometryFwd.hxx 120include/simgear/math/SGGeometryFwd.hxx
121include/simgear/math/SGIntersect.hxx 121include/simgear/math/SGIntersect.hxx
122include/simgear/math/SGLimits.hxx 122include/simgear/math/SGLimits.hxx
123include/simgear/math/SGLineSegment.hxx 123include/simgear/math/SGLineSegment.hxx
124include/simgear/math/SGLocation.hxx 124include/simgear/math/SGLocation.hxx
125include/simgear/math/SGMath.hxx 125include/simgear/math/SGMath.hxx
126include/simgear/math/SGMathFwd.hxx 126include/simgear/math/SGMathFwd.hxx
127include/simgear/math/SGMatrix.hxx 127include/simgear/math/SGMatrix.hxx
128include/simgear/math/SGMisc.hxx 128include/simgear/math/SGMisc.hxx
129include/simgear/math/SGPlane.hxx 129include/simgear/math/SGPlane.hxx
130include/simgear/math/SGQuat.hxx 130include/simgear/math/SGQuat.hxx
131include/simgear/math/SGRay.hxx 131include/simgear/math/SGRay.hxx
132include/simgear/math/SGRect.hxx 132include/simgear/math/SGRect.hxx
133include/simgear/math/SGSphere.hxx 133include/simgear/math/SGSphere.hxx
134include/simgear/math/SGTriangle.hxx 134include/simgear/math/SGTriangle.hxx
135include/simgear/math/SGVec2.hxx 135include/simgear/math/SGVec2.hxx
136include/simgear/math/SGVec3.hxx 136include/simgear/math/SGVec3.hxx
137include/simgear/math/SGVec4.hxx 137include/simgear/math/SGVec4.hxx
138include/simgear/math/beziercurve.hxx 138include/simgear/math/beziercurve.hxx
139include/simgear/math/interpolater.hxx 139include/simgear/math/interpolater.hxx
140include/simgear/math/leastsqs.hxx 140include/simgear/math/leastsqs.hxx
141include/simgear/math/sg_geodesy.hxx 141include/simgear/math/sg_geodesy.hxx
142include/simgear/math/sg_random.h 142include/simgear/math/sg_random.h
143include/simgear/math/sg_types.hxx 143include/simgear/math/sg_types.hxx
144include/simgear/math/simd.hxx 144include/simgear/math/simd.hxx
145include/simgear/math/simd4x4.hxx 145include/simgear/math/simd4x4.hxx
146include/simgear/misc/CSSBorder.hxx 146include/simgear/misc/CSSBorder.hxx
147include/simgear/misc/ListDiff.hxx 147include/simgear/misc/ListDiff.hxx
148include/simgear/misc/ResourceManager.hxx 148include/simgear/misc/ResourceManager.hxx
149include/simgear/misc/SVGpreserveAspectRatio.hxx 149include/simgear/misc/SVGpreserveAspectRatio.hxx
150include/simgear/misc/SimpleMarkdown.hxx 150include/simgear/misc/SimpleMarkdown.hxx
151include/simgear/misc/argparse.hxx 151include/simgear/misc/argparse.hxx
152include/simgear/misc/interpolator.hxx 152include/simgear/misc/interpolator.hxx
153include/simgear/misc/lru_cache.hxx 153include/simgear/misc/lru_cache.hxx
154include/simgear/misc/make_new.hxx 154include/simgear/misc/make_new.hxx
155include/simgear/misc/sg_dir.hxx 155include/simgear/misc/sg_dir.hxx
156include/simgear/misc/sg_hash.hxx 156include/simgear/misc/sg_hash.hxx
157include/simgear/misc/sg_path.hxx 157include/simgear/misc/sg_path.hxx
158include/simgear/misc/simgear_optional.hxx 158include/simgear/misc/simgear_optional.hxx
159include/simgear/misc/stdint.hxx 159include/simgear/misc/stdint.hxx
160include/simgear/misc/stopwatch.hxx 160include/simgear/misc/stopwatch.hxx
161include/simgear/misc/strutils.hxx 161include/simgear/misc/strutils.hxx
162include/simgear/misc/tabbed_values.hxx 162include/simgear/misc/tabbed_values.hxx
163include/simgear/misc/test_macros.hxx 163include/simgear/misc/test_macros.hxx
164include/simgear/misc/texcoord.hxx 164include/simgear/misc/texcoord.hxx
165include/simgear/nasal/cppbind/Ghost.hxx 165include/simgear/nasal/cppbind/Ghost.hxx
166include/simgear/nasal/cppbind/NasalCallContext.hxx 166include/simgear/nasal/cppbind/NasalCallContext.hxx
167include/simgear/nasal/cppbind/NasalContext.hxx 167include/simgear/nasal/cppbind/NasalContext.hxx
168include/simgear/nasal/cppbind/NasalEmesaryInterface.hxx 168include/simgear/nasal/cppbind/NasalEmesaryInterface.hxx
169include/simgear/nasal/cppbind/NasalHash.hxx 169include/simgear/nasal/cppbind/NasalHash.hxx
170include/simgear/nasal/cppbind/NasalMe.hxx 170include/simgear/nasal/cppbind/NasalMe.hxx
171include/simgear/nasal/cppbind/NasalMethodHolder.hxx 171include/simgear/nasal/cppbind/NasalMethodHolder.hxx
172include/simgear/nasal/cppbind/NasalObject.hxx 172include/simgear/nasal/cppbind/NasalObject.hxx
173include/simgear/nasal/cppbind/NasalObjectHolder.hxx 173include/simgear/nasal/cppbind/NasalObjectHolder.hxx
174include/simgear/nasal/cppbind/NasalString.hxx 174include/simgear/nasal/cppbind/NasalString.hxx
175include/simgear/nasal/cppbind/cppbind_fwd.hxx 175include/simgear/nasal/cppbind/cppbind_fwd.hxx
176include/simgear/nasal/cppbind/detail/from_nasal_helper.hxx 176include/simgear/nasal/cppbind/detail/from_nasal_helper.hxx
177include/simgear/nasal/cppbind/detail/nasal_traits.hxx 177include/simgear/nasal/cppbind/detail/nasal_traits.hxx
178include/simgear/nasal/cppbind/detail/to_nasal_helper.hxx 178include/simgear/nasal/cppbind/detail/to_nasal_helper.hxx
179include/simgear/nasal/cppbind/from_nasal.hxx 179include/simgear/nasal/cppbind/from_nasal.hxx
180include/simgear/nasal/cppbind/to_nasal.hxx 180include/simgear/nasal/cppbind/to_nasal.hxx
181include/simgear/nasal/iolib.h 181include/simgear/nasal/iolib.h
182include/simgear/nasal/naref.h 182include/simgear/nasal/naref.h
183include/simgear/nasal/nasal.h 183include/simgear/nasal/nasal.h
184include/simgear/package/Catalog.hxx 184include/simgear/package/Catalog.hxx
185include/simgear/package/Delegate.hxx 185include/simgear/package/Delegate.hxx
186include/simgear/package/Install.hxx 186include/simgear/package/Install.hxx
187include/simgear/package/Package.hxx 187include/simgear/package/Package.hxx
188include/simgear/package/Root.hxx 188include/simgear/package/Root.hxx
189include/simgear/props/AtomicChangeListener.hxx 189include/simgear/props/AtomicChangeListener.hxx
190include/simgear/props/ExtendedPropertyAdapter.hxx 190include/simgear/props/ExtendedPropertyAdapter.hxx
191include/simgear/props/PropertyBasedElement.hxx 191include/simgear/props/PropertyBasedElement.hxx
192include/simgear/props/PropertyBasedMgr.hxx 192include/simgear/props/PropertyBasedMgr.hxx
193include/simgear/props/PropertyInterpolationMgr.hxx 193include/simgear/props/PropertyInterpolationMgr.hxx
194include/simgear/props/PropertyInterpolator.hxx 194include/simgear/props/PropertyInterpolator.hxx
195include/simgear/props/condition.hxx 195include/simgear/props/condition.hxx
196include/simgear/props/easing_functions.hxx 196include/simgear/props/easing_functions.hxx
197include/simgear/props/propertyObject.hxx 197include/simgear/props/propertyObject.hxx
198include/simgear/props/props.hxx 198include/simgear/props/props.hxx
199include/simgear/props/props_io.hxx 199include/simgear/props/props_io.hxx
200include/simgear/props/propsfwd.hxx 200include/simgear/props/propsfwd.hxx
201include/simgear/props/tiedpropertylist.hxx 201include/simgear/props/tiedpropertylist.hxx
202include/simgear/props/vectorPropTemplates.hxx 202include/simgear/props/vectorPropTemplates.hxx
203include/simgear/scene/material/Effect.hxx 203include/simgear/scene/material/Effect.hxx
204include/simgear/scene/material/EffectBuilder.hxx 204include/simgear/scene/material/EffectBuilder.hxx
205include/simgear/scene/material/EffectCullVisitor.hxx 205include/simgear/scene/material/EffectCullVisitor.hxx
206include/simgear/scene/material/EffectGeode.hxx 206include/simgear/scene/material/EffectGeode.hxx
207include/simgear/scene/material/Pass.hxx 207include/simgear/scene/material/Pass.hxx
208include/simgear/scene/material/Technique.hxx 208include/simgear/scene/material/Technique.hxx
209include/simgear/scene/material/TextureBuilder.hxx 209include/simgear/scene/material/TextureBuilder.hxx
210include/simgear/scene/material/mat.hxx 210include/simgear/scene/material/mat.hxx
211include/simgear/scene/material/matlib.hxx 211include/simgear/scene/material/matlib.hxx
212include/simgear/scene/material/matmodel.hxx 212include/simgear/scene/material/matmodel.hxx
213include/simgear/scene/material/mipmap.hxx 213include/simgear/scene/material/mipmap.hxx
214include/simgear/scene/material/parseBlendFunc.hxx 214include/simgear/scene/material/parseBlendFunc.hxx
215include/simgear/scene/model/BVHDebugCollectVisitor.hxx 215include/simgear/scene/model/BVHDebugCollectVisitor.hxx
216include/simgear/scene/model/BVHPageNodeOSG.hxx 216include/simgear/scene/model/BVHPageNodeOSG.hxx
217include/simgear/scene/model/BoundingVolumeBuildVisitor.hxx 217include/simgear/scene/model/BoundingVolumeBuildVisitor.hxx
218include/simgear/scene/model/CheckSceneryVisitor.hxx 218include/simgear/scene/model/CheckSceneryVisitor.hxx
219include/simgear/scene/model/ConditionNode.hxx 219include/simgear/scene/model/ConditionNode.hxx
220include/simgear/scene/model/ModelRegistry.hxx 220include/simgear/scene/model/ModelRegistry.hxx
221include/simgear/scene/model/PrimitiveCollector.hxx 221include/simgear/scene/model/PrimitiveCollector.hxx
222include/simgear/scene/model/SGClipGroup.hxx 222include/simgear/scene/model/SGClipGroup.hxx
223include/simgear/scene/model/SGInteractionAnimation.hxx 223include/simgear/scene/model/SGInteractionAnimation.hxx
224include/simgear/scene/model/SGLight.hxx 224include/simgear/scene/model/SGLight.hxx
225include/simgear/scene/model/SGMaterialAnimation.hxx 225include/simgear/scene/model/SGMaterialAnimation.hxx
226include/simgear/scene/model/SGOffsetTransform.hxx 226include/simgear/scene/model/SGOffsetTransform.hxx
227include/simgear/scene/model/SGPickAnimation.hxx 227include/simgear/scene/model/SGPickAnimation.hxx
228include/simgear/scene/model/SGReaderWriterXML.hxx 228include/simgear/scene/model/SGReaderWriterXML.hxx
229include/simgear/scene/model/SGRotateTransform.hxx 229include/simgear/scene/model/SGRotateTransform.hxx
230include/simgear/scene/model/SGScaleTransform.hxx 230include/simgear/scene/model/SGScaleTransform.hxx
231include/simgear/scene/model/SGText.hxx 231include/simgear/scene/model/SGText.hxx
232include/simgear/scene/model/SGTrackToAnimation.hxx 232include/simgear/scene/model/SGTrackToAnimation.hxx
233include/simgear/scene/model/SGTranslateTransform.hxx 233include/simgear/scene/model/SGTranslateTransform.hxx
234include/simgear/scene/model/animation.hxx 234include/simgear/scene/model/animation.hxx
235include/simgear/scene/model/model.hxx 235include/simgear/scene/model/model.hxx
236include/simgear/scene/model/modellib.hxx 236include/simgear/scene/model/modellib.hxx
237include/simgear/scene/model/particles.hxx 237include/simgear/scene/model/particles.hxx
238include/simgear/scene/model/persparam.hxx 238include/simgear/scene/model/persparam.hxx
239include/simgear/scene/model/placement.hxx 239include/simgear/scene/model/placement.hxx
240include/simgear/scene/sky/CloudShaderGeometry.hxx 240include/simgear/scene/sky/CloudShaderGeometry.hxx
241include/simgear/scene/sky/cloud.hxx 241include/simgear/scene/sky/cloud.hxx
242include/simgear/scene/sky/cloudfield.hxx 242include/simgear/scene/sky/cloudfield.hxx
243include/simgear/scene/sky/dome.hxx 243include/simgear/scene/sky/dome.hxx
244include/simgear/scene/sky/moon.hxx 244include/simgear/scene/sky/moon.hxx
245include/simgear/scene/sky/newcloud.hxx 245include/simgear/scene/sky/newcloud.hxx
246include/simgear/scene/sky/oursun.hxx 246include/simgear/scene/sky/oursun.hxx
247include/simgear/scene/sky/sky.hxx 247include/simgear/scene/sky/sky.hxx
248include/simgear/scene/sky/sphere.hxx 248include/simgear/scene/sky/sphere.hxx
249include/simgear/scene/sky/stars.hxx 249include/simgear/scene/sky/stars.hxx
250include/simgear/scene/tgdb/GroundLightManager.hxx 250include/simgear/scene/tgdb/GroundLightManager.hxx
251include/simgear/scene/tgdb/ReaderWriterSPT.hxx 251include/simgear/scene/tgdb/ReaderWriterSPT.hxx
252include/simgear/scene/tgdb/ReaderWriterSTG.hxx 252include/simgear/scene/tgdb/ReaderWriterSTG.hxx
253include/simgear/scene/tgdb/SGBuildingBin.hxx 253include/simgear/scene/tgdb/SGBuildingBin.hxx
254include/simgear/scene/tgdb/SGDirectionalLightBin.hxx 254include/simgear/scene/tgdb/SGDirectionalLightBin.hxx
255include/simgear/scene/tgdb/SGLightBin.hxx 255include/simgear/scene/tgdb/SGLightBin.hxx
256include/simgear/scene/tgdb/SGModelBin.hxx 256include/simgear/scene/tgdb/SGModelBin.hxx
257include/simgear/scene/tgdb/SGNodeTriangles.hxx 257include/simgear/scene/tgdb/SGNodeTriangles.hxx
258include/simgear/scene/tgdb/SGOceanTile.hxx 258include/simgear/scene/tgdb/SGOceanTile.hxx
259include/simgear/scene/tgdb/SGReaderWriterBTG.hxx 259include/simgear/scene/tgdb/SGReaderWriterBTG.hxx
260include/simgear/scene/tgdb/SGTexturedTriangleBin.hxx 260include/simgear/scene/tgdb/SGTexturedTriangleBin.hxx
261include/simgear/scene/tgdb/SGTileDetailsCallback.hxx 261include/simgear/scene/tgdb/SGTileDetailsCallback.hxx
262include/simgear/scene/tgdb/SGTileGeometryBin.hxx 262include/simgear/scene/tgdb/SGTileGeometryBin.hxx
263include/simgear/scene/tgdb/SGTriangleBin.hxx 263include/simgear/scene/tgdb/SGTriangleBin.hxx
264include/simgear/scene/tgdb/SGVasiDrawable.hxx 264include/simgear/scene/tgdb/SGVasiDrawable.hxx
265include/simgear/scene/tgdb/SGVertexArrayBin.hxx 265include/simgear/scene/tgdb/SGVertexArrayBin.hxx
266include/simgear/scene/tgdb/ShaderGeometry.hxx 266include/simgear/scene/tgdb/ShaderGeometry.hxx
267include/simgear/scene/tgdb/TreeBin.hxx 267include/simgear/scene/tgdb/TreeBin.hxx
268include/simgear/scene/tgdb/apt_signs.hxx 268include/simgear/scene/tgdb/apt_signs.hxx
269include/simgear/scene/tgdb/obj.hxx 269include/simgear/scene/tgdb/obj.hxx
270include/simgear/scene/tgdb/pt_lights.hxx 270include/simgear/scene/tgdb/pt_lights.hxx
271include/simgear/scene/tgdb/userdata.hxx 271include/simgear/scene/tgdb/userdata.hxx
272include/simgear/scene/tsync/terrasync.hxx 272include/simgear/scene/tsync/terrasync.hxx
273include/simgear/scene/util/ColorInterpolator.hxx 273include/simgear/scene/util/ColorInterpolator.hxx
274include/simgear/scene/util/CopyOp.hxx 274include/simgear/scene/util/CopyOp.hxx
275include/simgear/scene/util/DeletionManager.hxx 275include/simgear/scene/util/DeletionManager.hxx
276include/simgear/scene/util/NodeAndDrawableVisitor.hxx 276include/simgear/scene/util/NodeAndDrawableVisitor.hxx
277include/simgear/scene/util/Noise.hxx 277include/simgear/scene/util/Noise.hxx
278include/simgear/scene/util/OptionsReadFileCallback.hxx 278include/simgear/scene/util/OptionsReadFileCallback.hxx
279include/simgear/scene/util/OsgDebug.hxx 279include/simgear/scene/util/OsgDebug.hxx
280include/simgear/scene/util/OsgMath.hxx 280include/simgear/scene/util/OsgMath.hxx
281include/simgear/scene/util/OsgSingleton.hxx 281include/simgear/scene/util/OsgSingleton.hxx
282include/simgear/scene/util/PrimitiveUtils.hxx 282include/simgear/scene/util/PrimitiveUtils.hxx
283include/simgear/scene/util/QuadTreeBuilder.hxx 283include/simgear/scene/util/QuadTreeBuilder.hxx
284include/simgear/scene/util/RenderConstants.hxx 284include/simgear/scene/util/RenderConstants.hxx
285include/simgear/scene/util/SGDebugDrawCallback.hxx 285include/simgear/scene/util/SGDebugDrawCallback.hxx
286include/simgear/scene/util/SGEnlargeBoundingBox.hxx 286include/simgear/scene/util/SGEnlargeBoundingBox.hxx
287include/simgear/scene/util/SGImageUtils.hxx 287include/simgear/scene/util/SGImageUtils.hxx
288include/simgear/scene/util/SGNodeMasks.hxx 288include/simgear/scene/util/SGNodeMasks.hxx
289include/simgear/scene/util/SGPickCallback.hxx 289include/simgear/scene/util/SGPickCallback.hxx
 290include/simgear/scene/util/SGProgram.hxx
290include/simgear/scene/util/SGReaderWriterOptions.hxx 291include/simgear/scene/util/SGReaderWriterOptions.hxx
291include/simgear/scene/util/SGSceneFeatures.hxx 292include/simgear/scene/util/SGSceneFeatures.hxx
292include/simgear/scene/util/SGSceneUserData.hxx 293include/simgear/scene/util/SGSceneUserData.hxx
293include/simgear/scene/util/SGStateAttributeVisitor.hxx 294include/simgear/scene/util/SGStateAttributeVisitor.hxx
294include/simgear/scene/util/SGTextureStateAttributeVisitor.hxx 295include/simgear/scene/util/SGTextureStateAttributeVisitor.hxx
295include/simgear/scene/util/SGTransientModelData.hxx 296include/simgear/scene/util/SGTransientModelData.hxx
296include/simgear/scene/util/SGUpdateVisitor.hxx 297include/simgear/scene/util/SGUpdateVisitor.hxx
297include/simgear/scene/util/SplicingVisitor.hxx 298include/simgear/scene/util/SplicingVisitor.hxx
298include/simgear/scene/util/StateAttributeFactory.hxx 299include/simgear/scene/util/StateAttributeFactory.hxx
299include/simgear/scene/util/UpdateOnceCallback.hxx 300include/simgear/scene/util/UpdateOnceCallback.hxx
300include/simgear/scene/util/VectorArrayAdapter.hxx 301include/simgear/scene/util/VectorArrayAdapter.hxx
301include/simgear/scene/util/parse_color.hxx 302include/simgear/scene/util/parse_color.hxx
302include/simgear/scene/util/project.hxx 303include/simgear/scene/util/project.hxx
303include/simgear/scene/viewer/ClusteredShading.hxx 304include/simgear/scene/viewer/ClusteredShading.hxx
304include/simgear/scene/viewer/Compositor.hxx 305include/simgear/scene/viewer/Compositor.hxx
305include/simgear/scene/viewer/CompositorBuffer.hxx 306include/simgear/scene/viewer/CompositorBuffer.hxx
306include/simgear/scene/viewer/CompositorPass.hxx 307include/simgear/scene/viewer/CompositorPass.hxx
307include/simgear/scene/viewer/CompositorUtil.hxx 308include/simgear/scene/viewer/CompositorUtil.hxx
308include/simgear/screen/colors.hxx 309include/simgear/screen/colors.hxx
309include/simgear/screen/extensions.hxx 310include/simgear/screen/extensions.hxx
310include/simgear/screen/screen-dump.hxx 311include/simgear/screen/screen-dump.hxx
311include/simgear/screen/tr.h 312include/simgear/screen/tr.h
312include/simgear/serial/serial.hxx 313include/simgear/serial/serial.hxx
313include/simgear/sg_inlines.h 314include/simgear/sg_inlines.h
314include/simgear/simgear_config.h 315include/simgear/simgear_config.h
315include/simgear/sound/filters.hxx 316include/simgear/sound/filters.hxx
316include/simgear/sound/readwav.hxx 317include/simgear/sound/readwav.hxx
317include/simgear/sound/sample.hxx 318include/simgear/sound/sample.hxx
318include/simgear/sound/sample_group.hxx 319include/simgear/sound/sample_group.hxx
319include/simgear/sound/soundmgr.hxx 320include/simgear/sound/soundmgr.hxx
320include/simgear/sound/xmlsound.hxx 321include/simgear/sound/xmlsound.hxx
321include/simgear/std/integer_sequence.hxx 322include/simgear/std/integer_sequence.hxx
322include/simgear/std/type_traits.hxx 323include/simgear/std/type_traits.hxx
323include/simgear/structure/OSGUtils.hxx 324include/simgear/structure/OSGUtils.hxx
324include/simgear/structure/OSGVersion.hxx 325include/simgear/structure/OSGVersion.hxx
325include/simgear/structure/SGAtomic.hxx 326include/simgear/structure/SGAtomic.hxx
326include/simgear/structure/SGBinding.hxx 327include/simgear/structure/SGBinding.hxx
327include/simgear/structure/SGExpression.hxx 328include/simgear/structure/SGExpression.hxx
328include/simgear/structure/SGPerfMon.hxx 329include/simgear/structure/SGPerfMon.hxx
329include/simgear/structure/SGReferenced.hxx 330include/simgear/structure/SGReferenced.hxx
330include/simgear/structure/SGSharedPtr.hxx 331include/simgear/structure/SGSharedPtr.hxx
331include/simgear/structure/SGSmplhist.hxx 332include/simgear/structure/SGSmplhist.hxx
332include/simgear/structure/SGSmplstat.hxx 333include/simgear/structure/SGSmplstat.hxx
333include/simgear/structure/SGWeakPtr.hxx 334include/simgear/structure/SGWeakPtr.hxx
334include/simgear/structure/SGWeakReferenced.hxx 335include/simgear/structure/SGWeakReferenced.hxx
335include/simgear/structure/Singleton.hxx 336include/simgear/structure/Singleton.hxx
336include/simgear/structure/StateMachine.hxx 337include/simgear/structure/StateMachine.hxx
337include/simgear/structure/StringTable.hxx 338include/simgear/structure/StringTable.hxx
338include/simgear/structure/callback.hxx 339include/simgear/structure/callback.hxx
339include/simgear/structure/commands.hxx 340include/simgear/structure/commands.hxx
340include/simgear/structure/event_mgr.hxx 341include/simgear/structure/event_mgr.hxx
341include/simgear/structure/exception.hxx 342include/simgear/structure/exception.hxx
342include/simgear/structure/function_list.hxx 343include/simgear/structure/function_list.hxx
343include/simgear/structure/intern.hxx 344include/simgear/structure/intern.hxx
344include/simgear/structure/map.hxx 345include/simgear/structure/map.hxx
345include/simgear/structure/singleton.hpp 346include/simgear/structure/singleton.hpp
346include/simgear/structure/subsystem_mgr.hxx 347include/simgear/structure/subsystem_mgr.hxx
347include/simgear/threads/SGGuard.hxx 348include/simgear/threads/SGGuard.hxx
348include/simgear/threads/SGQueue.hxx 349include/simgear/threads/SGQueue.hxx
349include/simgear/threads/SGThread.hxx 350include/simgear/threads/SGThread.hxx
350include/simgear/timing/lowleveltime.h 351include/simgear/timing/lowleveltime.h
351include/simgear/timing/sg_time.hxx 352include/simgear/timing/sg_time.hxx
352include/simgear/timing/timestamp.hxx 353include/simgear/timing/timestamp.hxx
353include/simgear/timing/timezone.h 354include/simgear/timing/timezone.h
354include/simgear/version.h 355include/simgear/version.h
355include/simgear/xml/easyxml.hxx 356include/simgear/xml/easyxml.hxx
356lib/cmake/SimGear/SimGearConfig.cmake 357lib/cmake/SimGear/SimGearConfig.cmake
357lib/cmake/SimGear/SimGearConfigVersion.cmake 358lib/cmake/SimGear/SimGearConfigVersion.cmake
358lib/cmake/SimGear/SimGearTargets-release.cmake 359lib/cmake/SimGear/SimGearTargets-release.cmake
359lib/cmake/SimGear/SimGearTargets.cmake 360lib/cmake/SimGear/SimGearTargets.cmake
360lib/libSimGearCore.so 361lib/libSimGearCore.so
361lib/libSimGearCore.so.${PKGVERSION} 362lib/libSimGearCore.so.${PKGVERSION}
362lib/libSimGearScene.so 363lib/libSimGearScene.so
363lib/libSimGearScene.so.${PKGVERSION} 364lib/libSimGearScene.so.${PKGVERSION}

cvs diff -r1.12 -r1.13 pkgsrc/games/simgear/distinfo (switch to unified diff)

--- pkgsrc/games/simgear/distinfo 2021/02/25 10:22:14 1.12
+++ pkgsrc/games/simgear/distinfo 2021/09/18 09:01:01 1.13
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.12 2021/02/25 10:22:14 nia Exp $ 1$NetBSD: distinfo,v 1.13 2021/09/18 09:01:01 nia Exp $
2 2
3SHA1 (simgear-2020.3.6.tar.bz2) = 193b1d3f1cc1bce90a1f0895c12aaacb3f8d4202 3SHA1 (simgear-2020.3.11.tar.bz2) = 69e938a458e637ae9f1d678fc46b4ddf597f378e
4RMD160 (simgear-2020.3.6.tar.bz2) = eb742854cb4f3e1e1d7f91f5ddd6b5410251b947 4RMD160 (simgear-2020.3.11.tar.bz2) = 124b5fbb762a73f6a58c5caab89f3982dacdf124
5SHA512 (simgear-2020.3.6.tar.bz2) = eaa8e3663c5fb486ea0fdad26c490fa49472596157d8d19e60426d5a1d340dfda4e5e3d82f68542bb6d9689abb8e867dc33761ea578b9c8f6c07aeb4b942880e 5SHA512 (simgear-2020.3.11.tar.bz2) = e7b7c73a574012f9ee33cc751eca9dc968339d0f8f5ec005386ed6863d96af6d17423dd68eb5180f1c6bf3b05a422de10ce03ea5e745029445edac7919fc1c99
6Size (simgear-2020.3.6.tar.bz2) = 1408963 bytes 6Size (simgear-2020.3.11.tar.bz2) = 1415047 bytes
7SHA1 (patch-simgear_canvas_ShivaVG_src_shConfig.h) = 0cb3c4c6049bbc5aeed85153f4cca6381219fd61 7SHA1 (patch-simgear_canvas_ShivaVG_src_shConfig.h) = 0cb3c4c6049bbc5aeed85153f4cca6381219fd61
8SHA1 (patch-simgear_canvas_ShivaVG_src_shDefs.h) = 3aacbfdf03b9dd7111bfe039cf929a54c0953ef8 8SHA1 (patch-simgear_canvas_ShivaVG_src_shDefs.h) = 3aacbfdf03b9dd7111bfe039cf929a54c0953ef8
9SHA1 (patch-simgear_io_test__untar.cxx) = b3625254f9410411b30a8c3e30845c3d1509a993 9SHA1 (patch-simgear_io_test__untar.cxx) = b3625254f9410411b30a8c3e30845c3d1509a993
10SHA1 (patch-simgear_io_untar.cxx) = 2cc21468bd0319aae012fb7c16e9e279888e34e3 10SHA1 (patch-simgear_io_untar.cxx) = 2cc21468bd0319aae012fb7c16e9e279888e34e3
11SHA1 (patch-simgear_misc_strutils.cxx) = c442cf04d88f2c61845a25d6bf7492b75654aeaa 11SHA1 (patch-simgear_misc_strutils.cxx) = c442cf04d88f2c61845a25d6bf7492b75654aeaa
12SHA1 (patch-simgear_package_md5.h) = 91dc8741ed547c26a6de8ab8bd25ee441e0e5e92 12SHA1 (patch-simgear_package_md5.h) = 91dc8741ed547c26a6de8ab8bd25ee441e0e5e92