diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-10 17:05:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-10 17:05:13 +0000 |
commit | 2ca68b100300fe1e09868c79c5b07b5f6bba2cb7 (patch) | |
tree | 1c9b5c9e71ca433d40c6c1d686ad1b92cd849e8d /graphics/GlutKit | |
parent | 1ba0953270fb88396ac8ed48f2c1ad83834158a8 (diff) | |
download | pkgsrc-2ca68b100300fe1e09868c79c5b07b5f6bba2cb7.tar.gz |
Retire RenderKit and friends.
Diffstat (limited to 'graphics/GlutKit')
-rw-r--r-- | graphics/GlutKit/DESCR | 3 | ||||
-rw-r--r-- | graphics/GlutKit/Makefile | 24 | ||||
-rw-r--r-- | graphics/GlutKit/PLIST | 6 | ||||
-rw-r--r-- | graphics/GlutKit/buildlink3.mk | 17 | ||||
-rw-r--r-- | graphics/GlutKit/distinfo | 7 | ||||
-rw-r--r-- | graphics/GlutKit/patches/patch-aa | 15 | ||||
-rw-r--r-- | graphics/GlutKit/patches/patch-ab | 14 |
7 files changed, 0 insertions, 86 deletions
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 - # |