Add ruby-game 1.1.0, a game-development extension and library for the

ruby language.

PR:		ports/98729
Submitted by:	Jona Joachim <walkingshadow AT grummel dot net>
This commit is contained in:
Cheng-Lung Sung 2006-07-01 07:30:41 +00:00
parent 011bd56aa2
commit b1f655fbd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166695
9 changed files with 103 additions and 0 deletions

View File

@ -1652,6 +1652,7 @@
SUBDIR += ruby-filelock
SUBDIR += ruby-filemagic
SUBDIR += ruby-flexmock
SUBDIR += ruby-game
SUBDIR += ruby-gconf2
SUBDIR += ruby-gemfinder
SUBDIR += ruby-gems

30
devel/ruby-game/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: ruby-game
# Date created: 9 June 2006
# Whom: ws
#
# $FreeBSD$
#
PORTNAME= game
PORTVERSION= 1.1.0
CATEGORIES= devel ruby
MASTER_SITES= http://rubygame.seul.org/files/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= walkingshadow@grummel.net
COMMENT= A game-development extension and library for the ruby language
USE_SDL= gfx image ttf
USE_RUBY= yes
USE_BZIP2= yes
USE_RUBY_SETUP= yes
.include <bsd.port.pre.mk>
do-patch:
${REINPLACE_CMD} 's|"sdl-config"|"${SDL_CONFIG}"|' \
${WRKSRC}/ext/rubygame/extconf.rb
.include <bsd.port.post.mk>

3
devel/ruby-game/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (ruby/rubygame-1.1.0.tar.bz2) = b63c37a71dbcee9c179859148e330bcb
SHA256 (ruby/rubygame-1.1.0.tar.bz2) = c17b21ea69b34e871b895165409ac8d1abeea39fb7ff99b268a75f31157b6bad
SIZE (ruby/rubygame-1.1.0.tar.bz2) = 151706

View File

@ -0,0 +1,6 @@
Rubygame is a game-development extension and library for the ruby
language, with similarities to pygame. The purpose of rubygame is
make the creation of games in the ruby language simple, easy, and
fun, without limiting flexibility.
WWW: http://rubygame.seul.org/

12
devel/ruby-game/pkg-plist Normal file
View File

@ -0,0 +1,12 @@
%%RUBY_SITEARCHLIBDIR%%/rubygame.so
%%RUBY_SITELIBDIR%%/rubygame.rb
%%RUBY_SITELIBDIR%%/rubygame/clock.rb
%%RUBY_SITELIBDIR%%/rubygame/constants.rb
%%RUBY_SITELIBDIR%%/rubygame/event.rb
%%RUBY_SITELIBDIR%%/rubygame/keyconstants.rb
%%RUBY_SITELIBDIR%%/rubygame/queue.rb
%%RUBY_SITELIBDIR%%/rubygame/rect.rb
%%RUBY_SITELIBDIR%%/rubygame/sfont.rb
%%RUBY_SITELIBDIR%%/rubygame/sprite.rb
%%RUBY_SITELIBDIR%%/rubygame/string.rb
@dirrm %%RUBY_SITELIBDIR%%/rubygame

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: ruby-game
# Date created: 9 June 2006
# Whom: ws
#
# $FreeBSD$
#
PORTNAME= game
PORTVERSION= 1.1.0
CATEGORIES= devel ruby
MASTER_SITES= http://rubygame.seul.org/files/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= walkingshadow@grummel.net
COMMENT= A game-development extension and library for the ruby language
USE_SDL= gfx image ttf
USE_RUBY= yes
USE_BZIP2= yes
USE_RUBY_SETUP= yes
.include <bsd.port.pre.mk>
do-patch:
${REINPLACE_CMD} 's|"sdl-config"|"${SDL_CONFIG}"|' \
${WRKSRC}/ext/rubygame/extconf.rb
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (ruby/rubygame-1.1.0.tar.bz2) = b63c37a71dbcee9c179859148e330bcb
SHA256 (ruby/rubygame-1.1.0.tar.bz2) = c17b21ea69b34e871b895165409ac8d1abeea39fb7ff99b268a75f31157b6bad
SIZE (ruby/rubygame-1.1.0.tar.bz2) = 151706

View File

@ -0,0 +1,6 @@
Rubygame is a game-development extension and library for the ruby
language, with similarities to pygame. The purpose of rubygame is
make the creation of games in the ruby language simple, easy, and
fun, without limiting flexibility.
WWW: http://rubygame.seul.org/

View File

@ -0,0 +1,12 @@
%%RUBY_SITEARCHLIBDIR%%/rubygame.so
%%RUBY_SITELIBDIR%%/rubygame.rb
%%RUBY_SITELIBDIR%%/rubygame/clock.rb
%%RUBY_SITELIBDIR%%/rubygame/constants.rb
%%RUBY_SITELIBDIR%%/rubygame/event.rb
%%RUBY_SITELIBDIR%%/rubygame/keyconstants.rb
%%RUBY_SITELIBDIR%%/rubygame/queue.rb
%%RUBY_SITELIBDIR%%/rubygame/rect.rb
%%RUBY_SITELIBDIR%%/rubygame/sfont.rb
%%RUBY_SITELIBDIR%%/rubygame/sprite.rb
%%RUBY_SITELIBDIR%%/rubygame/string.rb
@dirrm %%RUBY_SITELIBDIR%%/rubygame