Date: Thu, 14 May 2015 22:40:44 +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: r386367 - in head/games: . wyrmsun wyrmsun/files Message-ID: <201505142240.t4EMeidw001422@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 14 22:40:44 2015 New Revision: 386367 URL: https://svnweb.freebsd.org/changeset/ports/386367 Log: Wyrmsun is an open-source RTS game which features elements of mythology, history and fiction. In the Wyrmsun universe a myriad of inhabited planets exist. Humans dwell on Earth, while dwarves inhabit Nidavellir and elves nourish the world of Alfheim. These peoples struggle to carve a place for themselves with their tools of stone, bronze and iron. And perhaps one day they will meet one another, beyond the stars... WWW: http://www.indiedb.com/games/wyrmsun Added: head/games/wyrmsun/ head/games/wyrmsun/Makefile (contents, props changed) head/games/wyrmsun/distinfo (contents, props changed) head/games/wyrmsun/files/ head/games/wyrmsun/files/wyrmsun.in (contents, props changed) head/games/wyrmsun/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Thu May 14 22:29:08 2015 (r386366) +++ head/games/Makefile Thu May 14 22:40:44 2015 (r386367) @@ -1048,6 +1048,7 @@ SUBDIR += wtf SUBDIR += wxlauncher SUBDIR += wyrmgus + SUBDIR += wyrmsun SUBDIR += xabacus SUBDIR += xasteroids SUBDIR += xataxx Added: head/games/wyrmsun/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wyrmsun/Makefile Thu May 14 22:40:44 2015 (r386367) @@ -0,0 +1,42 @@ +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= wyrmsun +PORTVERSION= 1.0.3 +DISTVERSIONPREFIX= v +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Strategy game based on history, mythology and fiction + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/license.txt + +RUN_DEPENDS= wyrmgus:${PORTSDIR}/games/wyrmgus + +USE_GITHUB= yes +GH_ACCOUNT= Andrettin +GH_PROJECT= Wyrmsun + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= bin/${PORTNAME} +PORTDATA= * + +SUB_FILES= ${PORTNAME} + +# icon comes from another port, so is referenced via LOCALBASE +DESKTOP_ENTRIES="Wyrmsun" \ + "" \ + "${LOCALBASE}/share/pixmaps/${PORTNAME}.ico" \ + "${PORTNAME}" \ + "Game;StrategyGame;" \ + "" + +do-install: + cd ${WRKSRC} && ${COPYTREE_SHARE} "graphics maps music scripts \ + sounds translations" ${STAGEDIR}${DATADIR}/ + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> Added: head/games/wyrmsun/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wyrmsun/distinfo Thu May 14 22:40:44 2015 (r386367) @@ -0,0 +1,2 @@ +SHA256 (Andrettin-Wyrmsun-v1.0.3_GH0.tar.gz) = a012abce9ae1c94ff62f08bd13b370965f29ac70d808155eaa7a45151e1f48d5 +SIZE (Andrettin-Wyrmsun-v1.0.3_GH0.tar.gz) = 192041501 Added: head/games/wyrmsun/files/wyrmsun.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wyrmsun/files/wyrmsun.in Thu May 14 22:40:44 2015 (r386367) @@ -0,0 +1,3 @@ +#!/bin/sh + +exec "%%LOCALBASE%%/bin/wyrmgus" -d "%%DATADIR%%" "$@" Added: head/games/wyrmsun/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wyrmsun/pkg-descr Thu May 14 22:40:44 2015 (r386367) @@ -0,0 +1,10 @@ +Wyrmsun is an open-source RTS game which features elements of +mythology, history and fiction. + +In the Wyrmsun universe a myriad of inhabited planets exist. Humans +dwell on Earth, while dwarves inhabit Nidavellir and elves nourish +the world of Alfheim. These peoples struggle to carve a place for +themselves with their tools of stone, bronze and iron. And perhaps +one day they will meet one another, beyond the stars... + +WWW: http://www.indiedb.com/games/wyrmsun
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505142240.t4EMeidw001422>