1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

ruby-opengl consists of Ruby extension modules that are bindings for the

OpenGL, GLU, and GLUT libraries.

WWW:	http://ruby-opengl.rubyforge.org/
This commit is contained in:
Steve Wills 2011-03-18 19:55:26 +00:00
parent d9d0d7edff
commit 1db2d120a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271282
4 changed files with 34 additions and 0 deletions

View File

@ -871,6 +871,7 @@
SUBDIR += rubygem-imagesize
SUBDIR += rubygem-image_science
SUBDIR += rubygem-objectdetect
SUBDIR += rubygem-opengl
SUBDIR += rubygem-railroad
SUBDIR += rubygem-scruffy
SUBDIR += rubygem-turing

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: ruby-opengl
# Date created: 2011-03-14
# Whom: Steve Wills <steve@meatwad.mouf.net>
#
# $FreeBSD$
#
PORTNAME= opengl
PORTVERSION= 0.60.1
CATEGORIES= graphics ruby
MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= OpenGL/GLU/GLUT interface modules for Ruby
RUN_DEPENDS= rubygem-mkrf>=0.2.3:${PORTSDIR}/devel/rubygem-mkrf
USE_RUBY= yes
USE_RAKE= yes
GEM_NAME= ruby-${PORTNAME}-${PORTVERSION}
USE_RUBYGEMS= yes
USE_GL= glut
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/ruby-opengl-0.60.1.gem) = aeeeac200acc0e7dad0f59dc47426ed7d3254c77f560cf3dfdecbdee5fa4ab7e
SIZE (rubygem/ruby-opengl-0.60.1.gem) = 245248

View File

@ -0,0 +1,4 @@
ruby-opengl consists of Ruby extension modules that are bindings for the
OpenGL, GLU, and GLUT libraries.
WWW: http://ruby-opengl.rubyforge.org/