summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-10 17:05:13 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-10 17:05:13 +0000
commit2ca68b100300fe1e09868c79c5b07b5f6bba2cb7 (patch)
tree1c9b5c9e71ca433d40c6c1d686ad1b92cd849e8d
parent1ba0953270fb88396ac8ed48f2c1ad83834158a8 (diff)
downloadpkgsrc-2ca68b100300fe1e09868c79c5b07b5f6bba2cb7.tar.gz
Retire RenderKit and friends.
-rw-r--r--graphics/3DKit/DESCR24
-rw-r--r--graphics/3DKit/Makefile26
-rw-r--r--graphics/3DKit/Makefile.common18
-rw-r--r--graphics/3DKit/PLIST2
-rw-r--r--graphics/3DKit/distinfo8
-rw-r--r--graphics/GLXKit/Makefile23
-rw-r--r--graphics/GLXKit/PLIST6
-rw-r--r--graphics/GLXKit/buildlink3.mk15
-rw-r--r--graphics/GLXKit/distinfo7
-rw-r--r--graphics/GLXKit/patches/patch-aa14
-rw-r--r--graphics/GLXKit/patches/patch-ab14
-rw-r--r--graphics/GeometryKit/DESCR20
-rw-r--r--graphics/GeometryKit/Makefile23
-rw-r--r--graphics/GeometryKit/PLIST36
-rw-r--r--graphics/GeometryKit/buildlink3.mk15
-rw-r--r--graphics/GeometryKit/distinfo7
-rw-r--r--graphics/GeometryKit/patches/patch-aa13
-rw-r--r--graphics/GeometryKit/patches/patch-ab15
-rw-r--r--graphics/GlutKit/DESCR3
-rw-r--r--graphics/GlutKit/Makefile24
-rw-r--r--graphics/GlutKit/PLIST6
-rw-r--r--graphics/GlutKit/buildlink3.mk17
-rw-r--r--graphics/GlutKit/distinfo7
-rw-r--r--graphics/GlutKit/patches/patch-aa15
-rw-r--r--graphics/GlutKit/patches/patch-ab14
-rw-r--r--graphics/Makefile8
-rw-r--r--graphics/RenderKit/Makefile20
-rw-r--r--graphics/RenderKit/PLIST45
-rw-r--r--graphics/RenderKit/buildlink3.mk16
-rw-r--r--graphics/RenderKit/distinfo8
-rw-r--r--graphics/RenderKit/patches/patch-aa14
-rw-r--r--graphics/RenderKit/patches/patch-ab13
-rw-r--r--graphics/RenderKit/patches/patch-ac13
-rw-r--r--graphics/SDLKit/Makefile23
-rw-r--r--graphics/SDLKit/PLIST7
-rw-r--r--graphics/SDLKit/buildlink3.mk16
-rw-r--r--graphics/SDLKit/distinfo7
-rw-r--r--graphics/SDLKit/patches/patch-aa14
-rw-r--r--graphics/SDLKit/patches/patch-ab14
39 files changed, 1 insertions, 589 deletions
diff --git a/graphics/3DKit/DESCR b/graphics/3DKit/DESCR
deleted file mode 100644
index b5d40840ca8..00000000000
--- a/graphics/3DKit/DESCR
+++ /dev/null
@@ -1,24 +0,0 @@
- The GNU 3DKit is officially part of the GNU project! It is an extension
-to GNUstep, which provides an object oriented application development
-framework and tool set for use on a wide variety of computer platforms.
-GNUstep is based on the original OpenStep specification provided by NeXT,
-Inc. (now Apple). Of course, the GNU 3DKit also works on Mac OS X using
-the Cocoa API. It is truly a multiplatform graphics API!
-
- The GNU 3DKit's main purpose is to provide an elegant foundation commonly
-required to write 3D applications. The 3DKit uses OpenGL as backend. The
-kit consists of multiple libraries, all written in Objective-C: the
-GeometryKit, the RenderKit, the SDLKit, the GlutKit, and the GLXKit.
-
-The GNU 3DKit currently provides the following features:
- * a customisable, simple scenegraph architecture containing grouping
- nodes, level of detail nodes, switch nodes and so on.
- * basic graph optimisation capabilities
- * view-frustum culling
- * support for all OpenGL lighting modes
- * optimised state handling
- * texture mapping
- * support for vertex arrays, display lists etc.
- * transparent bounding volume handling (spheres and AABB)
- * direct support for GLX, SDL and glut
- * optimised linear algebra and some physics code
diff --git a/graphics/3DKit/Makefile b/graphics/3DKit/Makefile
deleted file mode 100644
index b4e44d5f1ce..00000000000
--- a/graphics/3DKit/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2008/09/08 06:38:56 dholland Exp $
-#
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../graphics/3DKit/Makefile.common"
-PKGREVISION= 14
-
-DISTFILES= DevManual.pdf
-
-COMMENT= Objective-C 3D graphics foundation class library
-
-NO_CONFIGURE= YES
-NO_BUILD= YES
-WRKSRC= ${WRKDIR}
-
-do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/3DKit
- ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \
- ${DESTDIR}${PREFIX}/share/doc/3DKit
-
-.include "../../graphics/GlutKit/buildlink3.mk"
-.include "../../graphics/GLXKit/buildlink3.mk"
-.include "../../graphics/SDLKit/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/3DKit/Makefile.common b/graphics/3DKit/Makefile.common
deleted file mode 100644
index 7533248b00e..00000000000
--- a/graphics/3DKit/Makefile.common
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile.common,v 1.13 2008/09/08 06:38:57 dholland Exp $
-#
-
-DISTNAME= 3DKit-0.3.1r2
-CATEGORIES?= graphics gnustep
-MASTER_SITES= http://www.gnu.org/software/gnu3dkit/
-DIST_SUBDIR= 3DKit
-
-MAINTAINER?= pkgsrc-users@NetBSD.org
-HOMEPAGE?= http://www.gnu.org/software/gnu3dkit/gnu3dkit.html
-
-DISTINFO_FILE?= ${.CURDIR}/../../graphics/3DKit/distinfo
-DESCR_SRC?= ${.CURDIR}/../../graphics/3DKit/DESCR
-
-NO_CONFIGURE= YES
-USE_TOOLS+= gmake
-MAKE_FILE= GNUmakefile
-
diff --git a/graphics/3DKit/PLIST b/graphics/3DKit/PLIST
deleted file mode 100644
index 2011a223619..00000000000
--- a/graphics/3DKit/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:59:04 joerg Exp $
-share/doc/3DKit/DevManual.pdf
diff --git a/graphics/3DKit/distinfo b/graphics/3DKit/distinfo
deleted file mode 100644
index d70c8084685..00000000000
--- a/graphics/3DKit/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/12/17 10:10:10 rillig Exp $
-
-SHA1 (3DKit/DevManual.pdf) = 1a30f0ce948f231f100e71844e8c7e6a5ff9e985
-RMD160 (3DKit/DevManual.pdf) = a2347ea85af1919929b3fc0daea80a2010220ad3
-Size (3DKit/DevManual.pdf) = 159821 bytes
-SHA1 (3DKit/3DKit-0.3.1r2.tar.gz) = 780e7dc975cb2ac0b96f8f605aa6ad0b3af596b9
-RMD160 (3DKit/3DKit-0.3.1r2.tar.gz) = bc6f154479156a10fb336fcf6a142b1474df4c61
-Size (3DKit/3DKit-0.3.1r2.tar.gz) = 216093 bytes
diff --git a/graphics/GLXKit/Makefile b/graphics/GLXKit/Makefile
deleted file mode 100644
index 8a96033482b..00000000000
--- a/graphics/GLXKit/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2010/02/01 02:28:52 joerg Exp $
-#
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../graphics/3DKit/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/3DKit/GLXKit/}
-PKGREVISION= 13
-
-COMMENT= 3DKit GLX backend
-
-DISTINFO_FILE= ${.CURDIR}/distinfo
-WRKSRC= ${WRKDIR}/${DISTNAME}/GLXKit
-
-MAKE_FLAGS+= ADDITIONAL_INCLUDE_DIRS=-I${BUILDLINK_PREFIX.RenderKit}/System/Library/Headers
-MAKE_FLAGS+= ADDITIONAL_LIB_DIRS="-L${BUILDLINK_PREFIX.RenderKit}/System/Library/Libraries -Wl,-rpath,${BUILDLINK_PREFIX.RenderKit}/System/Library/Libraries"
-
-.include "../../graphics/RenderKit/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/GLXKit/PLIST b/graphics/GLXKit/PLIST
deleted file mode 100644
index 49297a920c6..00000000000
--- a/graphics/GLXKit/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/07/07 05:46:52 joerg Exp $
-System/Library/Headers/GLXKit/G3DGLXCamera.h
-System/Library/Headers/GLXKit/G3DGLXKit.h
-System/Library/Headers/GLXKit/G3DXEventHandler.h
-System/Library/Libraries/libGLXKit.so
-System/Library/Libraries/libGLXKit.so.0.0.1
diff --git a/graphics/GLXKit/buildlink3.mk b/graphics/GLXKit/buildlink3.mk
deleted file mode 100644
index 651bad9e02b..00000000000
--- a/graphics/GLXKit/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2009/03/20 19:24:35 joerg Exp $
-
-BUILDLINK_TREE+= GLXKit
-
-.if !defined(GLXKIT_BUILDLINK3_MK)
-GLXKIT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.GLXKit+= GLXKit>=0.3.1r2nb3
-BUILDLINK_ABI_DEPENDS.GLXKit?= GLXKit>=0.3.1r2nb12
-BUILDLINK_PKGSRCDIR.GLXKit?= ../../graphics/GLXKit
-
-.include "../../graphics/RenderKit/buildlink3.mk"
-.endif # GLXKIT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -GLXKit
diff --git a/graphics/GLXKit/distinfo b/graphics/GLXKit/distinfo
deleted file mode 100644
index fd700238baf..00000000000
--- a/graphics/GLXKit/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2010/02/01 02:28:52 joerg Exp $
-
-SHA1 (3DKit/3DKit-0.3.1r2.tar.gz) = 780e7dc975cb2ac0b96f8f605aa6ad0b3af596b9
-RMD160 (3DKit/3DKit-0.3.1r2.tar.gz) = bc6f154479156a10fb336fcf6a142b1474df4c61
-Size (3DKit/3DKit-0.3.1r2.tar.gz) = 216093 bytes
-SHA1 (patch-aa) = 9d9b4cc29571141909c13edbd2f7c19d0d81a8d7
-SHA1 (patch-ab) = 7bf83ecc8da98b8c90634fb049cef5bae19eb610
diff --git a/graphics/GLXKit/patches/patch-aa b/graphics/GLXKit/patches/patch-aa
deleted file mode 100644
index a8de21ad7d4..00000000000
--- a/graphics/GLXKit/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/04/01 09:46:08 rh Exp $
-
---- G3DGLXCamera.h.orig 2001-07-22 21:58:25.000000000 +1000
-+++ G3DGLXCamera.h
-@@ -14,7 +14,9 @@
- #import <Foundation/Foundation.h>
- #import <RenderKit/G3DCamera.h>
-
-+#define id gl_id
- #include <GL/glx.h>
-+#undef id
-
- @interface G3DGLXCamera : G3DCamera
- {
diff --git a/graphics/GLXKit/patches/patch-ab b/graphics/GLXKit/patches/patch-ab
deleted file mode 100644
index 2e274397723..00000000000
--- a/graphics/GLXKit/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2010/02/01 02:28:52 joerg Exp $
-
---- GNUmakefile.orig 2010-05-31 23:36:23.000000000 +0200
-+++ GNUmakefile
-@@ -8,6 +8,9 @@
- # GNUmakefile.postamble
- #
-
-+# Install into the system root by default
-+GNUSTEP_INSTALLATION_DIR = ${DESTDIR}$(GNUSTEP_SYSTEM_ROOT)
-+
- include $(GNUSTEP_MAKEFILES)/common.make
- include Version
- #
diff --git a/graphics/GeometryKit/DESCR b/graphics/GeometryKit/DESCR
deleted file mode 100644
index 23d7dabb7a9..00000000000
--- a/graphics/GeometryKit/DESCR
+++ /dev/null
@@ -1,20 +0,0 @@
-It is an extension to GNUstep, which provides an object oriented
-application development framework and tool set for use on a wide
-variety of computer platforms. GNUstep is based on the original
-OpenStep specification provided by NeXT, Inc. (now Apple). Additionally
-the GNU 3DKit may also be used on Mac OS X using the Cocoa API.
-
-The GNU 3DKit's main purpose is to provide an elegant foundation
-commonly required to write 3D applications.
-
-The kit consists of 2 frameworks and some bundles, all written in
-Objective-C:
-
-* The GeometryKit implements often required mathematical functionality.
-* The RenderKit implements the core rendering API.
-
-* An OpenGL based preview renderer.
-* A raytracing based high quality renderer.
-
-The emphasis of the kit lies in a clean, object-oriented design
-which enables ease of use and high performance rendering.
diff --git a/graphics/GeometryKit/Makefile b/graphics/GeometryKit/Makefile
deleted file mode 100644
index e790e537366..00000000000
--- a/graphics/GeometryKit/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2010/02/01 02:29:55 joerg Exp $
-#
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../graphics/3DKit/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/3DKit/GeometryKit/}
-PKGREVISION= 14
-
-MAKE_JOBS_SAFE= no
-
-COMMENT= Objective-C class library for calculating 3D geometry
-
-DISTINFO_FILE= ${.CURDIR}/distinfo
-
-USE_LANGUAGES= objc
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/GeometryKit
-
-.include "../../x11/gnustep-back/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/GeometryKit/PLIST b/graphics/GeometryKit/PLIST
deleted file mode 100644
index f7ddac5dd5f..00000000000
--- a/graphics/GeometryKit/PLIST
+++ /dev/null
@@ -1,36 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2009/07/06 16:23:33 joerg Exp $
-include/GeometryKit/G3DBezier.h
-include/GeometryKit/G3DBox.h
-include/GeometryKit/G3DDefs.h
-include/GeometryKit/G3DFunctions.h
-include/GeometryKit/G3DIntersecting.h
-include/GeometryKit/G3DLine.h
-include/GeometryKit/G3DMatrix.h
-include/GeometryKit/G3DMatrix3d.h
-include/GeometryKit/G3DMatrix3f.h
-include/GeometryKit/G3DMatrix4d.h
-include/GeometryKit/G3DMatrix4f.h
-include/GeometryKit/G3DMatrixFunc.h
-include/GeometryKit/G3DPlane.h
-include/GeometryKit/G3DQuatFunc.h
-include/GeometryKit/G3DQuaternion.h
-include/GeometryKit/G3DSphere.h
-include/GeometryKit/G3DTrigonometry.h
-include/GeometryKit/G3DTuple2d.h
-include/GeometryKit/G3DTuple2f.h
-include/GeometryKit/G3DTuple3d.h
-include/GeometryKit/G3DTuple3f.h
-include/GeometryKit/G3DTuple4d.h
-include/GeometryKit/G3DTuple4f.h
-include/GeometryKit/G3DVector.h
-include/GeometryKit/G3DVector2d.h
-include/GeometryKit/G3DVector2f.h
-include/GeometryKit/G3DVector3d.h
-include/GeometryKit/G3DVector3f.h
-include/GeometryKit/G3DVector4d.h
-include/GeometryKit/G3DVector4f.h
-include/GeometryKit/G3DVectorFunc.h
-include/GeometryKit/GeometryKit.h
-lib/libGeometryKit.so
-lib/libGeometryKit.so.0.7.0
-@pkgdir Local/Headers/GeometryKit
diff --git a/graphics/GeometryKit/buildlink3.mk b/graphics/GeometryKit/buildlink3.mk
deleted file mode 100644
index d6ea700b480..00000000000
--- a/graphics/GeometryKit/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2009/03/20 19:24:35 joerg Exp $
-
-BUILDLINK_TREE+= GeometryKit
-
-.if !defined(GEOMETRYKIT_BUILDLINK3_MK)
-GEOMETRYKIT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.GeometryKit+= GeometryKit>=0.3.1r2nb3
-BUILDLINK_ABI_DEPENDS.GeometryKit?= GeometryKit>=0.3.1r2nb12
-BUILDLINK_PKGSRCDIR.GeometryKit?= ../../graphics/GeometryKit
-
-.include "../../x11/gnustep-back/buildlink3.mk"
-.endif # GEOMETRYKIT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -GeometryKit
diff --git a/graphics/GeometryKit/distinfo b/graphics/GeometryKit/distinfo
deleted file mode 100644
index 0f92dfd3026..00000000000
--- a/graphics/GeometryKit/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2010/02/02 15:53:56 joerg Exp $
-
-SHA1 (3DKit/3DKit-0.3.1r2.tar.gz) = 780e7dc975cb2ac0b96f8f605aa6ad0b3af596b9
-RMD160 (3DKit/3DKit-0.3.1r2.tar.gz) = bc6f154479156a10fb336fcf6a142b1474df4c61
-Size (3DKit/3DKit-0.3.1r2.tar.gz) = 216093 bytes
-SHA1 (patch-aa) = 8e31a6cfbd68e14f746e7fa5df95c418968fe532
-SHA1 (patch-ab) = db69885ee0401d368a8f10c3cfc86c091debf56a
diff --git a/graphics/GeometryKit/patches/patch-aa b/graphics/GeometryKit/patches/patch-aa
deleted file mode 100644
index 4d4b55eee6f..00000000000
--- a/graphics/GeometryKit/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/09/17 14:35:03 minskim Exp $
-
---- GNUmakefile.orig 2001-08-05 04:35:46.000000000 -0700
-+++ GNUmakefile
-@@ -26,7 +26,7 @@
- # Install into the system root by default
- #GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
-
--GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
-+GNUSTEP_MAKEFILES ?= $(GNUSTEP_SYSTEM_ROOT)/Makefiles
-
- include $(GNUSTEP_MAKEFILES)/common.make
-
diff --git a/graphics/GeometryKit/patches/patch-ab b/graphics/GeometryKit/patches/patch-ab
deleted file mode 100644
index 18a905816f3..00000000000
--- a/graphics/GeometryKit/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2010/02/02 15:53:57 joerg Exp $
-
---- GeometryKit/GNUmakefile.orig 2010-02-02 15:47:47.000000000 +0000
-+++ GeometryKit/GNUmakefile
-@@ -24,8 +24,8 @@ LIBRARY_VAR=GEOMETRYKIT
- LIBRARY_NAME=libGeometryKit
- libGeometryKit_HEADER_FILES_DIR=.
- libGeometryKit_HEADER_FILES_INSTALL_DIR=/GeometryKit
--GEOMETRYKIT_INSTALLATION_DIR=$(GNUSTEP_LOCAL_ROOT)
--GEOMETRYKIT_INSTALL_PREFIX=$(GNUSTEP_LOCAL_ROOT)
-+GEOMETRYKIT_INSTALLATION_DIR=${DESTDIR}$(GNUSTEP_LOCAL_ROOT)
-+GEOMETRYKIT_INSTALL_PREFIX=${DESTDIR}$(GNUSTEP_LOCAL_ROOT)
- ADDITIONAL_INCLUDE_DIRS = -I..
- srcdir = .
- #
diff --git a/graphics/GlutKit/DESCR b/graphics/GlutKit/DESCR
deleted file mode 100644
index 93b26681594..00000000000
--- a/graphics/GlutKit/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-The GlutKit libraries provide a GL backend for the 3DKit graphics API.
-3DKit provides an object oriented graphics API for writing 3D graphics
-applications using GNUstep or Cocoa.
diff --git a/graphics/GlutKit/Makefile b/graphics/GlutKit/Makefile
deleted file mode 100644
index b47af4ef876..00000000000
--- a/graphics/GlutKit/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2010/02/01 02:32:34 joerg Exp $
-#
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../graphics/3DKit/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/3DKit/GlutKit/}
-PKGREVISION= 15
-
-COMMENT= 3DKit GLUT backend
-
-DISTINFO_FILE= ${.CURDIR}/distinfo
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/GlutKit
-
-MAKE_FLAGS+= ADDITIONAL_INCLUDE_DIRS=-I${BUILDLINK_PREFIX.RenderKit}/System/Library/Headers
-
-
-.include "../../graphics/RenderKit/buildlink3.mk"
-.include "../../graphics/glut/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/GlutKit/PLIST b/graphics/GlutKit/PLIST
deleted file mode 100644
index 5222b5bd391..00000000000
--- a/graphics/GlutKit/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/07/07 05:40:51 joerg Exp $
-System/Library/Headers/GlutKit/G3DGlutCamera.h
-System/Library/Headers/GlutKit/G3DGlutKit.h
-System/Library/Libraries/libGlutKit.so
-System/Library/Libraries/libGlutKit.so.0.5.0
-@pkgdir share/GNUstep/Local/Headers/GlutKit
diff --git a/graphics/GlutKit/buildlink3.mk b/graphics/GlutKit/buildlink3.mk
deleted file mode 100644
index f19fa09b159..00000000000
--- a/graphics/GlutKit/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2009/03/20 19:24:35 joerg Exp $
-
-BUILDLINK_TREE+= GlutKit
-
-.if !defined(GLUTKIT_BUILDLINK3_MK)
-GLUTKIT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.GlutKit+= GlutKit>=0.3.1r2nb4
-BUILDLINK_ABI_DEPENDS.GlutKit?= GlutKit>=0.3.1r2nb14
-BUILDLINK_PKGSRCDIR.GlutKit?= ../../graphics/GlutKit
-
-.include "../../graphics/RenderKit/buildlink3.mk"
-.include "../../graphics/glut/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.endif # GLUTKIT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -GlutKit
diff --git a/graphics/GlutKit/distinfo b/graphics/GlutKit/distinfo
deleted file mode 100644
index 2326bd76879..00000000000
--- a/graphics/GlutKit/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2010/02/01 02:32:34 joerg Exp $
-
-SHA1 (3DKit/3DKit-0.3.1r2.tar.gz) = 780e7dc975cb2ac0b96f8f605aa6ad0b3af596b9
-RMD160 (3DKit/3DKit-0.3.1r2.tar.gz) = bc6f154479156a10fb336fcf6a142b1474df4c61
-Size (3DKit/3DKit-0.3.1r2.tar.gz) = 216093 bytes
-SHA1 (patch-aa) = a12e85937d5b5eb23111749985cdf4099b9d26b4
-SHA1 (patch-ab) = 7c3e7c4cce76f58669fd70e8e8c58cc4285b5504
diff --git a/graphics/GlutKit/patches/patch-aa b/graphics/GlutKit/patches/patch-aa
deleted file mode 100644
index d5c7d3e1dde..00000000000
--- a/graphics/GlutKit/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/04/01 09:36:12 rh Exp $
-
---- G3DGlutCamera.h.orig 2001-07-16 00:29:13.000000000 +1000
-+++ G3DGlutCamera.h
-@@ -24,8 +24,10 @@
- #import <RenderKit/G3DTypes.h>
-
- #ifdef GNUSTEP
-+#define id gl_id
- #include <GL/gl.h>
- #include <GL/glut.h>
-+#undef id
- #else
- #include <OpenGL/gl.h>
- #include <GLUT/glut.h>
diff --git a/graphics/GlutKit/patches/patch-ab b/graphics/GlutKit/patches/patch-ab
deleted file mode 100644
index 0daa15065ae..00000000000
--- a/graphics/GlutKit/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2010/02/01 02:32:34 joerg Exp $
-
---- GNUmakefile.orig 2010-05-31 23:24:27.000000000 +0200
-+++ GNUmakefile
-@@ -8,6 +8,9 @@
- # GNUmakefile.postamble
- #
-
-+# Install into the system root by default
-+GNUSTEP_INSTALLATION_DIR = ${DESTDIR}$(GNUSTEP_SYSTEM_ROOT)
-+
- include $(GNUSTEP_MAKEFILES)/common.make
- include Version
- #
diff --git a/graphics/Makefile b/graphics/Makefile
index 574b123f9e0..ddbce2273f2 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,17 +1,13 @@
-# $NetBSD: Makefile,v 1.549 2010/01/21 12:37:02 obache Exp $
+# $NetBSD: Makefile,v 1.550 2010/02/10 17:05:13 joerg Exp $
#
COMMENT= Graphics tools and libraries
-SUBDIR+= 3DKit
SUBDIR+= CRWInfo
SUBDIR+= Cenon
SUBDIR+= Coin
-SUBDIR+= GLXKit
SUBDIR+= GMT
SUBDIR+= GUIlib
-SUBDIR+= GeometryKit
-SUBDIR+= GlutKit
SUBDIR+= GraphicsMagick
SUBDIR+= ImageMagick
SUBDIR+= ImageViewer
@@ -21,8 +17,6 @@ SUBDIR+= MesaLib
SUBDIR+= Ngraph
SUBDIR+= OpenRM
SUBDIR+= PanoTools
-SUBDIR+= RenderKit
-SUBDIR+= SDLKit
SUBDIR+= SDL_image
SUBDIR+= TiffIO
SUBDIR+= aalib
diff --git a/graphics/RenderKit/Makefile b/graphics/RenderKit/Makefile
deleted file mode 100644
index a792d601ad2..00000000000
--- a/graphics/RenderKit/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2010/02/10 16:08:40 joerg Exp $
-#
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../graphics/3DKit/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/3DKit/RenderKit/}
-PKGREVISION= 15
-
-COMMENT= Objective-C API for core scene rendering
-
-DISTINFO_FILE= ${.CURDIR}/distinfo
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/3DKit/RenderKit
-
-.include "../../graphics/GeometryKit/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/RenderKit/PLIST b/graphics/RenderKit/PLIST
deleted file mode 100644
index a1236b5e520..00000000000
--- a/graphics/RenderKit/PLIST
+++ /dev/null
@@ -1,45 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2010/02/10 16:08:40 joerg Exp $
-System/Library/Headers/RenderKit/G3DArchiver.h
-System/Library/Headers/RenderKit/G3DArchivingInfo.h
-System/Library/Headers/RenderKit/G3DAttributeNode.h
-System/Library/Headers/RenderKit/G3DBVol.h
-System/Library/Headers/RenderKit/G3DBillboard.h
-System/Library/Headers/RenderKit/G3DCamera.h
-System/Library/Headers/RenderKit/G3DColour.h
-System/Library/Headers/RenderKit/G3DDefines.h
-System/Library/Headers/RenderKit/G3DFileHandler.h
-System/Library/Headers/RenderKit/G3DFog.h
-System/Library/Headers/RenderKit/G3DFrustum.h
-System/Library/Headers/RenderKit/G3DFunctions.h
-System/Library/Headers/RenderKit/G3DGeometryBackend.h
-System/Library/Headers/RenderKit/G3DGeometryExtensions.h
-System/Library/Headers/RenderKit/G3DGraphNode.h
-System/Library/Headers/RenderKit/G3DGroup.h
-System/Library/Headers/RenderKit/G3DIVtxArray.h
-System/Library/Headers/RenderKit/G3DLODGroup.h
-System/Library/Headers/RenderKit/G3DLeaf.h
-System/Library/Headers/RenderKit/G3DLight.h
-System/Library/Headers/RenderKit/G3DMaterial.h
-System/Library/Headers/RenderKit/G3DNodeEnumerator.h
-System/Library/Headers/RenderKit/G3DNodeList.h
-System/Library/Headers/RenderKit/G3DOverlay.h
-System/Library/Headers/RenderKit/G3DRenderEngine.h
-System/Library/Headers/RenderKit/G3DRotator.h
-System/Library/Headers/RenderKit/G3DSceneCoding.h
-System/Library/Headers/RenderKit/G3DShape+Surface.h
-System/Library/Headers/RenderKit/G3DShape.h
-System/Library/Headers/RenderKit/G3DState.h
-System/Library/Headers/RenderKit/G3DSurface.h
-System/Library/Headers/RenderKit/G3DSwitchGroup.h
-System/Library/Headers/RenderKit/G3DTexture.h
-System/Library/Headers/RenderKit/G3DTimedSwitchGroup.h
-System/Library/Headers/RenderKit/G3DTransform.h
-System/Library/Headers/RenderKit/G3DTypes.h
-System/Library/Headers/RenderKit/G3DUnarchiver.h
-System/Library/Headers/RenderKit/G3DVtxArray.h
-System/Library/Headers/RenderKit/G3DWorld.h
-System/Library/Headers/RenderKit/NSObject+G3DExtensions.h
-System/Library/Headers/RenderKit/RenderKit.h
-System/Library/Libraries/libRenderKit.so
-System/Library/Libraries/libRenderKit.so.0.4.1
-@pkgdir share/GNUstep/Local/Headers/RenderKit
diff --git a/graphics/RenderKit/buildlink3.mk b/graphics/RenderKit/buildlink3.mk
deleted file mode 100644
index 158e7dd0f31..00000000000
--- a/graphics/RenderKit/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.11 2009/03/20 19:24:36 joerg Exp $
-
-BUILDLINK_TREE+= RenderKit
-
-.if !defined(RENDERKIT_BUILDLINK3_MK)
-RENDERKIT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.RenderKit+= RenderKit>=0.3.1r2nb3
-BUILDLINK_ABI_DEPENDS.RenderKit?= RenderKit>=0.3.1r2nb12
-BUILDLINK_PKGSRCDIR.RenderKit?= ../../graphics/RenderKit
-
-.include "../../graphics/GeometryKit/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
-.endif # RENDERKIT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -RenderKit
diff --git a/graphics/RenderKit/distinfo b/graphics/RenderKit/distinfo
deleted file mode 100644
index 82b4cf6c8a8..00000000000
--- a/graphics/RenderKit/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.4 2010/02/10 16:08:40 joerg Exp $
-
-SHA1 (3DKit/3DKit-0.3.1r2.tar.gz) = 780e7dc975cb2ac0b96f8f605aa6ad0b3af596b9
-RMD160 (3DKit/3DKit-0.3.1r2.tar.gz) = bc6f154479156a10fb336fcf6a142b1474df4c61
-Size (3DKit/3DKit-0.3.1r2.tar.gz) = 216093 bytes
-SHA1 (patch-aa) = 0a367dd086dc95c56e088b2fb601a2f8ebc242a6
-SHA1 (patch-ab) = 5aa549ce26f069cbcfb5b64eecdf6f33d0d057ff
-SHA1 (patch-ac) = 60952ba16ccca9e13aaa7bd8605dd9fc687ac090
diff --git a/graphics/RenderKit/patches/patch-aa b/graphics/RenderKit/patches/patch-aa
deleted file mode 100644
index 6d079a54387..00000000000
--- a/graphics/RenderKit/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/04/01 09:24:54 rh Exp $
-
---- RenderKit/G3DRenderEngine.h.orig 2001-07-08 01:35:47.000000000 +1000
-+++ RenderKit/G3DRenderEngine.h
-@@ -27,7 +27,9 @@
- #import <RenderKit/G3DTypes.h>
-
- #ifdef GNUSTEP
-+#define id gl_id
- #include <GL/gl.h>
-+#undef id
- #else
- #include <OpenGL/gl.h>
- #endif
diff --git a/graphics/RenderKit/patches/patch-ab b/graphics/RenderKit/patches/patch-ab
deleted file mode 100644
index 546a7c75b19..00000000000
--- a/graphics/RenderKit/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/09/17 14:51:43 minskim Exp $
-
---- GNUmakefile.orig 2001-08-05 04:35:46.000000000 -0700
-+++ GNUmakefile
-@@ -25,7 +25,7 @@
-
- # Install into the system root by default
- GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
--GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
-+GNUSTEP_MAKEFILES ?= $(GNUSTEP_SYSTEM_ROOT)/Makefiles
-
- include $(GNUSTEP_MAKEFILES)/common.make
-
diff --git a/graphics/RenderKit/patches/patch-ac b/graphics/RenderKit/patches/patch-ac
deleted file mode 100644
index d877b27a61f..00000000000
--- a/graphics/RenderKit/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2010/02/10 16:08:40 joerg Exp $
-
---- RenderKit/GNUmakefile.preamble.orig 2010-02-10 16:02:51.000000000 +0000
-+++ RenderKit/GNUmakefile.preamble
-@@ -59,7 +59,7 @@ ADDITIONAL_TOOL_LIBS +=
- #
-
- # Additional directories to be created during installation
--ADDITIONAL_INSTALL_DIRS = $(RENDERKIT_INSTALL_PREFIX)/Headers/RenderKit
-+ADDITIONAL_INSTALL_DIRS =
-
- #
- # Local configuration
diff --git a/graphics/SDLKit/Makefile b/graphics/SDLKit/Makefile
deleted file mode 100644
index a9020cf708b..00000000000
--- a/graphics/SDLKit/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2010/02/01 02:41:52 joerg Exp $
-#
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../graphics/3DKit/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/3DKit/SDLKit/}
-PKGREVISION= 18
-
-COMMENT= 3DKit SDL backend
-
-DISTINFO_FILE= ${.CURDIR}/distinfo
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/SDLKit
-
-MAKE_FLAGS+= ADDITIONAL_INCLUDE_DIRS=-I${BUILDLINK_PREFIX.RenderKit}/System/Library/Headers
-
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../graphics/RenderKit/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/SDLKit/PLIST b/graphics/SDLKit/PLIST
deleted file mode 100644
index 11178d9e43f..00000000000
--- a/graphics/SDLKit/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/07/07 05:50:21 joerg Exp $
-System/Library/Headers/SDLKit/G3DSDLCamera.h
-System/Library/Headers/SDLKit/G3DSDLEventHandler.h
-System/Library/Headers/SDLKit/G3DSDLKit.h
-System/Library/Libraries/libSDLKit.so
-System/Library/Libraries/libSDLKit.so.0.4.0
-@pkgdir share/GNUstep/Local/Headers/SDLKit
diff --git a/graphics/SDLKit/buildlink3.mk b/graphics/SDLKit/buildlink3.mk
deleted file mode 100644
index 0229d935a68..00000000000
--- a/graphics/SDLKit/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.13 2009/03/20 19:24:36 joerg Exp $
-
-BUILDLINK_TREE+= SDLKit
-
-.if !defined(SDLKIT_BUILDLINK3_MK)
-SDLKIT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.SDLKit+= SDLKit>=0.3.1r2nb5
-BUILDLINK_ABI_DEPENDS.SDLKit?= SDLKit>=0.3.1r2nb17
-BUILDLINK_PKGSRCDIR.SDLKit?= ../../graphics/SDLKit
-
-.include "../../devel/SDL/buildlink3.mk"
-.include "../../graphics/RenderKit/buildlink3.mk"
-.endif # SDLKIT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -SDLKit
diff --git a/graphics/SDLKit/distinfo b/graphics/SDLKit/distinfo
deleted file mode 100644
index a527e4b7c13..00000000000
--- a/graphics/SDLKit/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2010/02/01 02:41:52 joerg Exp $
-
-SHA1 (3DKit/3DKit-0.3.1r2.tar.gz) = 780e7dc975cb2ac0b96f8f605aa6ad0b3af596b9
-RMD160 (3DKit/3DKit-0.3.1r2.tar.gz) = bc6f154479156a10fb336fcf6a142b1474df4c61
-Size (3DKit/3DKit-0.3.1r2.tar.gz) = 216093 bytes
-SHA1 (patch-aa) = f60cf7bb977f5471bdf54399928aa2086c064b05
-SHA1 (patch-ab) = 42c4d4d9cf3d0b39c5b956d492913370e354700b
diff --git a/graphics/SDLKit/patches/patch-aa b/graphics/SDLKit/patches/patch-aa
deleted file mode 100644
index dd820a5e53f..00000000000
--- a/graphics/SDLKit/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/04/01 10:00:21 rh Exp $
-
---- G3DSDLCamera.h.orig 2001-07-15 23:56:15.000000000 +1000
-+++ G3DSDLCamera.h
-@@ -26,7 +26,9 @@
- #import <RenderKit/G3DCamera.h>
-
- #ifdef GNUSTEP
-+#define id gl_id
- #include <GL/gl.h>
-+#undef id
- #else
- #include <OpenGL/gl.h>
- #endif
diff --git a/graphics/SDLKit/patches/patch-ab b/graphics/SDLKit/patches/patch-ab
deleted file mode 100644
index 8a168580f89..00000000000
--- a/graphics/SDLKit/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2010/02/01 02:41:52 joerg Exp $
-
---- GNUmakefile.orig 2010-05-31 23:39:15.000000000 +0200
-+++ GNUmakefile
-@@ -8,6 +8,9 @@
- # GNUmakefile.postamble
- #
-
-+# Install into the system root by default
-+GNUSTEP_INSTALLATION_DIR = ${DESTDIR}$(GNUSTEP_SYSTEM_ROOT)
-+
- include $(GNUSTEP_MAKEFILES)/common.make
- include Version
- #