summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl
AgeCommit message (Collapse)AuthorFilesLines
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-03-06Remove redundant include of ruby/buildlink3.mk.taca1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-1/+3
Bump PKG_REVISION.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-3/+3
2004-12-02Make it compile on NetBSD 1.6.X, really this is fix for traditionaltaca2-1/+23
C compile which needs to define variable in first in function.
2004-11-28Update ruby-opengl package to 0.32f.taca3-6/+8
2004-07-17 <yoshi@giganet.net> * fixed marks callback function (thanks patch: nobu.nokada@softhome.net) 2004-07-10 <yoshi@giganet.net> * fixed ReadPixels bug (thanks patch: Alvin Schur) * fixed GLUT font constats(thanks patch: Alvin Schur) 2004-02-28 <yoshi@giganet.net> * fixed SubWindow bug (thanks patch: HATAKEYAMA Motohiko) * add COPYRIGHT file * fixed sample (thanks patch: Matthias Neeracher) 2003-10-12 <yoshi@giganet.net> * fixed nurbs bug (thanks patch: Ashish Myles) 2003-10-12 <yoshi@giganet.net> * fixed submenu bug (thanks bug report: Daniel Amelang) * fixed for cygwin 1.5.5 (???)
2004-11-27Migrate ruby-opengl to use new framework for Ruby packages.taca2-17/+12
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-02Convert to buildlink3.snj1-4/+4
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-10-06ruby-opengl to 0.32.3.taca3-17/+15
Fix broken package with updating. 2003-08-17 <yoshi@giganet.net> * fixed for mswin32 (thanks patch: nobu.nakada) * function call which was being called from the NUM2INT() argument is deleted * change allocate_buffer_with_string() 2003-08-04 <yoshi@giganet.net> * fixed bug teapot.rb, extconf.rb (thanks patch: Stef Telford) * fixed bug glu.c (thanks patch: Ashish Myles) * fixed for gcc 3.3.1 (thanks patch: Haukur Hreinsson) * fixed for cygwin environment * release OpenGL module 0.32c
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-1/+2
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2002-10-20Convert to buildlink2.wiz1-2/+4
2002-01-20Update ruby-opengl package to 0.32.2.taca3-11/+10
2001-12-01 <yoshi@giganet.net> * patch for mswin32. (thanks patch: Nobuyuki Horie(ruby-talk:21179)) * patch for missing methods. (thanks patch: Takaaki Tateishi) * release OpenGL module 0.32b
2001-12-27Make PKGNAME dewey-conform.wiz1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-2/+1
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-06-30Importing ruby-opengl pacakge.taca5-0/+113
This is update of ruby-gl package from 0.31 to 0.32a, quoted from ChangeLog. 2001-05-05 <yoshi@giganet.net> * release OpenGL module 0.32a 2001-04-30 Akinori MUSHA <knu@iDaemons.org> * extconf.rb: Use the better way to default X11 lib/header directories to /usr/X11R6/{lib,include}. 2001-04-30 <yoshi@giganet.net> * extconf.rb ogl.c glu.c: patch for cygwin environment. 2001-04-24 Akinori MUSHA <knu@iDaemons.org> * glu.c: change errno to errorno to avoid the clash. * extconf.rb: do dir_config("x11"). 2001-03-20 <yoshi@giganet.net> * release OpenGL module 0.32 * extconf.rb : patch for ruby 1.6.x * extconf.rb : add site-install target 2001-01-15 <yoshi@giganet.net> * ogl.c : fixed constant name