From owner-svn-ports-all@FreeBSD.ORG Thu May 14 22:40:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FF97176; Thu, 14 May 2015 22:40:46 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF1D81D81; Thu, 14 May 2015 22:40:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4EMejkH001427; Thu, 14 May 2015 22:40:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4EMeidw001422; Thu, 14 May 2015 22:40:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505142240.t4EMeidw001422@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 14 May 2015 22:40:44 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 22:40:46 -0000 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 +# $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 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