diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-08-31 01:28:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-08-31 01:28:34 +0000 |
commit | b0b4622b2412b0aa8a0ca0c182f2a19de1f9134b (patch) | |
tree | 73616330e9831aa33385bdeecd3223401f084dcd /graphics/osg-devel | |
parent | a3bdea42eb3beda39705b09efe79d74ef5fb39dc (diff) | |
download | ports-b0b4622b2412b0aa8a0ca0c182f2a19de1f9134b.tar.gz ports-b0b4622b2412b0aa8a0ca0c182f2a19de1f9134b.zip |
Notes
Diffstat (limited to 'graphics/osg-devel')
-rw-r--r-- | graphics/osg-devel/Makefile | 5 | ||||
-rw-r--r-- | graphics/osg-devel/distinfo | 6 | ||||
-rw-r--r-- | graphics/osg-devel/pkg-plist | 14 |
3 files changed, 18 insertions, 7 deletions
diff --git a/graphics/osg-devel/Makefile b/graphics/osg-devel/Makefile index 035250441fd3..aedbd8de606d 100644 --- a/graphics/osg-devel/Makefile +++ b/graphics/osg-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= osg -PORTVERSION= 2.9.7 -PORTREVISION= 2 +PORTVERSION= 2.9.8 CATEGORIES= graphics MASTER_SITES= http://www.openscenegraph.org/downloads/developer_releases/ \ http://mirror.amdmi3.ru/distfiles/ @@ -32,7 +31,7 @@ USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes PLIST_SUB= OSG_VERSION=${PORTVERSION} \ - OSG_SHLIBVER=63 \ + OSG_SHLIBVER=66 \ OPENTHREADS_VERSION=2.5.0 \ OPENTHREADS_SHLIBVER=12 diff --git a/graphics/osg-devel/distinfo b/graphics/osg-devel/distinfo index 6d5a71ea8043..3c00124bd353 100644 --- a/graphics/osg-devel/distinfo +++ b/graphics/osg-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (OpenSceneGraph-2.9.7.zip) = b5118ed07ec2945e23ad5e880f3f0f6d -SHA256 (OpenSceneGraph-2.9.7.zip) = ae0436a854b97a9efb7fe2c8a38630dab5182b1ea23b984ea0ea17fc789a5dd2 -SIZE (OpenSceneGraph-2.9.7.zip) = 7656130 +MD5 (OpenSceneGraph-2.9.8.zip) = 1eeaa00ef02a551814b740ac73ecd372 +SHA256 (OpenSceneGraph-2.9.8.zip) = 948da62d00e1824add4d1010ddded42a17d3e5dc50f2cb1f2e1ddb53c7146a1a +SIZE (OpenSceneGraph-2.9.8.zip) = 7899303 diff --git a/graphics/osg-devel/pkg-plist b/graphics/osg-devel/pkg-plist index 9893e2f14a0d..cb6c848a4415 100644 --- a/graphics/osg-devel/pkg-plist +++ b/graphics/osg-devel/pkg-plist @@ -151,6 +151,7 @@ include/osg/Texture include/osg/Texture1D include/osg/Texture2D include/osg/Texture2DArray +include/osg/Texture2DMultisample include/osg/Texture3D include/osg/TextureCubeMap include/osg/TextureRectangle @@ -277,19 +278,22 @@ include/osgFX/Technique include/osgFX/Validator include/osgFX/Version include/osgGA/AnimationPathManipulator +include/osgGA/CameraManipulator include/osgGA/CameraViewSwitchManipulator include/osgGA/DriveManipulator include/osgGA/EventQueue include/osgGA/EventVisitor include/osgGA/Export +include/osgGA/FirstPersonManipulator include/osgGA/FlightManipulator include/osgGA/GUIActionAdapter include/osgGA/GUIEventAdapter include/osgGA/GUIEventHandler include/osgGA/KeySwitchMatrixManipulator -include/osgGA/MatrixManipulator include/osgGA/NodeTrackerManipulator +include/osgGA/OrbitManipulator include/osgGA/SphericalManipulator +include/osgGA/StandardManipulator include/osgGA/StateSetManipulator include/osgGA/TerrainManipulator include/osgGA/TrackballManipulator @@ -440,6 +444,7 @@ include/osgUtil/IncrementalCompileOperation include/osgUtil/IntersectVisitor include/osgUtil/IntersectionVisitor include/osgUtil/LineSegmentIntersector +include/osgUtil/MeshOptimizers include/osgUtil/OperationArrayFunctor include/osgUtil/Optimizer include/osgUtil/PlaneIntersector @@ -629,8 +634,15 @@ lib/osgPlugins-%%OSG_VERSION%%/osgdb_rgb.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_rot.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_scale.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osg.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osganimation.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgfx.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgmanipulator.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgparticle.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgshadow.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgsim.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgterrain.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgtext.so +lib/osgPlugins-%%OSG_VERSION%%/osgdb_serializers_osgvolume.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_shp.so lib/osgPlugins-%%OSG_VERSION%%/osgdb_stl.so %%SVG%%lib/osgPlugins-%%OSG_VERSION%%/osgdb_svg.so |