summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2001-06-30 15:18:53 +0000
committertaca <taca>2001-06-30 15:18:53 +0000
commit294fea7c12caa4c5b17fc30a11ed3668e13456f6 (patch)
tree2356b7fe1e48172ce786de5c26e23b0c900afe17
parentf50ef908057e65474fb75ef198eb012c70f7bc40 (diff)
downloadpkgsrc-294fea7c12caa4c5b17fc30a11ed3668e13456f6.tar.gz
Remove ruby-gl, since it has renamed to ruby-opengl.
-rw-r--r--graphics/ruby-gl/Makefile29
-rw-r--r--graphics/ruby-gl/distinfo6
-rw-r--r--graphics/ruby-gl/patches/patch-aa25
-rw-r--r--graphics/ruby-gl/patches/patch-ab16
-rw-r--r--graphics/ruby-gl/pkg/DESCR1
-rw-r--r--graphics/ruby-gl/pkg/PLIST51
6 files changed, 0 insertions, 128 deletions
diff --git a/graphics/ruby-gl/Makefile b/graphics/ruby-gl/Makefile
deleted file mode 100644
index 00efbd40c39..00000000000
--- a/graphics/ruby-gl/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:33 wiz Exp $
-#
-
-DISTNAME= rbogl
-PKGNAME= ruby-gl-0.31
-CATEGORIES= graphics
-MASTER_SITES= http://www2.giganet.net/~yoshi/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= sakamoto@netbsd.org
-HOMEPAGE= http://www2.giganet.net/~yoshi/
-COMMENT= Ruby interface to OpenGL
-
-DEPENDS+= ruby-1.4.*:../../lang/ruby
-
-USE_X11= yes
-USE_MESA= yes
-WRKSRC= ${WRKDIR}/ruby-gl
-RUBY_VERSION= 1.4
-PLIST_SUBST= RUBY_VERSION=${RUBY_VERSION}
-
-do-configure:
- (cd ${WRKSRC}; ruby extconf.rb)
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ruby/gl
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${PREFIX}/share/examples/ruby/gl
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/ruby-gl/distinfo b/graphics/ruby-gl/distinfo
deleted file mode 100644
index 2e70b132de6..00000000000
--- a/graphics/ruby-gl/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:26 wiz Exp $
-
-SHA1 (rbogl.tgz) = 1a4aaf4f22a11740f47f946af22918f3f37b573a
-Size (rbogl.tgz) = 69755 bytes
-SHA1 (patch-aa) = 7981d3de5947efe62d9696c1abe2e764a411025b
-SHA1 (patch-ab) = d31e9a5094053c40ac8fab1f6c529a30cb05de58
diff --git a/graphics/ruby-gl/patches/patch-aa b/graphics/ruby-gl/patches/patch-aa
deleted file mode 100644
index 9572361b565..00000000000
--- a/graphics/ruby-gl/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2000/04/24 09:42:54 sakamoto Exp $
-
---- extconf.rb.orig Wed Feb 16 01:31:59 2000
-+++ extconf.rb Mon Apr 24 18:31:21 2000
-@@ -27,6 +27,6 @@
- glut_libname = "glut"
- else
-- $CFLAGS="-I/usr/local/include -I. -I/usr/X11R6/include"
-- $LDFLAGS="-L/usr/local/lib -L/usr/X11R6/lib"
-+ $CFLAGS="-I#{ENV['LOCALBASE']}/include -I. -I#{ENV['X11BASE']}/include"
-+ $LDFLAGS="-L#{ENV['LOCALBASE']}/lib -R#{ENV['LOCALBASE']}/lib -L#{ENV['X11BASE']}/lib -R#{ENV['X11BASE']}/lib"
- $libs = append_library($libs, "Xmu")
- $libs = append_library($libs, "X11")
-@@ -77,9 +77,9 @@
- all: #{modules}
-
--opengl.#{CONFIG[\"DLEXT\"]}: rbogl.c ogl.c glu.c rbogl.h
-+opengl.#{CONFIG["DLEXT"]}: rbogl.c ogl.c glu.c rbogl.h
- @echo Now Making opengl extend module
- @$(MAKE) -f Makefile.ogl
-
--glut.#{CONFIG[\"DLEXT\"]}: glut.c
-+glut.#{CONFIG["DLEXT"]}: glut.c
- @echo Now Making glut extend module
- @$(MAKE) -f Makefile.glut
diff --git a/graphics/ruby-gl/patches/patch-ab b/graphics/ruby-gl/patches/patch-ab
deleted file mode 100644
index c66a8e5a974..00000000000
--- a/graphics/ruby-gl/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2001/01/09 23:20:52 wiz Exp $
-
---- ogl.c.orig Tue Feb 15 17:31:59 2000
-+++ ogl.c
-@@ -4211,7 +4211,10 @@
- #if defined(GL_VERSION_1_1)
- rb_define_const(mOGL, "CLIENT_PIXEL_STORE_BIT", INT2NUM(GL_CLIENT_PIXEL_STORE_BIT));
- rb_define_const(mOGL, "CLIENT_VERTEX_ARRAY_BIT", INT2NUM(GL_CLIENT_VERTEX_ARRAY_BIT));
-+#ifndef GL_ALL_CLIENT_ATTRIB_BITS
-+#define GL_ALL_CLIENT_ATTRIB_BITS GL_CLIENT_ALL_ATTRIB_BITS
-+#endif
-- rb_define_const(mOGL, "CLIENT_ALL_ATTRIB_BITS", INT2NUM(GL_CLIENT_ALL_ATTRIB_BITS));
-+ rb_define_const(mOGL, "ALL_CLIENT_ATTRIB_BITS", INT2NUM(GL_ALL_CLIENT_ATTRIB_BITS));
- #endif /* GL_VERSION_1_1 */
-
- rb_global_variable(&g_current_sel_buffer);
diff --git a/graphics/ruby-gl/pkg/DESCR b/graphics/ruby-gl/pkg/DESCR
deleted file mode 100644
index e693a9922c4..00000000000
--- a/graphics/ruby-gl/pkg/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-This package provides OpenGL binding to Ruby.
diff --git a/graphics/ruby-gl/pkg/PLIST b/graphics/ruby-gl/pkg/PLIST
deleted file mode 100644
index ddc53bfcb82..00000000000
--- a/graphics/ruby-gl/pkg/PLIST
+++ /dev/null
@@ -1,51 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2000/07/08 16:10:54 sakamoto Exp $
-lib/ruby/${RUBY_VERSION}/${MACHINE_GNU_ARCH}-${LOWER_OPSYS}/opengl.so
-lib/ruby/${RUBY_VERSION}/${MACHINE_GNU_ARCH}-${LOWER_OPSYS}/glut.so
-share/examples/ruby/gl/aaindex.rb
-share/examples/ruby/gl/aapoly.rb
-share/examples/ruby/gl/aargb.rb
-share/examples/ruby/gl/accanti.rb
-share/examples/ruby/gl/accpersp.rb
-share/examples/ruby/gl/alpha.rb
-share/examples/ruby/gl/alpha3D.rb
-share/examples/ruby/gl/bezcurve.rb
-share/examples/ruby/gl/bezmesh.rb
-share/examples/ruby/gl/checker.rb
-share/examples/ruby/gl/clip.rb
-share/examples/ruby/gl/colormat.rb
-share/examples/ruby/gl/cube.rb
-share/examples/ruby/gl/depthcue.rb
-share/examples/ruby/gl/dof.rb
-share/examples/ruby/gl/double.rb
-share/examples/ruby/gl/drawf.rb
-share/examples/ruby/gl/feedback.rb
-share/examples/ruby/gl/fog.rb
-share/examples/ruby/gl/font.rb
-share/examples/ruby/gl/hello.rb
-share/examples/ruby/gl/image.rb
-share/examples/ruby/gl/jitter.rb
-share/examples/ruby/gl/lines.rb
-share/examples/ruby/gl/list.rb
-share/examples/ruby/gl/material.rb
-share/examples/ruby/gl/mipmap.rb
-share/examples/ruby/gl/model.rb
-share/examples/ruby/gl/movelight.rb
-share/examples/ruby/gl/pickdepth.rb
-share/examples/ruby/gl/plane.rb
-share/examples/ruby/gl/planet.rb
-share/examples/ruby/gl/quadric.rb
-share/examples/ruby/gl/robot.rb
-share/examples/ruby/gl/select.rb
-share/examples/ruby/gl/smooth.rb
-share/examples/ruby/gl/stencil.rb
-share/examples/ruby/gl/stroke.rb
-share/examples/ruby/gl/surface.rb
-share/examples/ruby/gl/teaambient.rb
-share/examples/ruby/gl/teapots.rb
-share/examples/ruby/gl/tess.rb
-share/examples/ruby/gl/texbind.rb
-share/examples/ruby/gl/texgen.rb
-share/examples/ruby/gl/texturesurf.rb
-share/examples/ruby/gl/varray.rb
-share/examples/ruby/gl/wrap.rb
-@dirrm share/examples/ruby/gl