summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl
AgeCommit message (Collapse)AuthorFilesLines
2022-08-11Bump all dependent packages of wayland (belatedly)gutteridge1-2/+2
The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2020-03-08*: recursive bump for libffiwiz1-2/+2
2019-11-18Remove USE_RAKEtaca1-2/+1
Remove USE_RAKE. It was used to control dependency to ruby-rake package befor ruby 2.0 days. Now all ruby*-base package contains rake command and USE_RAKE is already not used in any where.
2019-08-30ruby-opengl: needs MesaLib, freeglut, glunia1-2/+4
2018-01-14graphics/*: remove redundant :Q modifiersrillig1-2/+2
pkgsrc doesn't support PREFIX with spaces or other special characters. Therefore it is not necessary to add the :Q modifier to this variable and several others.
2017-09-04Comment out dead sites.wiz1-2/+2
2016-05-26Fix rpath provlem with native X11.taca5-3/+69
Bump PKGREVISION.
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-07Use more modern macro to build with newer Ruby.taca2-1/+17
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-2/+2
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete.taca1-1/+2
2014-03-25Fix build with ruby21.taca1-4/+1
2014-03-17Add GEM_EXTSDIR support and utilize GEM_NAME.taca1-3/+6
2013-03-07Fix build problem with ruby18-base, using modern rules from rubygemstaca2-1/+26
and class.
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-1/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-3/+6
* Ajust new ruby package's framework.
2010-06-14Update ruby-opengl to 0.60.1.obache3-11/+9
While here, * set LICENST=mit * remove patch-a{a,b} from distinfo, it should be removed with update to 0.60. 0.60.1 (February 16, 2009) This is maintenance release. Changes in this release: Bugfixes Proper support for ruby 1.9/1.9.1+ Updated OpenGL enumerators in preparation for OpenGL 3.0
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-16/+1
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca1-1/+2
2008-04-04Update ruby-opengl to version 0.60.0. Changes from version 0.32gjlam6-119/+164
include: + Install as a Ruby gem. * Support for Ruby 1.9.0+ (requires mkrf 0.2.3) * Added support for many more OpenGL extensions * GLU and GLUT cleanup, bugfixes, some missing functions added - version 3.7 of GLUT API is now requirement (previously 3.0) * Support for OpenGL 2.1 (that includes pixelpack/unpack buffer) * Lots of bugfixes.
2007-02-04Mesa takes care of X11.joerg1-2/+1
2006-09-07Sort PLIST.taca1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca1-1/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-3/+3
CONFIGURE_ARGS.
2005-11-03Update graphics/ruby-opengl package to 0.32g.taca2-7/+6
2004-07-17 <yoshi@giganet.net> * fixed marks callback function (thanks patch: nobu.nokada@softhome.net)
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
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