pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ogre Initial import of ogre-0.12.1 from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ee54a8dd158
branches:  trunk
changeset: 464067:1ee54a8dd158
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Dec 03 19:01:46 2003 +0000

description:
Initial import of ogre-0.12.1 from pkgsrc-wip.

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.

diffstat:

 devel/ogre/DESCR            |    6 +
 devel/ogre/Makefile         |   31 ++++++
 devel/ogre/PLIST            |  204 ++++++++++++++++++++++++++++++++++++++++++++
 devel/ogre/buildlink2.mk    |   32 ++++++
 devel/ogre/distinfo         |    6 +
 devel/ogre/patches/patch-aa |  150 ++++++++++++++++++++++++++++++++
 devel/ogre/patches/patch-ab |   22 ++++
 7 files changed, 451 insertions(+), 0 deletions(-)

diffs (truncated from 479 to 300 lines):

diff -r 90827487fe4c -r 1ee54a8dd158 devel/ogre/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ogre/DESCR  Wed Dec 03 19:01:46 2003 +0000
@@ -0,0 +1,6 @@
+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.
diff -r 90827487fe4c -r 1ee54a8dd158 devel/ogre/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ogre/Makefile       Wed Dec 03 19:01:46 2003 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:01:46 xtraeme Exp $
+#
+
+DISTNAME=      ogre-v0-12-1
+PKGNAME=       ogre-0.12.1
+WRKSRC=                ${WRKDIR}/ogrenew
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ogre/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://ogre.sourceforge.net/
+COMMENT=       Object-Oriented Graphics Rendering Engine
+
+GNU_CONFIGURE=         yes
+USE_BUILDLINK2=                yes
+USE_GMAKE=             yes
+USE_LIBTOOL=           yes
+USE_X11=               yes
+
+CONFIGURE_ARGS+=       --with-platform=SDL
+
+LIBTOOL_OVERRIDE=       ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+=    ${WRKSRC}/OGRE.pc.in
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../wip/devIL/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 90827487fe4c -r 1ee54a8dd158 devel/ogre/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ogre/PLIST  Wed Dec 03 19:01:46 2003 +0000
@@ -0,0 +1,204 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:01:46 xtraeme Exp $
+bin/MeshUpgrader
+bin/OgreXMLConverter
+include/OGRE/Ogre.h
+include/OGRE/OgreActionEvent.h
+include/OGRE/OgreActionTarget.h
+include/OGRE/OgreAnimation.h
+include/OGRE/OgreAnimationState.h
+include/OGRE/OgreAnimationTrack.h
+include/OGRE/OgreArchiveEx.h
+include/OGRE/OgreArchiveFactory.h
+include/OGRE/OgreArchiveManager.h
+include/OGRE/OgreAxisAlignedBox.h
+include/OGRE/OgreBillboard.h
+include/OGRE/OgreBillboardSet.h
+include/OGRE/OgreBitwise.h
+include/OGRE/OgreBlendMode.h
+include/OGRE/OgreBone.h
+include/OGRE/OgreBorderButtonGuiElement.h
+include/OGRE/OgreBorderPanelGuiElement.h
+include/OGRE/OgreButtonGuiElement.h
+include/OGRE/OgreCamera.h
+include/OGRE/OgreCodec.h
+include/OGRE/OgreColourValue.h
+include/OGRE/OgreCommon.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/OgreCursorGuiElement.h
+include/OGRE/OgreDataChunk.h
+include/OGRE/OgreDefaultHardwareBufferManager.h
+include/OGRE/OgreDynLib.h
+include/OGRE/OgreDynLibManager.h
+include/OGRE/OgreEntity.h
+include/OGRE/OgreErrorDialog.h
+include/OGRE/OgreEventDispatcher.h
+include/OGRE/OgreEventListeners.h
+include/OGRE/OgreEventMulticaster.h
+include/OGRE/OgreEventProcessor.h
+include/OGRE/OgreEventQueue.h
+include/OGRE/OgreEventTarget.h
+include/OGRE/OgreException.h
+include/OGRE/OgreFactoryObj.h
+include/OGRE/OgreFont.h
+include/OGRE/OgreFontManager.h
+include/OGRE/OgreFrameListener.h
+include/OGRE/OgreGuiContainer.h
+include/OGRE/OgreGuiControl.h
+include/OGRE/OgreGuiElement.h
+include/OGRE/OgreGuiElementCommands.h
+include/OGRE/OgreGuiElementFactories.h
+include/OGRE/OgreGuiElementFactory.h
+include/OGRE/OgreGuiElementPrerequisites.h
+include/OGRE/OgreGuiManager.h
+include/OGRE/OgreGuiPressable.h
+include/OGRE/OgreHardwareBuffer.h
+include/OGRE/OgreHardwareBufferManager.h
+include/OGRE/OgreHardwareIndexBuffer.h
+include/OGRE/OgreHardwareVertexBuffer.h
+include/OGRE/OgreImage.h
+include/OGRE/OgreImageCodec.h
+include/OGRE/OgreInput.h
+include/OGRE/OgreInputEvent.h
+include/OGRE/OgreIteratorWrappers.h
+include/OGRE/OgreJPEGCodec.h
+include/OGRE/OgreKeyEvent.h
+include/OGRE/OgreKeyFrame.h
+include/OGRE/OgreKeyTarget.h
+include/OGRE/OgreLight.h
+include/OGRE/OgreListChanger.h
+include/OGRE/OgreListGuiElement.h
+include/OGRE/OgreListSelectionEvent.h
+include/OGRE/OgreListSelectionTarget.h
+include/OGRE/OgreLog.h
+include/OGRE/OgreLogManager.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/OgreNoMemoryMacros.h
+include/OGRE/OgreNode.h
+include/OGRE/OgreOverlay.h
+include/OGRE/OgreOverlayManager.h
+include/OGRE/OgrePNGCodec.h
+include/OGRE/OgrePanelGuiElement.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/OgrePatchMesh.h
+include/OGRE/OgrePatchSurface.h
+include/OGRE/OgrePlane.h
+include/OGRE/OgrePlatform.h
+include/OGRE/OgrePlatformManager.h
+include/OGRE/OgrePopupMenuGuiElement.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/OgreRay.h
+include/OGRE/OgreRenderOperation.h
+include/OGRE/OgreRenderQueue.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/OgreResourceManager.h
+include/OGRE/OgreResourceMap.h
+include/OGRE/OgreRoot.h
+include/OGRE/OgreRotationalSpline.h
+include/OGRE/OgreSDDataChunk.h
+include/OGRE/OgreSceneManager.h
+include/OGRE/OgreSceneManagerEnumerator.h
+include/OGRE/OgreSceneNode.h
+include/OGRE/OgreSceneQuery.h
+include/OGRE/OgreScrollBarGuiElement.h
+include/OGRE/OgreScrollEvent.h
+include/OGRE/OgreScrollTarget.h
+include/OGRE/OgreSerializer.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/OgreSkeletonManager.h
+include/OGRE/OgreSkeletonSerializer.h
+include/OGRE/OgreSphere.h
+include/OGRE/OgreStaticFaceGroup.h
+include/OGRE/OgreStdHeaders.h
+include/OGRE/OgreString.h
+include/OGRE/OgreStringConverter.h
+include/OGRE/OgreStringInterface.h
+include/OGRE/OgreStringResource.h
+include/OGRE/OgreStringVector.h
+include/OGRE/OgreSubEntity.h
+include/OGRE/OgreSubMesh.h
+include/OGRE/OgreTGACodec.h
+include/OGRE/OgreTTYGuiElement.h
+include/OGRE/OgreTagPoint.h
+include/OGRE/OgreTargetManager.h
+include/OGRE/OgreTextAreaGuiElement.h
+include/OGRE/OgreTextBoxGuiElement.h
+include/OGRE/OgreTexture.h
+include/OGRE/OgreTextureManager.h
+include/OGRE/OgreTimer.h
+include/OGRE/OgreUserDefinedObject.h
+include/OGRE/OgreVector3.h
+include/OGRE/OgreVertexBoneAssignment.h
+include/OGRE/OgreVertexIndexData.h
+include/OGRE/OgreViewport.h
+include/OGRE/OgreWireBoundingBox.h
+include/OGRE/OgreZip.h
+include/OGRE/OgreZipArchiveFactory.h
+include/OGRE/asm_math.h
+include/OGRE/unzip.h
+lib/OGRE/Plugin_BSPSceneManager.so
+lib/OGRE/Plugin_FileSystem.so
+lib/OGRE/Plugin_GuiElements.so
+lib/OGRE/Plugin_NatureSceneManager.so
+lib/OGRE/Plugin_OctreeSceneManager.so
+lib/OGRE/Plugin_ParticleFX.so
+lib/OGRE/RenderSystem_GL.so
+lib/libOgreMain.a
+lib/libOgreMain.la
+lib/libOgreMain.so
+lib/libOgreMain.so.1
+lib/libOgreMain.so.1.0
+lib/libOgrePlatform.so
+lib/pkgconfig/OGRE.pc
+share/OGRE/ogre-config.glade
+@dirrm share/OGRE
+@dirrm lib/OGRE
+@dirrm include/OGRE
diff -r 90827487fe4c -r 1ee54a8dd158 devel/ogre/buildlink2.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ogre/buildlink2.mk  Wed Dec 03 19:01:46 2003 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 19:01:47 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use ogre.
+#
+# This file was created automatically using createbuildlink 2.7.
+#
+
+.if !defined(OGRE_BUILDLINK2_MK)
+OGRE_BUILDLINK2_MK=    # defined
+
+BUILDLINK_PACKAGES+=                   ogre
+BUILDLINK_DEPENDS.ogre?=               ogre>=0.12.0
+BUILDLINK_PKGSRCDIR.ogre?=             ../../wip/ogre
+
+EVAL_PREFIX+=  BUILDLINK_PREFIX.ogre=ogre
+BUILDLINK_PREFIX.ogre_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.ogre+= include/OGRE/*.h
+BUILDLINK_FILES.ogre+= lib/OGRE/*
+BUILDLINK_FILES.ogre+= lib/libOgreMain.*
+BUILDLINK_FILES.ogre+= lib/libOgrePlatform.*
+BUILDLINK_FILES.ogre+= lib/pkgconfig/OGRE.pc
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../devel/zlib/buildlink2.mk"
+.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../wip/devIL/buildlink2.mk"
+
+BUILDLINK_TARGETS+=    ogre-buildlink
+
+ogre-buildlink: _BUILDLINK_USE
+
+.endif # OGRE_BUILDLINK2_MK
diff -r 90827487fe4c -r 1ee54a8dd158 devel/ogre/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ogre/distinfo       Wed Dec 03 19:01:46 2003 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:01:46 xtraeme Exp $
+
+SHA1 (ogre-v0-12-1.tar.bz2) = ffabeeb66305182ca3c7f2d9ee5a700599afd0db
+Size (ogre-v0-12-1.tar.bz2) = 13718569 bytes
+SHA1 (patch-aa) = f091507e8f84385a1ce2e78bd811189006fdb449
+SHA1 (patch-ab) = d2d6e3482391d6b5562a9cfdb302adc2911686b2
diff -r 90827487fe4c -r 1ee54a8dd158 devel/ogre/patches/patch-aa



Home | Main Index | Thread Index | Old Index