From owner-svn-ports-all@freebsd.org Mon Jul 22 17:58:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 11E46B78F0; Mon, 22 Jul 2019 17:58:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6F3B8289E; Mon, 22 Jul 2019 17:58:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BC4518E75; Mon, 22 Jul 2019 17:58:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6MHweIV037901; Mon, 22 Jul 2019 17:58:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6MHwdoH037895; Mon, 22 Jul 2019 17:58:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201907221758.x6MHwdoH037895@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 22 Jul 2019 17:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507153 - in head/games: . voadi voadi/files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/games: . voadi voadi/files X-SVN-Commit-Revision: 507153 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B6F3B8289E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 22 Jul 2019 17:58:41 -0000 Author: amdmi3 Date: Mon Jul 22 17:58:39 2019 New Revision: 507153 URL: https://svnweb.freebsd.org/changeset/ports/507153 Log: - Add games/voadi Humorous 2D adventure game for PC, Mac, and Linux, a hypothetical question is taken to the extreme. Our heroine Rachel is challenged by the brutality of nature, the politics of species, and the struggle to persevere. Rachel's vegan ethos is useful, as the island is brimming with animals that can help her, but winning their support is no easy task. Rachel must use her communication skills and problem-solving abilities-rather than coercion-to get what she wants. WWW: https://www.voadi.com/ Added: head/games/voadi/ head/games/voadi/Makefile (contents, props changed) head/games/voadi/distinfo (contents, props changed) head/games/voadi/files/ head/games/voadi/files/voadi.sh.in (contents, props changed) head/games/voadi/pkg-descr (contents, props changed) head/games/voadi/pkg-message (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Mon Jul 22 17:27:23 2019 (r507152) +++ head/games/Makefile Mon Jul 22 17:58:39 2019 (r507153) @@ -1005,6 +1005,7 @@ SUBDIR += vitetris SUBDIR += vkquake SUBDIR += vms-empire + SUBDIR += voadi SUBDIR += vodovod SUBDIR += volleyball SUBDIR += vor Added: head/games/voadi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voadi/Makefile Mon Jul 22 17:58:39 2019 (r507153) @@ -0,0 +1,47 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= voadi +PORTVERSION= 0.3 +CATEGORIES= games +MASTER_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/-/archive/v${PORTVERSION}/ +DISTNAME= ${PORTNAME}-v${PORTVERSION} + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Vegan on a Desert Island, 2D top-down adventure game + +LICENSE= GPLv3 CC-BY-SA-4.0 +LICENSE_COMB= multi +LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE + +RUN_DEPENDS= solarus-run:games/solarus + +NO_ARCH= yes +NO_BUILD= yes + +SUB_FILES= ${PORTNAME}.sh + +PORTDOCS= README.md +PORTDATA= * +PLIST_FILES= bin/${PORTNAME} + +OPTIONS_DEFINE= DOCS + +DESKTOP_ENTRIES="Vegan on a Desert Island" \ + "" \ + "${DATADIR}/data/logos/icon_64.png" \ + "${PORTNAME}" \ + "Game;AdventureGame;" \ + "" + +do-install: + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor + +.include Added: head/games/voadi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voadi/distinfo Mon Jul 22 17:58:39 2019 (r507153) @@ -0,0 +1,3 @@ +TIMESTAMP = 1561669319 +SHA256 (voadi-v0.3.tar.gz) = 87fe17bba2a7692bb7e88741e41f906f17267b0cf14100b7197bc3da5574455e +SIZE (voadi-v0.3.tar.gz) = 4810405 Added: head/games/voadi/files/voadi.sh.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voadi/files/voadi.sh.in Mon Jul 22 17:58:39 2019 (r507153) @@ -0,0 +1,3 @@ +#!/bin/sh + +exec %%LOCALBASE%%/bin/solarus-run %%DATADIR%% Added: head/games/voadi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voadi/pkg-descr Mon Jul 22 17:58:39 2019 (r507153) @@ -0,0 +1,10 @@ +Humorous 2D adventure game for PC, Mac, and Linux, a hypothetical +question is taken to the extreme. Our heroine Rachel is challenged +by the brutality of nature, the politics of species, and the struggle +to persevere. Rachel's vegan ethos is useful, as the island is +brimming with animals that can help her, but winning their support +is no easy task. Rachel must use her communication skills and +problem-solving abilities-rather than coercion-to get what she +wants. + +WWW: https://www.voadi.com/ Added: head/games/voadi/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voadi/pkg-message Mon Jul 22 17:58:39 2019 (r507153) @@ -0,0 +1,3 @@ +Please keep in mind that Vegan on a Desert Island is a work in +progress, so the store is not yet complete, and also savegames +may be incompatible with future game releases.