Date: Wed, 21 Feb 2018 08:03:18 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462477 - in head/games: . bstone Message-ID: <201802210803.w1L83Isp004167@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Feb 21 08:03:18 2018 New Revision: 462477 URL: https://svnweb.freebsd.org/changeset/ports/462477 Log: New port: games/bstone: Source port of Blake Stone PR: 226047 Submitted by: devel@stasyan.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14441 Added: head/games/bstone/ head/games/bstone/Makefile (contents, props changed) head/games/bstone/distinfo (contents, props changed) head/games/bstone/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Feb 21 07:49:21 2018 (r462476) +++ head/games/Makefile Wed Feb 21 08:03:18 2018 (r462477) @@ -125,6 +125,7 @@ SUBDIR += bsdrain SUBDIR += bsdtris SUBDIR += bsp + SUBDIR += bstone SUBDIR += bubble-chains SUBDIR += bubbros SUBDIR += bugsquish Added: head/games/bstone/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bstone/Makefile Wed Feb 21 08:03:18 2018 (r462477) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= bstone +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.9 +CATEGORIES= games + +MAINTAINER= devel@stasyan.com +COMMENT= Source port of Blake Stone + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/../LICENSE + +USES= cmake:outsource compiler:c++11-lang localbase:ldflags pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= bibendovsky +USE_SDL= sdl2 +WRKSRC_SUBDIR= src + +PLIST_FILES= bin/bstone + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bstone ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/../CHANGELOG.md ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/../README.md ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> Added: head/games/bstone/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bstone/distinfo Wed Feb 21 08:03:18 2018 (r462477) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519069215 +SHA256 (bibendovsky-bstone-v1.1.9_GH0.tar.gz) = 9298fd2e47aa438bc1eeb84d4152436b12ecfef131a161e6aa1607956ac2fae9 +SIZE (bibendovsky-bstone-v1.1.9_GH0.tar.gz) = 533800 Added: head/games/bstone/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bstone/pkg-descr Wed Feb 21 08:03:18 2018 (r462477) @@ -0,0 +1,18 @@ +A source port of game Blake Stone: Aliens of Gold and Blake Stone: Planet Strike + +Features: +* High resolution rendering of world (extended vanilla engine) +* Modern and vanilla controls +* Allows to customize control bindings +* Separate volume control of sound effects and music + +Supported games: +* Aliens of Gold v1.0 full +* Aliens of Gold v2.0 full +* Aliens of Gold v2.1 full +* Aliens of Gold v3.0 full +* Aliens of Gold v3.0 shareware +* Planet Strike v1.0 +* Planet Strike v1.1 + +WWW: https://github.com/bibendovsky/bstone
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802210803.w1L83Isp004167>