Date: Fri, 9 Jun 2006 00:51:01 +0200 (CEST) From: Jona Joachim <walkingshadow@grummel.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jona.joachim@gmail.com Subject: ports/98729: new port: devel/ruby-game A game-development extension and library for the ruby language Message-ID: <20060608225101.7E56C829D@nirvana.lan.net> Resent-Message-ID: <200606082300.k58N0bQA075374@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98729 >Category: ports >Synopsis: new port: devel/ruby-game A game-development extension and library for the ruby language >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 08 23:00:36 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jona Joachim >Release: FreeBSD 6.1-STABLE i386 >Organization: N/A >Environment: System: FreeBSD nirvana.lan.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon May 15 17:27:21 CEST 2006 default@nirvana.lan.net:/usr/obj/usr/src/sys/HYPOCENTER i386 >Description: ruby-game is a game development library for Ruby. It is inspired by pygame for python and gives similar functionality. >How-To-Repeat: >Fix: --- ruby-game.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ruby-game # ruby-game/Makefile # ruby-game/distinfo # ruby-game/pkg-descr # ruby-game/pkg-plist # echo c - ruby-game mkdir -p ruby-game > /dev/null 2>&1 echo x - ruby-game/Makefile sed 's/^X//' >ruby-game/Makefile << 'END-of-ruby-game/Makefile' X# New ports collection makefile for: ruby-game X# Date created: 9 June 2006 X# Whom: ws X# X# $FreeBSD$ X# X XPORTNAME= game XPORTVERSION= 1.1.0 XCATEGORIES= devel ruby XMASTER_SITES= http://rubygame.seul.org/files/ XPKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} XDISTNAME= ruby${PORTNAME}-${PORTVERSION} XDIST_SUBDIR= ruby X XMAINTAINER= walkingshadow@grummel.net XCOMMENT= A game-development extension and library for the ruby language X XUSE_SDL= gfx image ttf XUSE_RUBY= yes XUSE_BZIP2= yes XUSE_RUBY_SETUP= yes X X.include <bsd.port.mk> END-of-ruby-game/Makefile echo x - ruby-game/distinfo sed 's/^X//' >ruby-game/distinfo << 'END-of-ruby-game/distinfo' XMD5 (ruby/rubygame-1.1.0.tar.bz2) = b63c37a71dbcee9c179859148e330bcb XSHA256 (ruby/rubygame-1.1.0.tar.bz2) = c17b21ea69b34e871b895165409ac8d1abeea39fb7ff99b268a75f31157b6bad XSIZE (ruby/rubygame-1.1.0.tar.bz2) = 151706 END-of-ruby-game/distinfo echo x - ruby-game/pkg-descr sed 's/^X//' >ruby-game/pkg-descr << 'END-of-ruby-game/pkg-descr' XRubygame is a game-development extension and library for the ruby Xlanguage, with similarities to pygame. The purpose of rubygame is Xmake the creation of games in the ruby language simple, easy, and Xfun, without limiting flexibility. X XWWW: http://rubygame.seul.org/ END-of-ruby-game/pkg-descr echo x - ruby-game/pkg-plist sed 's/^X//' >ruby-game/pkg-plist << 'END-of-ruby-game/pkg-plist' X%%RUBY_SITELIBDIR%%/rubygame.rb X%%RUBY_SITELIBDIR%%/rubygame/clock.rb X%%RUBY_SITELIBDIR%%/rubygame/constants.rb X%%RUBY_SITELIBDIR%%/rubygame/event.rb X%%RUBY_SITELIBDIR%%/rubygame/keyconstants.rb X%%RUBY_SITELIBDIR%%/rubygame/queue.rb X%%RUBY_SITELIBDIR%%/rubygame/rect.rb X%%RUBY_SITELIBDIR%%/rubygame/sfont.rb X%%RUBY_SITELIBDIR%%/rubygame/sprite.rb X%%RUBY_SITELIBDIR%%/rubygame/string.rb X@dirrm %%RUBY_SITELIBDIR%%/rubygame END-of-ruby-game/pkg-plist exit --- ruby-game.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060608225101.7E56C829D>