Date: Fri, 26 May 2006 04:02:20 +0100 From: Shaun Amott <shaun@inerd.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/97944: [NEW PORT] games/nuclearchess - a variant of chess designed for short games Message-ID: <1148612540.24805@charon.picobyte.net> Resent-Message-ID: <200605260310.k4Q3AC2n004840@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97944 >Category: ports >Synopsis: [NEW PORT] games/nuclearchess - a variant of chess designed for short games >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: Fri May 26 03:10:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: >Description: NuclearChess is a chess variant. Whenever a piece is captured, both pieces and all pieces on neighbour fields die. Games are short and fun even for people who usually don't play chess. Tinderbox tested on : 5.x (sparc64) Manually tested on : 6.x (i386), 4.x (i386) >How-To-Repeat: >Fix: --- nuclearchess.shar 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: # # nuclearchess # nuclearchess/distinfo # nuclearchess/Makefile # nuclearchess/pkg-plist # nuclearchess/pkg-descr # echo c - nuclearchess mkdir -p nuclearchess > /dev/null 2>&1 echo x - nuclearchess/distinfo sed 's/^X//' >nuclearchess/distinfo << 'END-of-nuclearchess/distinfo' XMD5 (nuclearchess-0.9.2.tar.gz) = 10d8b2a2890d6aaca1afe2cbc23f002a XSHA256 (nuclearchess-0.9.2.tar.gz) = a7d485ccf1b1c88ffb54850265a19a368d3f89daf321332307b3c5f924f15a83 XSIZE (nuclearchess-0.9.2.tar.gz) = 1355944 END-of-nuclearchess/distinfo echo x - nuclearchess/Makefile sed 's/^X//' >nuclearchess/Makefile << 'END-of-nuclearchess/Makefile' X# New ports collection makefile for: nuclearchess X# Date Created: 2006-05-26 X# Whom: Shaun Amott <shaun@inerd.com> X# X# $FreeBSD$ X# X XPORTNAME= nuclearchess XPORTVERSION= 0.9.2 XCATEGORIES= games XMASTER_SITES= http://user.cs.tu-berlin.de/~karlb/${PORTNAME}/ \ X http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ X XMAINTAINER= shaun@inerd.com XCOMMENT= A chess variant designed to be short and fun for all players X XGNU_CONFIGURE= yes X XUSE_SDL= sdl image X XCONFIGURE_ARGS= --prefix=${PREFIX} \ X --localstatedir=${DATADIR} \ X --program-prefix= X X.include <bsd.port.mk> END-of-nuclearchess/Makefile echo x - nuclearchess/pkg-plist sed 's/^X//' >nuclearchess/pkg-plist << 'END-of-nuclearchess/pkg-plist' Xbin/nuclearchess X%%DATADIR%%/gfx/SmallStone.png X%%DATADIR%%/gfx/anim3.png X%%DATADIR%%/gfx/bauer.png X%%DATADIR%%/gfx/dame.png X%%DATADIR%%/gfx/anim1.png X%%DATADIR%%/gfx/anim4.png X%%DATADIR%%/gfx/turm.png X%%DATADIR%%/gfx/StoneFont.png X%%DATADIR%%/gfx/anim10.png X%%DATADIR%%/gfx/anim5.png X%%DATADIR%%/gfx/black.png X%%DATADIR%%/gfx/koenig.png X%%DATADIR%%/gfx/anim11.png X%%DATADIR%%/gfx/anim6.png X%%DATADIR%%/gfx/white.png X%%DATADIR%%/gfx/anim12.png X%%DATADIR%%/gfx/anim7.png X%%DATADIR%%/gfx/board.png X%%DATADIR%%/gfx/laeufer.png X%%DATADIR%%/gfx/wood.png X%%DATADIR%%/gfx/anim13.png X%%DATADIR%%/gfx/anim8.png X%%DATADIR%%/gfx/bomb.png X%%DATADIR%%/gfx/anim14.png X%%DATADIR%%/gfx/anim9.png X%%DATADIR%%/gfx/bombe.png X%%DATADIR%%/gfx/anim15.png X%%DATADIR%%/gfx/atom-rot.png X%%DATADIR%%/gfx/button-light.png X%%DATADIR%%/gfx/select.png X%%DATADIR%%/gfx/anim2.png X%%DATADIR%%/gfx/atom.png X%%DATADIR%%/gfx/button.png X%%DATADIR%%/gfx/springer.png X@dirrm %%DATADIR%%/gfx X@dirrm %%DATADIR%% END-of-nuclearchess/pkg-plist echo x - nuclearchess/pkg-descr sed 's/^X//' >nuclearchess/pkg-descr << 'END-of-nuclearchess/pkg-descr' XNuclearChess is a chess variant. Whenever a piece is captured, both Xpieces and all pieces on neighbour fields die. Games are short and fun Xeven for people who usually don't play chess. X XWWW: http://user.cs.tu-berlin.de/~karlb/nuclearchess/ END-of-nuclearchess/pkg-descr exit --- nuclearchess.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1148612540.24805>