Date: Wed, 19 May 2010 13:09:03 GMT From: Christoph Kick <kick.christoph@googlemail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146731: New port: devel/rubygem-rubygame Message-ID: <201005191309.o4JD93np060985@www.freebsd.org> Resent-Message-ID: <201005191310.o4JDA4A5053914@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146731 >Category: ports >Synopsis: New port: devel/rubygem-rubygame >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: Wed May 19 13:10:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Christoph Kick >Release: 8.0 >Organization: TU Muenchen >Environment: FreeBSD pc-138.admin.frm2 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #1: Wed Dec 9 09:18:56 CET 2009 ckick@pc-138.admin.frm2:/usr/obj/usr/src/sys/ESPRIMO amd64 >Description: New port: devel/rubygem-rubygame 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. I figured out that rubygame version in the port devel/ruby-game is obsolete. This is a port for the latest version of rubygame. It's a new port because it's using rubygem. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # rubygem-rubygame # rubygem-rubygame/Makefile # rubygem-rubygame/pkg-descr # rubygem-rubygame/distinfo # echo c - rubygem-rubygame mkdir -p rubygem-rubygame > /dev/null 2>&1 echo x - rubygem-rubygame/Makefile sed 's/^X//' >rubygem-rubygame/Makefile << '9ca53952c05897987dd5409065dfa744' X# New ports collection makefile for: rubygem-rubygame X# Date created: 28 April 2010 X# Whom: ws Christoph Kick X# X# $FreeBSD$ X# X XPORTNAME= rubygame XPORTVERSION= 2.6.2 XCATEGORIES= devel rubygems XMASTER_SITES= RF X XMAINTAINER= kick.christoph@googlemail.com XCOMMENT= A game-development extension and library for the ruby language X XBUILD_DEPENDS= rubygem-sdl-ffi>=0.3:${PORTSDIR}/devel/rubygem-sdl-ffi XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_SDL= gfx image mixer ttf XUSE_RUBY= yes XUSE_RAKE= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include <bsd.port.pre.mk> X.include <bsd.port.post.mk> 9ca53952c05897987dd5409065dfa744 echo x - rubygem-rubygame/pkg-descr sed 's/^X//' >rubygem-rubygame/pkg-descr << 'c97ad32816aaa22d910e7b37db870e7b' 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/ c97ad32816aaa22d910e7b37db870e7b echo x - rubygem-rubygame/distinfo sed 's/^X//' >rubygem-rubygame/distinfo << '48c092f6dd4ae2b862c4559852aab778' XMD5 (rubygem/rubygame-2.6.2.gem) = 0a6426e8f4eb8159061d9ff8b1f185f7 XSHA256 (rubygem/rubygame-2.6.2.gem) = daf93e5c9f19d487f5ebded65a7ff541342b5a3abbfb1c5e8add237e00648dfa XSIZE (rubygem/rubygame-2.6.2.gem) = 584704 48c092f6dd4ae2b862c4559852aab778 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005191309.o4JD93np060985>