summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl
AgeCommit message (Collapse)AuthorFilesLines
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