From owner-svn-ports-head@FreeBSD.ORG Sun Oct 27 11:58:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3781E916; Sun, 27 Oct 2013 11:58:25 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15FBC249F; Sun, 27 Oct 2013 11:58:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RBwOJv045541; Sun, 27 Oct 2013 11:58:24 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9RBwN3Y045535; Sun, 27 Oct 2013 11:58:23 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201310271158.r9RBwN3Y045535@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 27 Oct 2013 11:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331761 - in head/games: . arkanoidsb arkanoidsb/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 11:58:25 -0000 Author: nemysis Date: Sun Oct 27 11:58:23 2013 New Revision: 331761 URL: http://svnweb.freebsd.org/changeset/ports/331761 Log: Arkanoid: Space Ball will be a surprise for the amateurs of unusual and picturesque games as Arkanoid and space games. Everybody who wishes to spend time perfectly will take a pleasure in Arkanoid: Space Ball too. A futuristic atmosphere, modern techno-style graphics, a dynamical gameplay and an excellent soundtrack give this game as a present for all Arkanoids admirers. WWW: http://www.tinyorange.com/arkanoid-games/arkanoid-space-ball.html PR: ports/179947 Submitted by: nemysis (self) Approved by: pawel (mentor) Added: head/games/arkanoidsb/ head/games/arkanoidsb/Makefile (contents, props changed) head/games/arkanoidsb/distinfo (contents, props changed) head/games/arkanoidsb/files/ head/games/arkanoidsb/files/arkanoidsb.sh.in (contents, props changed) head/games/arkanoidsb/pkg-descr (contents, props changed) head/games/arkanoidsb/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sun Oct 27 11:58:20 2013 (r331760) +++ head/games/Makefile Sun Oct 27 11:58:23 2013 (r331761) @@ -42,6 +42,7 @@ SUBDIR += aop SUBDIR += apoolGL SUBDIR += apricots + SUBDIR += arkanoidsb SUBDIR += armagetron SUBDIR += arx-libertatis SUBDIR += asc Added: head/games/arkanoidsb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/arkanoidsb/Makefile Sun Oct 27 11:58:23 2013 (r331761) @@ -0,0 +1,43 @@ +# Created by: Rusmir Dusko +# $FreeBSD$ + +PORTNAME= arkanoidsb +PORTVERSION= 1.3.2.10 +CATEGORIES= games +MASTER_SITES= http://www.wegroup.org/downloads/ + +MAINTAINER= nemysis@FreeBSD.org +COMMENT= Arkanoid and space game + +WRKSRC= ${WRKDIR}/${PORTNAME} + +USE_BZIP2= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes +USE_LINUX= yes +USE_LINUX_APPS= libogg sdlmixer sdlimage + +SUB_FILES= ${PORTNAME}.sh + +PORTDOCS= README + +OPTIONS_DEFINE= DOCS + +DESKTOP_ENTRIES="Arkanoid: Space Ball" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" false + +NO_STAGE= yes +.include + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} res ${DATADIR}) + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.include Added: head/games/arkanoidsb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/arkanoidsb/distinfo Sun Oct 27 11:58:23 2013 (r331761) @@ -0,0 +1,2 @@ +SHA256 (arkanoidsb-1.3.2.10.tar.bz2) = 4eedf4205f11290e0e168c0224829056f5b5822fa0c99e06de1ed94bd4705669 +SIZE (arkanoidsb-1.3.2.10.tar.bz2) = 7207164 Added: head/games/arkanoidsb/files/arkanoidsb.sh.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/arkanoidsb/files/arkanoidsb.sh.in Sun Oct 27 11:58:23 2013 (r331761) @@ -0,0 +1,7 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +cd "%%DATADIR%%" +./arkanoidsb "${@}" Added: head/games/arkanoidsb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/arkanoidsb/pkg-descr Sun Oct 27 11:58:23 2013 (r331761) @@ -0,0 +1,7 @@ +Arkanoid: Space Ball will be a surprise for the amateurs of unusual and +picturesque games as Arkanoid and space games. Everybody who wishes to spend +time perfectly will take a pleasure in Arkanoid: Space Ball too. A futuristic +atmosphere, modern techno-style graphics, a dynamical gameplay and an +excellent soundtrack give this game as a present for all Arkanoids admirers. + +WWW: http://www.tinyorange.com/arkanoid-games/arkanoid-space-ball.html Added: head/games/arkanoidsb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/arkanoidsb/pkg-plist Sun Oct 27 11:58:23 2013 (r331761) @@ -0,0 +1,9 @@ +bin/arkanoidsb +%%DATADIR%%/arkanoidsb +%%DATADIR%%/res/arkanoidsb.pak +%%DATADIR%%/res/module01.ogg +%%DATADIR%%/res/module02.ogg +%%DATADIR%%/res/module03.s3m +share/pixmaps/arkanoidsb.png +@dirrm %%DATADIR%%/res +@dirrm %%DATADIR%%