Date: Fri, 14 Nov 2008 21:15:03 GMT From: Hardy Schumacher <hardy.schumacher@amd.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128880: [UPDATE] graphics/osg to 2.6.1 Message-ID: <200811142115.mAELF3qe096859@www.freebsd.org> Resent-Message-ID: <200811142120.mAELK4m5087825@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128880 >Category: ports >Synopsis: [UPDATE] graphics/osg to 2.6.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 14 21:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Hardy Schumacher >Release: FreeBSD-7.0 >Organization: >Environment: FreeBSD gamma.low.org 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Sun Sep 7 20:07:17 CEST 2008 root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA i386 >Description: Update of OpenSceneGraph to v2.6.1 is still available. This is only a maintenance release. >How-To-Repeat: n/a >Fix: n/a Patch attached with submission follows: Makefile: # New ports collection makefile for: Open Scene Graph # Date created: 26 Apr 2001 # Whom: Randall Hopper <aa8vb@nc.rr.com> # # $FreeBSD: ports/graphics/osg/Makefile,v 1.35 2008/09/25 17:51:50 amdmi3 Exp $ # PORTNAME= osg PORTVERSION= 2.6.1 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ DISTNAME= OpenSceneGraph-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff USE_ZIP= yes USE_CMAKE= yes USE_GL= gl glu WANT_SDL= yes USE_LDCONFIG= yes OPTIONS= CURL "Support for cURL" off \ FREETYPE "Support for FreeType" on \ GDAL "Support for GDAL" off \ GIF "Support for libungif" on \ INVENTOR "Support for SGI OpenInventor" off \ JASPER "Support for JPEG2000" off \ OPENVRML "Support for OpenVRML" off \ XINE "Support for Xine" off .include <bsd.port.pre.mk> # Gui toolkits (FOX, WX, QT, FLTK, SDL, GLUT) are only needed for # examples which are not installed, so leave them as is (autodetected) FORCE_IGNORE= COLLADA Performer FORCE_REQUIRE= JPEG PNG TIFF ZLIB Threads OpenGL X11 .if defined(WITH_CURL) FORCE_REQUIRE+= CURL LIB_DEPENDS+= curl.4:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else FORCE_IGNORE+= CURL PLIST_SUB+= CURL="@comment " .endif .if !defined(WITHOUT_FREETYPE) FORCE_REQUIRE+= FreeType LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 PLIST_SUB+= FREETYPE="" .else FORCE_IGNORE+= FreeType PLIST_SUB+= FREETYPE="@comment " .endif .if defined(WITH_GDAL) FORCE_REQUIRE+= GDAL LIB_DEPENDS+= gdal.13:${PORTSDIR}/graphics/gdal PLIST_SUB+= GDAL="" .else FORCE_IGNORE+= GDAL PLIST_SUB+= GDAL="@comment " .endif .if defined(WITH_GIF) FORCE_REQUIRE+= GIFLIB LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif PLIST_SUB+= GIF="" .else FORCE_IGNORE+= GIFLIB PLIST_SUB+= GIF="@comment " .endif .if defined(WITH_INVENTOR) FORCE_REQUIRE+= Inventor LIB_DEPENDS+= Inventor:${PORTSDIR}/graphics/inventor PLIST_SUB+= INVENTOR="" .else FORCE_IGNORE+= Inventor PLIST_SUB+= INVENTOR="@comment " .endif .if defined(WITH_JASPER) FORCE_REQUIRE+= Jasper LIB_DEPENDS+= jasper.4:${PORTSDIR}/graphics/jasper PLIST_SUB+= JASPER="" .else FORCE_IGNORE+= Jasper PLIST_SUB+= JASPER="@comment " .endif .if defined(WITH_OPENVRML) FORCE_REQUIRE+= OpenVRML LIB_DEPENDS+= openvrml.8:${PORTSDIR}/www/openvrml PLIST_SUB+= OPENVRML="" .else FORCE_IGNORE+= OpenVRML PLIST_SUB+= OPENVRML="@comment " .endif .if defined(WITH_XINE) FORCE_REQUIRE+= Xine LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine PLIST_SUB+= XINE="" .else FORCE_IGNORE+= Xine PLIST_SUB+= XINE="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|"64"|""|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|cpu_set_t|cpuset_t|g' \ ${WRKSRC}/src/OpenThreads/pthreads/CMakeLists.txt \ ${WRKSRC}/src/OpenThreads/pthreads/PThread.c++ .for p in ${FORCE_REQUIRE} @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|)$$| REQUIRED&|' \ ${WRKSRC}/CMakeLists.txt .endfor .for p in ${FORCE_IGNORE} @${REINPLACE_CMD} -e '/FIND_PACKAGE.*${p}/ s|^|#|' \ ${WRKSRC}/CMakeLists.txt .endfor .include <bsd.port.post.mk> ================================================================================================================= distinfo: MD5 (OpenSceneGraph-2.6.1.zip) = 0955d92af64e48d2bdda464103962f92 SHA256 (OpenSceneGraph-2.6.1.zip) = 4eb0765f168fe136e97539a90e25556b2cdfa52e3309697cf82159c51e43b096 SIZE (OpenSceneGraph-2.6.1.zip) = 5849143 ================================================================================================================= pkg-plist: lib/libOpenThreads.so.2.3.0 lib/libOpenThreads.so.11 lib/libOpenThreads.so include/OpenThreads/Atomic include/OpenThreads/Barrier include/OpenThreads/Block include/OpenThreads/Condition include/OpenThreads/Exports include/OpenThreads/Mutex include/OpenThreads/ReadWriteMutex include/OpenThreads/ReentrantMutex include/OpenThreads/ScopedLock include/OpenThreads/Thread include/OpenThreads/Version include/OpenThreads/Config lib/libosg.so.2.6.1 lib/libosg.so.48 lib/libosg.so include/osg/AlphaFunc include/osg/AnimationPath include/osg/ApplicationUsage include/osg/ArgumentParser include/osg/Array include/osg/AutoTransform include/osg/Billboard include/osg/BlendColor include/osg/BlendEquation include/osg/BlendFunc include/osg/BoundingBox include/osg/BoundingSphere include/osg/BoundsChecking include/osg/buffered_value include/osg/BufferObject include/osg/Camera include/osg/CameraNode include/osg/CameraView include/osg/ClampColor include/osg/ClearNode include/osg/ClipNode include/osg/ClipPlane include/osg/ClusterCullingCallback include/osg/CollectOccludersVisitor include/osg/ColorMask include/osg/ColorMatrix include/osg/ComputeBoundsVisitor include/osg/ConvexPlanarOccluder include/osg/ConvexPlanarPolygon include/osg/CoordinateSystemNode include/osg/CopyOp include/osg/CullFace include/osg/CullingSet include/osg/CullSettings include/osg/CullStack include/osg/DeleteHandler include/osg/Depth include/osg/DisplaySettings include/osg/Drawable include/osg/DrawPixels include/osg/Endian include/osg/Export include/osg/fast_back_stack include/osg/Fog include/osg/FragmentProgram include/osg/FrameBufferObject include/osg/FrameStamp include/osg/FrontFace include/osg/Geode include/osg/Geometry include/osg/GL include/osg/GL2Extensions include/osg/GLExtensions include/osg/GLObjects include/osg/GLU include/osg/GraphicsContext include/osg/GraphicsThread include/osg/Group include/osg/Hint include/osg/Image include/osg/ImageSequence include/osg/ImageStream include/osg/io_utils include/osg/KdTree include/osg/Light include/osg/LightModel include/osg/LightSource include/osg/LineSegment include/osg/LineStipple include/osg/LineWidth include/osg/LOD include/osg/LogicOp include/osg/Material include/osg/Math include/osg/Matrix include/osg/Matrixd include/osg/Matrixf include/osg/MatrixTransform include/osg/MixinVector include/osg/Multisample include/osg/Node include/osg/NodeCallback include/osg/NodeTrackerCallback include/osg/NodeVisitor include/osg/Notify include/osg/Object include/osg/observer_ptr include/osg/OccluderNode include/osg/OcclusionQueryNode include/osg/OperationThread include/osg/PagedLOD include/osg/Plane include/osg/Point include/osg/PointSprite include/osg/PolygonMode include/osg/PolygonOffset include/osg/PolygonStipple include/osg/Polytope include/osg/PositionAttitudeTransform include/osg/PrimitiveSet include/osg/Program include/osg/Projection include/osg/ProxyNode include/osg/Quat include/osg/Referenced include/osg/ref_ptr include/osg/RenderInfo include/osg/Scissor include/osg/Sequence include/osg/ShadeModel include/osg/Shader include/osg/ShadowVolumeOccluder include/osg/Shape include/osg/ShapeDrawable include/osg/State include/osg/StateAttribute include/osg/StateSet include/osg/Stats include/osg/Stencil include/osg/StencilTwoSided include/osg/Switch include/osg/TemplatePrimitiveFunctor include/osg/TexEnv include/osg/TexEnvCombine include/osg/TexEnvFilter include/osg/TexGen include/osg/TexGenNode include/osg/TexMat include/osg/Texture include/osg/Texture1D include/osg/Texture2D include/osg/Texture2DArray include/osg/Texture3D include/osg/TextureCubeMap include/osg/TextureRectangle include/osg/Timer include/osg/TransferFunction include/osg/Transform include/osg/TriangleFunctor include/osg/TriangleIndexFunctor include/osg/Uniform include/osg/Vec2 include/osg/Vec2b include/osg/Vec2d include/osg/Vec2f include/osg/Vec2s include/osg/Vec3 include/osg/Vec3b include/osg/Vec3d include/osg/Vec3f include/osg/Vec3s include/osg/Vec4 include/osg/Vec4b include/osg/Vec4d include/osg/Vec4f include/osg/Vec4s include/osg/Vec4ub include/osg/Version include/osg/VertexProgram include/osg/View include/osg/Viewport include/osg/Config lib/libosgDB.so.2.6.1 lib/libosgDB.so.48 lib/libosgDB.so include/osgDB/Archive include/osgDB/AuthenticationMap include/osgDB/DatabasePager include/osgDB/DotOsgWrapper include/osgDB/DynamicLibrary include/osgDB/Export include/osgDB/Field include/osgDB/FieldReader include/osgDB/FieldReaderIterator include/osgDB/FileNameUtils include/osgDB/FileUtils include/osgDB/ImageOptions include/osgDB/ImagePager include/osgDB/Input include/osgDB/Output include/osgDB/ParameterOutput include/osgDB/PluginQuery include/osgDB/ReaderWriter include/osgDB/ReadFile include/osgDB/Registry include/osgDB/SharedStateManager include/osgDB/Version include/osgDB/WriteFile lib/libosgUtil.so.2.6.1 lib/libosgUtil.so.48 lib/libosgUtil.so include/osgUtil/ConvertVec include/osgUtil/CubeMapGenerator include/osgUtil/CullVisitor include/osgUtil/DelaunayTriangulator include/osgUtil/DisplayRequirementsVisitor include/osgUtil/DrawElementTypeSimplifier include/osgUtil/EdgeCollector include/osgUtil/Export include/osgUtil/GLObjectsVisitor include/osgUtil/HalfWayMapGenerator include/osgUtil/HighlightMapGenerator include/osgUtil/IntersectionVisitor include/osgUtil/IntersectVisitor include/osgUtil/LineSegmentIntersector include/osgUtil/OperationArrayFunctor include/osgUtil/Optimizer include/osgUtil/PlaneIntersector include/osgUtil/PolytopeIntersector include/osgUtil/PositionalStateContainer include/osgUtil/ReflectionMapGenerator include/osgUtil/RenderBin include/osgUtil/RenderLeaf include/osgUtil/RenderStage include/osgUtil/ReversePrimitiveFunctor include/osgUtil/SceneView include/osgUtil/SceneGraphBuilder include/osgUtil/Simplifier include/osgUtil/SmoothingVisitor include/osgUtil/StateGraph include/osgUtil/Statistics include/osgUtil/TangentSpaceGenerator include/osgUtil/Tessellator include/osgUtil/TransformAttributeFunctor include/osgUtil/TransformCallback include/osgUtil/TriStripVisitor include/osgUtil/UpdateVisitor include/osgUtil/Version lib/libosgGA.so.2.6.1 lib/libosgGA.so.48 lib/libosgGA.so include/osgGA/AnimationPathManipulator include/osgGA/DriveManipulator include/osgGA/EventQueue include/osgGA/EventVisitor include/osgGA/Export include/osgGA/FlightManipulator include/osgGA/GUIActionAdapter include/osgGA/GUIEventAdapter include/osgGA/GUIEventHandler include/osgGA/KeySwitchMatrixManipulator include/osgGA/MatrixManipulator include/osgGA/NodeTrackerManipulator include/osgGA/StateSetManipulator include/osgGA/TerrainManipulator include/osgGA/TrackballManipulator include/osgGA/UFOManipulator include/osgGA/Version lib/libosgText.so.2.6.1 lib/libosgText.so.48 lib/libosgText.so include/osgText/Export include/osgText/Font include/osgText/Font3D include/osgText/KerningType include/osgText/String include/osgText/TextBase include/osgText/Text include/osgText/Text3D include/osgText/FadeText include/osgText/Version lib/libosgManipulator.so.2.6.1 lib/libosgManipulator.so.48 lib/libosgManipulator.so include/osgManipulator/AntiSquish include/osgManipulator/Command include/osgManipulator/CommandManager include/osgManipulator/Constraint include/osgManipulator/Dragger include/osgManipulator/Export include/osgManipulator/Projector include/osgManipulator/RotateCylinderDragger include/osgManipulator/RotateSphereDragger include/osgManipulator/Scale1DDragger include/osgManipulator/Scale2DDragger include/osgManipulator/ScaleAxisDragger include/osgManipulator/Selection include/osgManipulator/TabBoxDragger include/osgManipulator/TabPlaneDragger include/osgManipulator/TabPlaneTrackballDragger include/osgManipulator/TrackballDragger include/osgManipulator/Translate1DDragger include/osgManipulator/Translate2DDragger include/osgManipulator/TranslateAxisDragger include/osgManipulator/TranslatePlaneDragger include/osgManipulator/Version lib/libosgSim.so.2.6.1 lib/libosgSim.so.48 lib/libosgSim.so include/osgSim/BlinkSequence include/osgSim/ColorRange include/osgSim/DOFTransform include/osgSim/ElevationSlice include/osgSim/HeightAboveTerrain include/osgSim/Export include/osgSim/GeographicLocation include/osgSim/Impostor include/osgSim/ImpostorSprite include/osgSim/InsertImpostorsVisitor include/osgSim/LightPoint include/osgSim/LightPointNode include/osgSim/LightPointSystem include/osgSim/LineOfSight include/osgSim/MultiSwitch include/osgSim/OverlayNode include/osgSim/ObjectRecordData include/osgSim/ScalarBar include/osgSim/ScalarsToColors include/osgSim/Sector include/osgSim/ShapeAttribute include/osgSim/SphereSegment include/osgSim/Version include/osgSim/VisibilityGroup lib/libosgFX.so.2.6.1 lib/libosgFX.so.48 lib/libosgFX.so include/osgFX/AnisotropicLighting include/osgFX/BumpMapping include/osgFX/Cartoon include/osgFX/Effect include/osgFX/Export include/osgFX/MultiTextureControl include/osgFX/Registry include/osgFX/Scribe include/osgFX/SpecularHighlights include/osgFX/Technique include/osgFX/Validator include/osgFX/Version lib/libosgParticle.so.2.6.1 lib/libosgParticle.so.48 lib/libosgParticle.so include/osgParticle/AccelOperator include/osgParticle/AngularAccelOperator include/osgParticle/BoxPlacer include/osgParticle/CenteredPlacer include/osgParticle/ConnectedParticleSystem include/osgParticle/ConstantRateCounter include/osgParticle/Counter include/osgParticle/Emitter include/osgParticle/ExplosionDebrisEffect include/osgParticle/ExplosionEffect include/osgParticle/Export include/osgParticle/FireEffect include/osgParticle/FluidFrictionOperator include/osgParticle/FluidProgram include/osgParticle/ForceOperator include/osgParticle/Interpolator include/osgParticle/LinearInterpolator include/osgParticle/ModularEmitter include/osgParticle/ModularProgram include/osgParticle/MultiSegmentPlacer include/osgParticle/Operator include/osgParticle/Particle include/osgParticle/ParticleEffect include/osgParticle/ParticleProcessor include/osgParticle/ParticleSystem include/osgParticle/ParticleSystemUpdater include/osgParticle/Placer include/osgParticle/PointPlacer include/osgParticle/PrecipitationEffect include/osgParticle/Program include/osgParticle/RadialShooter include/osgParticle/RandomRateCounter include/osgParticle/range include/osgParticle/SectorPlacer include/osgParticle/SegmentPlacer include/osgParticle/Shooter include/osgParticle/SmokeEffect include/osgParticle/SmokeTrailEffect include/osgParticle/VariableRateCounter include/osgParticle/Version lib/libosgShadow.so.2.6.1 lib/libosgShadow.so.48 lib/libosgShadow.so include/osgShadow/Export include/osgShadow/OccluderGeometry include/osgShadow/ShadowMap include/osgShadow/ShadowTechnique include/osgShadow/ShadowTexture include/osgShadow/ShadowVolume include/osgShadow/ShadowedScene include/osgShadow/SoftShadowMap include/osgShadow/ParallelSplitShadowMap include/osgShadow/Version lib/libosgTerrain.so.2.6.1 lib/libosgTerrain.so.48 lib/libosgTerrain.so include/osgTerrain/Export include/osgTerrain/Locator include/osgTerrain/Layer include/osgTerrain/TerrainTile include/osgTerrain/TerrainTechnique include/osgTerrain/Terrain include/osgTerrain/GeometryTechnique include/osgTerrain/ValidDataOperator include/osgTerrain/Version lib/libosgViewer.so.2.6.1 lib/libosgViewer.so.48 lib/libosgViewer.so include/osgViewer/CompositeViewer include/osgViewer/Export include/osgViewer/GraphicsWindow include/osgViewer/Renderer include/osgViewer/Scene include/osgViewer/Version include/osgViewer/View include/osgViewer/Viewer include/osgViewer/ViewerBase include/osgViewer/ViewerEventHandlers include/osgViewer/GraphicsWindowX11 include/osgViewer/PixelBufferX11 include/osgViewer/CompositeViewer include/osgViewer/Export include/osgViewer/GraphicsWindow include/osgViewer/Renderer include/osgViewer/Scene include/osgViewer/Version include/osgViewer/View include/osgViewer/Viewer include/osgViewer/ViewerBase include/osgViewer/ViewerEventHandlers include/osgViewer/api/X11/GraphicsWindowX11 include/osgViewer/api/X11/PixelBufferX11 lib/libosgWidget.so.2.6.1 lib/libosgWidget.so.48 lib/libosgWidget.so include/osgWidget/Export include/osgWidget/Box include/osgWidget/Canvas include/osgWidget/EventInterface include/osgWidget/Frame include/osgWidget/Input include/osgWidget/Label include/osgWidget/Lua include/osgWidget/Python include/osgWidget/ScriptEngine include/osgWidget/StyleInterface include/osgWidget/StyleManager include/osgWidget/Table include/osgWidget/Types include/osgWidget/UIObjectParent include/osgWidget/Util include/osgWidget/Version include/osgWidget/ViewerEventHandlers include/osgWidget/Widget include/osgWidget/Window include/osgWidget/WindowManager lib/osgPlugins-2.6.1/osgdb_osgfx.so lib/osgPlugins-2.6.1/osgdb_osgparticle.so lib/osgPlugins-2.6.1/osgdb_osgsim.so lib/osgPlugins-2.6.1/osgdb_osgtext.so lib/osgPlugins-2.6.1/osgdb_osgviewer.so lib/osgPlugins-2.6.1/osgdb_osgshadow.so lib/osgPlugins-2.6.1/osgdb_osgterrain.so lib/osgPlugins-2.6.1/osgdb_osga.so lib/osgPlugins-2.6.1/osgdb_rot.so lib/osgPlugins-2.6.1/osgdb_scale.so lib/osgPlugins-2.6.1/osgdb_trans.so lib/osgPlugins-2.6.1/osgdb_normals.so lib/osgPlugins-2.6.1/osgdb_osg.so lib/osgPlugins-2.6.1/osgdb_ive.so lib/osgPlugins-2.6.1/osgdb_cfg.so lib/osgPlugins-2.6.1/osgdb_glsl.so lib/osgPlugins-2.6.1/osgdb_rgb.so lib/osgPlugins-2.6.1/osgdb_bmp.so lib/osgPlugins-2.6.1/osgdb_pnm.so lib/osgPlugins-2.6.1/osgdb_dds.so lib/osgPlugins-2.6.1/osgdb_tga.so lib/osgPlugins-2.6.1/osgdb_hdr.so lib/osgPlugins-2.6.1/osgdb_jpeg.so lib/osgPlugins-2.6.1/osgdb_gif.so lib/osgPlugins-2.6.1/osgdb_png.so lib/osgPlugins-2.6.1/osgdb_tiff.so lib/osgPlugins-2.6.1/osgdb_3dc.so lib/osgPlugins-2.6.1/osgdb_lwo.so lib/osgPlugins-2.6.1/osgdb_x.so lib/osgPlugins-2.6.1/osgdb_dw.so lib/osgPlugins-2.6.1/osgdb_dxf.so lib/osgPlugins-2.6.1/osgdb_openflight.so lib/osgPlugins-2.6.1/osgdb_geo.so lib/osgPlugins-2.6.1/osgdb_obj.so lib/osgPlugins-2.6.1/osgdb_pic.so lib/osgPlugins-2.6.1/osgdb_stl.so lib/osgPlugins-2.6.1/osgdb_3ds.so lib/osgPlugins-2.6.1/osgdb_ac.so lib/osgPlugins-2.6.1/osgdb_logo.so lib/osgPlugins-2.6.1/osgdb_lws.so lib/osgPlugins-2.6.1/osgdb_md2.so lib/osgPlugins-2.6.1/osgdb_osgtgz.so lib/osgPlugins-2.6.1/osgdb_tgz.so lib/osgPlugins-2.6.1/osgdb_txp.so lib/osgPlugins-2.6.1/osgdb_shp.so lib/osgPlugins-2.6.1/osgdb_txf.so lib/osgPlugins-2.6.1/osgdb_freetype.so lib/osgPlugins-2.6.1/osgdb_zip.so lib/osgPlugins-2.6.1/osgdb_svg.so lib/osgPlugins-2.6.1/osgdb_osgwidget.so bin/osgviewer bin/osgarchive bin/osgconv bin/osgversion bin/osgfilecache @dirrm include/OpenThreads @dirrm include/osg @dirrm include/osgDB @dirrm include/osgUtil @dirrm include/osgGA @dirrm include/osgText @dirrm include/osgManipulator @dirrm include/osgSim @dirrm include/osgFX @dirrm include/osgParticle @dirrm include/osgShadow @dirrm include/osgTerrain @dirrm include/osgViewer/api/X11 @dirrm include/osgViewer/api @dirrm include/osgViewer @dirrm include/osgWidget @dirrm lib/osgPlugins-2.6.1 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811142115.mAELF3qe096859>