svn commit: r331761 - in head/games: . arkanoidsb arkanoidsb/files

Rusmir Dusko nemysis at FreeBSD.org
Sun Oct 27 11:58:25 UTC 2013


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 <nemysis at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	arkanoidsb
+PORTVERSION=	1.3.2.10
+CATEGORIES=	games
+MASTER_SITES=	http://www.wegroup.org/downloads/
+
+MAINTAINER=	nemysis at 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 <bsd.port.options.mk>
+
+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 <bsd.port.mk>

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
+ at dirrm %%DATADIR%%/res
+ at dirrm %%DATADIR%%


More information about the svn-ports-head mailing list