Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2015 02:05:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377856 - in head/games: . minerbold
Message-ID:  <201501250205.t0P25wSS043278@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jan 25 02:05:57 2015
New Revision: 377856
URL: https://svnweb.freebsd.org/changeset/ports/377856
QAT: https://qat.redports.org/buildarchive/r377856/

Log:
  Remake of Bolder Dash from BK-0010 with INSTEAD engine
  
  WWW: https://github.com/gl00my/minerbold

Added:
  head/games/minerbold/
  head/games/minerbold/Makefile   (contents, props changed)
  head/games/minerbold/distinfo   (contents, props changed)
  head/games/minerbold/pkg-descr   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Sun Jan 25 02:02:53 2015	(r377855)
+++ head/games/Makefile	Sun Jan 25 02:05:57 2015	(r377856)
@@ -590,6 +590,7 @@
     SUBDIR += mindguard
     SUBDIR += minecraft-client
     SUBDIR += minecraft-server
+    SUBDIR += minerbold
     SUBDIR += minetest
     SUBDIR += minetest_game
     SUBDIR += mirrormagic

Added: head/games/minerbold/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/minerbold/Makefile	Sun Jan 25 02:05:57 2015	(r377856)
@@ -0,0 +1,39 @@
+# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	minerbold
+PORTVERSION=	git20150125
+CATEGORIES=	games
+
+MAINTAINER=	amdmi3@FreeBSD.org
+COMMENT=	Remake of Bolder Dash from BK-0010 with INSTEAD engine
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	instead:${PORTSDIR}/games/instead
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	gl00my
+GH_TAGNAME=	${GH_COMMIT}
+GH_COMMIT=	49cbad1
+
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+DATADIR=	${PREFIX}/share/instead/games/${PORTNAME}
+
+PORTDATA=	*
+
+DESKTOP_ENTRIES="minerbold" \
+		"" \
+		"${DATADIR}/gfx/04.png" \
+		"${LOCALBASE}/bin/instead ${DATADIR}" \
+		"Game;ArcadeGame;" \
+		""
+
+do-install:
+	cd ${WRKSRC} && ${COPYTREE_SHARE} "*.lua *.ini gfx snd" \
+		${STAGEDIR}${DATADIR}/
+
+.include <bsd.port.mk>

Added: head/games/minerbold/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/minerbold/distinfo	Sun Jan 25 02:05:57 2015	(r377856)
@@ -0,0 +1,2 @@
+SHA256 (minerbold-git20150125.tar.gz) = c47380598153a45b266b1420b7d65c1d16f09aaafd382914ec00ffa9e4331d72
+SIZE (minerbold-git20150125.tar.gz) = 26654

Added: head/games/minerbold/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/minerbold/pkg-descr	Sun Jan 25 02:05:57 2015	(r377856)
@@ -0,0 +1,3 @@
+Remake of Bolder Dash from BK-0010 with INSTEAD engine
+
+WWW: https://github.com/gl00my/minerbold



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501250205.t0P25wSS043278>