aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2007-09-14 12:15:04 +0800
committeroliver <oliver@FreeBSD.org>2007-09-14 12:15:04 +0800
commit6be260921351a6a6e3e09846b489e0f8578d2f92 (patch)
tree9cc984f08ab4f16c5faa8305af8e0dc72dbfab9e /graphics
parent392bdb92c1f0bc871c4b96d1154159dc8907c75c (diff)
downloadfreebsd-ports-gnome-6be260921351a6a6e3e09846b489e0f8578d2f92.tar.gz
freebsd-ports-gnome-6be260921351a6a6e3e09846b489e0f8578d2f92.tar.zst
freebsd-ports-gnome-6be260921351a6a6e3e09846b489e0f8578d2f92.zip
remove ogre312 - repocopy should have copied ogre3d to ogre3d12
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ogre312/Makefile75
-rw-r--r--graphics/ogre312/distinfo3
-rw-r--r--graphics/ogre312/pkg-descr8
-rw-r--r--graphics/ogre312/pkg-plist248
4 files changed, 0 insertions, 334 deletions
diff --git a/graphics/ogre312/Makefile b/graphics/ogre312/Makefile
deleted file mode 100644
index 9ab48535dd0c..000000000000
--- a/graphics/ogre312/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# New ports collection makefile for: ogre3d
-# Date created: 03 Oct 2005
-# Whom: Oliver Lehmann <oliver@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ogre3d
-PORTVERSION= 1.2.5
-PORTREVISION= 2
-CATEGORIES= graphics devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=ogre
-DISTNAME= ogre-linux_osx-v${PORTVERSION:S/./-/g}
-
-MAINTAINER= oliver@FreeBSD.org
-COMMENT= A scene-oriented, flexible 3D engine written in C++
-
-LIB_DEPENDS= zzip.13:${PORTSDIR}/devel/zziplib \
- CEGUIBase.0:${PORTSDIR}/graphics/cegui
-
-WRKSRC= ${WRKDIR}/ogrenew
-CONFIGURE_ARGS= --disable-cg --program-transform-name= --enable-static --with-platform=SDL \
- --with-cppunit-prefix=/nonexistent
-CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG" \
- ZZIPLIB_CFLAGS="-I${LOCALBASE}/include" \
- ZZIPLIB_LIBS="-L${LOCALBASE}/lib -lzzip"
-GNU_CONFIGURE= YES
-USE_AUTOTOOLS= libtool:15
-USE_LDCONFIG= YES
-USE_BZIP2= YES
-USE_XLIB= YES
-USE_GCC= 3.4
-USE_GNOME= gnomehack
-USE_GMAKE= YES
-USE_SDL= sdl
-
-post-patch:
- @${REINPLACE_CMD} -e '\
- s|sdl-config|${SDL_CONFIG}|g; \
- s|-lpthread|${PTHREAD_LIBS}|g; \
- s|"-lIL|"-L${LOCALBASE}/lib -lIL|g; \
- s|-lGL -lGLU|-L${X11BASE}/lib &|g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|<CEGUI/|<|g' \
- ${WRKSRC}/Samples/Gui/src/Gui.cpp \
- ${WRKSRC}/Samples/Common/CEGUIRenderer/include/OgreCEGUIResourceProvider.h \
- ${WRKSRC}/Samples/Common/CEGUIRenderer/include/OgreCEGUITexture.h \
- ${WRKSRC}/Samples/Common/CEGUIRenderer/include/OgreCEGUIRenderer.h \
- ${WRKSRC}/Samples/Common/CEGUIRenderer/src/OgreCEGUIRenderer.cpp \
- ${WRKSRC}/Samples/Common/CEGUIRenderer/src/OgreCEGUIResourceProvider.cpp \
- ${WRKSRC}/Samples/Common/CEGUIRenderer/src/OgreCEGUITexture.cpp
- @${REINPLACE_CMD} -e 's| -Wl,-z,defs||' \
- ${WRKSRC}/PlatformManagers/SDL/src/Makefile.in \
- ${WRKSRC}/PlugIns/BSPSceneManager/src/Makefile.in \
- ${WRKSRC}/PlugIns/ParticleFX/src/Makefile.in \
- ${WRKSRC}/PlugIns/OctreeSceneManager/src/Makefile.in \
- ${WRKSRC}/RenderSystems/GL/src/Makefile.in
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/Samples/Terrain/src/Makefile.in
- @${REINPLACE_CMD} -e 's|(CEGUI::uint)|(size_t)|' \
- ${WRKSRC}/Samples/OceanDemo/src/OceanDemo.cpp
- @${REINPLACE_CMD} -e '\
- s,defined(__x86_64__),& || defined(__powerpc__) || defined(__ia64__) || defined(__sparc64__) || defined(__alpha__) || defined(__amd64__),' \
- ${WRKSRC}/OgreMain/include/OgrePlatform.h
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for docfile in README COPYING AUTHORS
- @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/ogre312/distinfo b/graphics/ogre312/distinfo
deleted file mode 100644
index 28c72bf8b340..000000000000
--- a/graphics/ogre312/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ogre-linux_osx-v1-2-5.tar.bz2) = b4c9c0e6dda14009c8e7a29de876d9a1
-SHA256 (ogre-linux_osx-v1-2-5.tar.bz2) = 9c7a31d41b626ff276b975f52395d17ee561e2d1dbcf1f6698fcb25c154d2d33
-SIZE (ogre-linux_osx-v1-2-5.tar.bz2) = 22994042
diff --git a/graphics/ogre312/pkg-descr b/graphics/ogre312/pkg-descr
deleted file mode 100644
index 34c8cbfc4a5a..000000000000
--- a/graphics/ogre312/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible
-3D engine written in C++ designed to make it easier and more intuitive for
-developers to produce games and demos utilising 3D hardware. The class library
-abstracts all the details of using the underlying system libraries like
-Direct3D and OpenGL and provides an interface based on world objects and other
-intuitive classes.
-
-WWW: http://www.ogre3d.org/
diff --git a/graphics/ogre312/pkg-plist b/graphics/ogre312/pkg-plist
deleted file mode 100644
index d06c729406eb..000000000000
--- a/graphics/ogre312/pkg-plist
+++ /dev/null
@@ -1,248 +0,0 @@
-bin/OgreMaterialUpgrade
-bin/OgreMeshUpgrade
-bin/OgreXMLConverter
-include/OGRE/Ogre.h
-include/OGRE/OgreAnimable.h
-include/OGRE/OgreAnimation.h
-include/OGRE/OgreAnimationState.h
-include/OGRE/OgreAnimationTrack.h
-include/OGRE/OgreAny.h
-include/OGRE/OgreArchive.h
-include/OGRE/OgreArchiveFactory.h
-include/OGRE/OgreArchiveManager.h
-include/OGRE/OgreAutoParamDataSource.h
-include/OGRE/OgreAxisAlignedBox.h
-include/OGRE/OgreBillboard.h
-include/OGRE/OgreBillboardChain.h
-include/OGRE/OgreBillboardParticleRenderer.h
-include/OGRE/OgreBillboardSet.h
-include/OGRE/OgreBitwise.h
-include/OGRE/OgreBlendMode.h
-include/OGRE/OgreBone.h
-include/OGRE/OgreBorderPanelOverlayElement.h
-include/OGRE/OgreCEGUIRenderer.h
-include/OGRE/OgreCEGUIResourceProvider.h
-include/OGRE/OgreCEGUITexture.h
-include/OGRE/OgreCamera.h
-include/OGRE/OgreCodec.h
-include/OGRE/OgreColourValue.h
-include/OGRE/OgreCommon.h
-include/OGRE/OgreCompiler2Pass.h
-include/OGRE/OgreCompositionPass.h
-include/OGRE/OgreCompositionTargetPass.h
-include/OGRE/OgreCompositionTechnique.h
-include/OGRE/OgreCompositor.h
-include/OGRE/OgreCompositorChain.h
-include/OGRE/OgreCompositorInstance.h
-include/OGRE/OgreCompositorManager.h
-include/OGRE/OgreCompositorScriptCompiler.h
-include/OGRE/OgreCompositorSerializer.h
-include/OGRE/OgreConfig.h
-include/OGRE/OgreConfigDialog.h
-include/OGRE/OgreConfigFile.h
-include/OGRE/OgreConfigOptionMap.h
-include/OGRE/OgreController.h
-include/OGRE/OgreControllerManager.h
-include/OGRE/OgreCursor.h
-include/OGRE/OgreDataStream.h
-include/OGRE/OgreDefaultHardwareBufferManager.h
-include/OGRE/OgreDynLib.h
-include/OGRE/OgreDynLibManager.h
-include/OGRE/OgreEdgeListBuilder.h
-include/OGRE/OgreEntity.h
-include/OGRE/OgreErrorDialog.h
-include/OGRE/OgreEventDispatcher.h
-include/OGRE/OgreEventListeners.h
-include/OGRE/OgreEventProcessor.h
-include/OGRE/OgreEventQueue.h
-include/OGRE/OgreEventTarget.h
-include/OGRE/OgreException.h
-include/OGRE/OgreExternalTextureSource.h
-include/OGRE/OgreExternalTextureSourceManager.h
-include/OGRE/OgreFactoryObj.h
-include/OGRE/OgreFileSystem.h
-include/OGRE/OgreFont.h
-include/OGRE/OgreFontManager.h
-include/OGRE/OgreFrameListener.h
-include/OGRE/OgreFrustum.h
-include/OGRE/OgreGpuProgram.h
-include/OGRE/OgreGpuProgramManager.h
-include/OGRE/OgreGpuProgramUsage.h
-include/OGRE/OgreHardwareBuffer.h
-include/OGRE/OgreHardwareBufferManager.h
-include/OGRE/OgreHardwareIndexBuffer.h
-include/OGRE/OgreHardwareOcclusionQuery.h
-include/OGRE/OgreHardwarePixelBuffer.h
-include/OGRE/OgreHardwareVertexBuffer.h
-include/OGRE/OgreHighLevelGpuProgram.h
-include/OGRE/OgreHighLevelGpuProgramManager.h
-include/OGRE/OgreILCodecs.h
-include/OGRE/OgreILImageCodec.h
-include/OGRE/OgreImage.h
-include/OGRE/OgreImageCodec.h
-include/OGRE/OgreInput.h
-include/OGRE/OgreInputEvent.h
-include/OGRE/OgreIteratorWrappers.h
-include/OGRE/OgreKeyEvent.h
-include/OGRE/OgreKeyFrame.h
-include/OGRE/OgreKeyTarget.h
-include/OGRE/OgreLight.h
-include/OGRE/OgreLog.h
-include/OGRE/OgreLogManager.h
-include/OGRE/OgreManualObject.h
-include/OGRE/OgreMaterial.h
-include/OGRE/OgreMaterialManager.h
-include/OGRE/OgreMaterialSerializer.h
-include/OGRE/OgreMath.h
-include/OGRE/OgreMatrix3.h
-include/OGRE/OgreMatrix4.h
-include/OGRE/OgreMemoryMacros.h
-include/OGRE/OgreMemoryManager.h
-include/OGRE/OgreMesh.h
-include/OGRE/OgreMeshFileFormat.h
-include/OGRE/OgreMeshManager.h
-include/OGRE/OgreMeshSerializer.h
-include/OGRE/OgreMeshSerializerImpl.h
-include/OGRE/OgreMouseEvent.h
-include/OGRE/OgreMouseMotionTarget.h
-include/OGRE/OgreMouseTarget.h
-include/OGRE/OgreMovableObject.h
-include/OGRE/OgreMovablePlane.h
-include/OGRE/OgreNoMemoryMacros.h
-include/OGRE/OgreNode.h
-include/OGRE/OgreOverlay.h
-include/OGRE/OgreOverlayContainer.h
-include/OGRE/OgreOverlayElement.h
-include/OGRE/OgreOverlayElementCommands.h
-include/OGRE/OgreOverlayElementFactory.h
-include/OGRE/OgreOverlayManager.h
-include/OGRE/OgrePanelOverlayElement.h
-include/OGRE/OgreParticle.h
-include/OGRE/OgreParticleAffector.h
-include/OGRE/OgreParticleAffectorFactory.h
-include/OGRE/OgreParticleEmitter.h
-include/OGRE/OgreParticleEmitterCommands.h
-include/OGRE/OgreParticleEmitterFactory.h
-include/OGRE/OgreParticleIterator.h
-include/OGRE/OgreParticleSystem.h
-include/OGRE/OgreParticleSystemManager.h
-include/OGRE/OgreParticleSystemRenderer.h
-include/OGRE/OgrePass.h
-include/OGRE/OgrePatchMesh.h
-include/OGRE/OgrePatchSurface.h
-include/OGRE/OgrePixelFormat.h
-include/OGRE/OgrePlane.h
-include/OGRE/OgrePlaneBoundedVolume.h
-include/OGRE/OgrePlatform.h
-include/OGRE/OgrePlatformManager.h
-include/OGRE/OgrePose.h
-include/OGRE/OgrePositionTarget.h
-include/OGRE/OgrePredefinedControllers.h
-include/OGRE/OgrePrerequisites.h
-include/OGRE/OgreProfiler.h
-include/OGRE/OgreProgressiveMesh.h
-include/OGRE/OgreQuaternion.h
-include/OGRE/OgreRadixSort.h
-include/OGRE/OgreRay.h
-include/OGRE/OgreRectangle.h
-include/OGRE/OgreRectangle2D.h
-include/OGRE/OgreRenderOperation.h
-include/OGRE/OgreRenderQueue.h
-include/OGRE/OgreRenderQueueInvocation.h
-include/OGRE/OgreRenderQueueListener.h
-include/OGRE/OgreRenderQueueSortingGrouping.h
-include/OGRE/OgreRenderSystem.h
-include/OGRE/OgreRenderSystemCapabilities.h
-include/OGRE/OgreRenderTarget.h
-include/OGRE/OgreRenderTargetListener.h
-include/OGRE/OgreRenderTexture.h
-include/OGRE/OgreRenderWindow.h
-include/OGRE/OgreRenderable.h
-include/OGRE/OgreResource.h
-include/OGRE/OgreResourceBackgroundQueue.h
-include/OGRE/OgreResourceGroupManager.h
-include/OGRE/OgreResourceManager.h
-include/OGRE/OgreRibbonTrail.h
-include/OGRE/OgreRoot.h
-include/OGRE/OgreRotationalSpline.h
-include/OGRE/OgreSceneManager.h
-include/OGRE/OgreSceneManagerEnumerator.h
-include/OGRE/OgreSceneNode.h
-include/OGRE/OgreSceneQuery.h
-include/OGRE/OgreScriptLoader.h
-include/OGRE/OgreSearchOps.h
-include/OGRE/OgreSerializer.h
-include/OGRE/OgreShadowCaster.h
-include/OGRE/OgreShadowVolumeExtrudeProgram.h
-include/OGRE/OgreSharedPtr.h
-include/OGRE/OgreSimpleRenderable.h
-include/OGRE/OgreSimpleSpline.h
-include/OGRE/OgreSingleton.h
-include/OGRE/OgreSkeleton.h
-include/OGRE/OgreSkeletonFileFormat.h
-include/OGRE/OgreSkeletonInstance.h
-include/OGRE/OgreSkeletonManager.h
-include/OGRE/OgreSkeletonSerializer.h
-include/OGRE/OgreSphere.h
-include/OGRE/OgreSpotShadowFadePng.h
-include/OGRE/OgreStableHeaders.h
-include/OGRE/OgreStaticFaceGroup.h
-include/OGRE/OgreStaticGeometry.h
-include/OGRE/OgreStdHeaders.h
-include/OGRE/OgreString.h
-include/OGRE/OgreStringConverter.h
-include/OGRE/OgreStringInterface.h
-include/OGRE/OgreStringVector.h
-include/OGRE/OgreSubEntity.h
-include/OGRE/OgreSubMesh.h
-include/OGRE/OgreTagPoint.h
-include/OGRE/OgreTargetManager.h
-include/OGRE/OgreTechnique.h
-include/OGRE/OgreTextAreaOverlayElement.h
-include/OGRE/OgreTexture.h
-include/OGRE/OgreTextureManager.h
-include/OGRE/OgreTextureUnitState.h
-include/OGRE/OgreTimer.h
-include/OGRE/OgreUserDefinedObject.h
-include/OGRE/OgreVector2.h
-include/OGRE/OgreVector3.h
-include/OGRE/OgreVector4.h
-include/OGRE/OgreVertexBoneAssignment.h
-include/OGRE/OgreVertexIndexData.h
-include/OGRE/OgreViewport.h
-include/OGRE/OgreWireBoundingBox.h
-include/OGRE/OgreZip.h
-include/OGRE/asm_math.h
-lib/OGRE/Plugin_BSPSceneManager.a
-lib/OGRE/Plugin_BSPSceneManager.la
-lib/OGRE/Plugin_BSPSceneManager.so
-lib/OGRE/Plugin_OctreeSceneManager.a
-lib/OGRE/Plugin_OctreeSceneManager.la
-lib/OGRE/Plugin_OctreeSceneManager.so
-lib/OGRE/Plugin_ParticleFX.a
-lib/OGRE/Plugin_ParticleFX.la
-lib/OGRE/Plugin_ParticleFX.so
-lib/OGRE/RenderSystem_GL.a
-lib/OGRE/RenderSystem_GL.la
-lib/OGRE/RenderSystem_GL.so
-lib/libCEGUIOgreRenderer.a
-lib/libCEGUIOgreRenderer.la
-lib/libCEGUIOgreRenderer.so
-lib/libCEGUIOgreRenderer.so.0
-lib/libOgreMain.a
-lib/libOgreMain.la
-lib/libOgreMain.so
-lib/libOgreMain.so.13
-lib/libOgrePlatform.a
-lib/libOgrePlatform.la
-lib/libOgrePlatform.so
-libdata/pkgconfig/CEGUI-OGRE.pc
-libdata/pkgconfig/OGRE.pc
-share/OGRE/ogre-config.glade
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/README
-@dirrm include/OGRE
-@dirrm lib/OGRE
-@dirrm share/OGRE
-%%PORTDOCS%%@dirrm %%DOCSDIR%%