From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 9 01:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C195A1065673 for ; Fri, 9 May 2008 01:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 99B538FC0C for ; Fri, 9 May 2008 01:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m491A22W083751 for ; Fri, 9 May 2008 01:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m491A2J9083750; Fri, 9 May 2008 01:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 9 May 2008 01:10:02 GMT Resent-Message-Id: <200805090110.m491A2J9083750@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B0761065682 for ; Fri, 9 May 2008 01:01:02 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id C49808FC2D for ; Fri, 9 May 2008 01:01:01 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63 (FreeBSD)) (envelope-from ) id 1JuH4b-000Cm7-TE for FreeBSD-gnats-submit@freebsd.org; Fri, 09 May 2008 05:06:58 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id BF395A20E for ; Fri, 9 May 2008 05:00:56 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 243CF1702D; Fri, 9 May 2008 05:01:00 +0400 (MSD) Message-Id: <20080509010100.243CF1702D@hades.panopticon> Date: Fri, 9 May 2008 05:01:00 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/123540: [NEW PORT] games/brickshooter: Push blocks on to the playing field, match block colors to remove them X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2008 01:10:02 -0000 >Number: 123540 >Category: ports >Synopsis: [NEW PORT] games/brickshooter: Push blocks on to the playing field, match block colors to remove them >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 09 01:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Fri Apr 25 11:18:45 MSD 2008 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: brickshooter is a small puzzle game for linux, where you'll have to clear the central area from different colored bricks. Three or more same colored bricks that touch will vanish. You can shoot bricks into the playing field from the fringes. WWW: http://bilious.homelinux.org/~paxed/brickshooter/ >How-To-Repeat: >Fix: --- brickshooter-0.04.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: # # brickshooter # brickshooter/distinfo # brickshooter/Makefile # brickshooter/pkg-descr # brickshooter/pkg-plist # echo c - brickshooter mkdir -p brickshooter > /dev/null 2>&1 echo x - brickshooter/distinfo sed 's/^X//' >brickshooter/distinfo << 'END-of-brickshooter/distinfo' XMD5 (brickshooter-0.04.tar.gz) = 9b2308e44591917b8d1f0b0382b7e878 XSHA256 (brickshooter-0.04.tar.gz) = 6ad01eada201261e50b29a57cafce34f0af33777896ca5ff9a0f2208111a6698 XSIZE (brickshooter-0.04.tar.gz) = 2278635 END-of-brickshooter/distinfo echo x - brickshooter/Makefile sed 's/^X//' >brickshooter/Makefile << 'END-of-brickshooter/Makefile' X# New ports collection makefile for: brickshooter X# Date created: 09 May 2008 X# Whom: Dmitry Marakasov X# X# $FreeBSD$ X# X XPORTNAME= brickshooter XPORTVERSION= 0.04 XCATEGORIES= games XMASTER_SITES= http://bilious.homelinux.org/~paxed/brickshooter/ \ X http://www.amdmi3.ru/distfiles/ X XMAINTAINER= amdmi3@amdmi3.ru XCOMMENT= Push blocks on to the playing field, match block colors to remove them X XUSE_SDL= sdl mixer image X XPORTDOCS= * X Xpost-patch: X.for dir in gfx levels snd X @${REINPLACE_CMD} -e 's|${dir}/|${DATADIR}/&|g' ${WRKSRC}/${PORTNAME}.c X.endfor X Xdo-build: X cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c \ X `${SDL_CONFIG} --libs --cflags` -lSDL_image -lSDL_mixer X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X.for dir in gfx levels snd X ${MKDIR} ${DATADIR}/${dir} X ${INSTALL_DATA} ${WRKSRC}/${dir}/* ${DATADIR}/${dir} X.endfor X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include END-of-brickshooter/Makefile echo x - brickshooter/pkg-descr sed 's/^X//' >brickshooter/pkg-descr << 'END-of-brickshooter/pkg-descr' Xbrickshooter is a small puzzle game for linux, where you'll have Xto clear the central area from different colored bricks. Three or Xmore same colored bricks that touch will vanish. You can shoot Xbricks into the playing field from the fringes. X XWWW: http://bilious.homelinux.org/~paxed/brickshooter/ END-of-brickshooter/pkg-descr echo x - brickshooter/pkg-plist sed 's/^X//' >brickshooter/pkg-plist << 'END-of-brickshooter/pkg-plist' Xbin/brickshooter X%%DATADIR%%/gfx/background.png X%%DATADIR%%/gfx/background2.png X%%DATADIR%%/gfx/background3.png X%%DATADIR%%/gfx/background4.png X%%DATADIR%%/gfx/background5.png X%%DATADIR%%/gfx/background6.png X%%DATADIR%%/gfx/charset.png X%%DATADIR%%/gfx/charset.xcf X%%DATADIR%%/gfx/cursor.png X%%DATADIR%%/gfx/explosion.png X%%DATADIR%%/gfx/explosion.xcf X%%DATADIR%%/gfx/level_bg.png X%%DATADIR%%/gfx/level_bg.xcf X%%DATADIR%%/gfx/score_bg.png X%%DATADIR%%/gfx/score_bg.xcf X%%DATADIR%%/gfx/targeting.png X%%DATADIR%%/gfx/targeting.xcf X%%DATADIR%%/gfx/tile.xcf X%%DATADIR%%/gfx/tiles.png X%%DATADIR%%/gfx/window_border.png X%%DATADIR%%/levels/aigyptos.dat X%%DATADIR%%/snd/blockhit.wav X%%DATADIR%%/snd/blockout.wav X%%DATADIR%%/snd/cantmove.wav X%%DATADIR%%/snd/explode.wav X%%DATADIR%%/snd/finishset.wav X%%DATADIR%%/snd/gameover.wav X%%DATADIR%%/snd/nextlevel.wav X%%DATADIR%%/snd/shootblock.wav X%%DATADIR%%/snd/startup.wav X@dirrm %%DATADIR%%/snd X@dirrm %%DATADIR%%/levels X@dirrm %%DATADIR%%/gfx X@dirrm %%DATADIR%% END-of-brickshooter/pkg-plist exit --- brickshooter-0.04.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: