ports/167354: [NEW PORT] games/simple_puzzle_game: This is a simple puzzle game

nemysis nemysis at gmx.ch
Fri Apr 27 07:40:10 UTC 2012


>Number:         167354
>Category:       ports
>Synopsis:       [NEW PORT] games/simple_puzzle_game: This is a simple puzzle game
>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 Apr 27 07:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
This is a simple puzzle game. It is an implementation of the puzzle game
from the old C64 game Impossible Mission. The idea is to combine the 36
tiles in sets of 4, such that each set of 4 makes a solid block. Clicking
on the tiles on the left toggles them. A tile can't be turned on if it
overlaps with any existing on tiles. The lone rectangle on the right is the
combination of all the on tiles. Clicking on that is an easy way to turn
all tiles off.

When 4 tiles combine to make a solid block, they vanish. The goal is to
get rid of all the tiles. There is no score or timer. Just do it for the
intellectual exercise.

WWW: http://www.linuxmotors.com/sdllopan/

Generated manually, tested with RedPorts and port test, sent with FreeBSD Port Tools 0.99_5 (mode: new)
>How-To-Repeat:
>Fix:

--- .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:
#
#	simple_puzzle_game
#	simple_puzzle_game/Makefile
#	simple_puzzle_game/pkg-descr
#	simple_puzzle_game/distinfo
#
echo c - simple_puzzle_game
mkdir -p simple_puzzle_game > /dev/null 2>&1
echo x - simple_puzzle_game/Makefile
sed 's/^X//' >simple_puzzle_game/Makefile << '34b1c8701d46cf639f0c72033b8596cb'
X# New Ports collection makefile for:	simple_puzzle_game
X# Date created:		2012-04-27
X# Whom:			nemysis at gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	simple_puzzle_game
XPORTVERSION=	1.0.1
XCATEGORIES=	games
XMASTER_SITES=	http://www.linuxmotors.com/puzzle/downloads/
XDISTNAME=	puzzle-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	nemysis at gmx.ch
XCOMMENT=	This is a simple puzzle game
X
XLICENSE=	GPLv2
X
XWRKSRC=		${WRKDIR}/puzzle-${PORTVERSION}
X
XUSE_SDL=	sdl image
XUSE_GMAKE=	yes
XMAKE_JOBS_SAFE=	yes
X
XPLIST_FILES=	bin/simplepuzzlegame
X
XPORTDOCS=	README
X
Xdo-install:
X# Executable
X	${INSTALL_PROGRAM} ${WRKSRC}/puzzle ${PREFIX}/bin/simplepuzzlegame
X
X# Documentations
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X.for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.mk>
34b1c8701d46cf639f0c72033b8596cb
echo x - simple_puzzle_game/pkg-descr
sed 's/^X//' >simple_puzzle_game/pkg-descr << '6690f441017c216112ca69b8f7a9bdda'
XThis is a simple puzzle game. It is an implementation of the puzzle game
Xfrom the old C64 game Impossible Mission. The idea is to combine the 36
Xtiles in sets of 4, such that each set of 4 makes a solid block. Clicking
Xon the tiles on the left toggles them. A tile can't be turned on if it
Xoverlaps with any existing on tiles. The lone rectangle on the right is the
Xcombination of all the on tiles. Clicking on that is an easy way to turn
Xall tiles off.
X
XWhen 4 tiles combine to make a solid block, they vanish. The goal is to
Xget rid of all the tiles. There is no score or timer. Just do it for the
Xintellectual exercise.
X
XWWW: http://www.linuxmotors.com/sdllopan/
6690f441017c216112ca69b8f7a9bdda
echo x - simple_puzzle_game/distinfo
sed 's/^X//' >simple_puzzle_game/distinfo << 'c63ee480959f9aaefe8f012f4d9f34ae'
XSHA256 (puzzle-1.0.1.tgz) = ea6bf4e2edc4c9ed1f5656355e5f25a9666f8060fd53849ee7822f29c6597578
XSIZE (puzzle-1.0.1.tgz) = 4414
c63ee480959f9aaefe8f012f4d9f34ae
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list