From owner-svn-ports-all@freebsd.org Sun Dec 22 19:54:24 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 D6BB81DB7CF; Sun, 22 Dec 2019 19:54:24 +0000 (UTC) (envelope-from tcberner@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 47gtV85DgZz3Hxq; Sun, 22 Dec 2019 19:54:24 +0000 (UTC) (envelope-from tcberner@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 AECE949C8; Sun, 22 Dec 2019 19:54:24 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBMJsOlq053160; Sun, 22 Dec 2019 19:54:24 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBMJsNZ7053155; Sun, 22 Dec 2019 19:54:23 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201912221954.xBMJsNZ7053155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 22 Dec 2019 19:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520657 - in head/games: . homura X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/games: . homura X-SVN-Commit-Revision: 520657 X-SVN-Commit-Repository: ports 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.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: Sun, 22 Dec 2019 19:54:24 -0000 Author: tcberner Date: Sun Dec 22 19:54:23 2019 New Revision: 520657 URL: https://svnweb.freebsd.org/changeset/ports/520657 Log: New port: games/homura: Windows Games Launcher for FreeBSD Inspired by Lutris. Homura is a launcher that makes it easy to run windows games/launcher just with one click on FreeBSD. The Windows emulation is provided by Wine WWW: https://github.com/The-Homura-Project/Homura PR: 241042 Submitted by: Alexander Vereeken Added: head/games/homura/ head/games/homura/Makefile (contents, props changed) head/games/homura/distinfo (contents, props changed) head/games/homura/pkg-descr (contents, props changed) head/games/homura/pkg-message (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sun Dec 22 19:53:23 2019 (r520656) +++ head/games/Makefile Sun Dec 22 19:54:23 2019 (r520657) @@ -391,6 +391,7 @@ SUBDIR += hohlin SUBDIR += hoichess SUBDIR += holotz-castle + SUBDIR += homura SUBDIR += hoverboard-sdl SUBDIR += hs-scroll SUBDIR += hypatia_engine Added: head/games/homura/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/homura/Makefile Sun Dec 22 19:54:23 2019 (r520657) @@ -0,0 +1,46 @@ +# Created by: Alexander Vereeken +# $FreeBSD$ + +PORTNAME= homura +PORTVERSION= 3.2 +CATEGORIES= games + +MAINTAINER= Alexander88207@protonmail.com +COMMENT= Windows Games Launcher for FreeBSD + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture + +RUN_DEPENDS= zenity:x11/zenity \ + xdg-open:devel/xdg-utils \ + curl:ftp/curl \ + bash:shells/bash \ + 7z:archivers/p7zip \ + webfonts>=0:x11-fonts/webfonts \ + winetricks:emulators/winetricks \ + vulkaninfo:devel/vulkan-tools \ + glxinfo:graphics/mesa-demos \ + noto>=0:x11-fonts/noto + +USE_GITHUB= yes +GH_ACCOUNT= the-homura-project + +NO_BUILD= yes + +PLIST_FILES= ${LOCALBASE}/bin/Homura + +.include + +.if ${ARCH} == "i386" +RUN_DEPENDS+= wine:emulators/wine-devel +.else +RUN_DEPENDS+= wine:emulators/i386-wine-devel +.endif + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin + +.include Added: head/games/homura/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/homura/distinfo Sun Dec 22 19:54:23 2019 (r520657) @@ -0,0 +1,3 @@ +TIMESTAMP = 1576336710 +SHA256 (the-homura-project-homura-3.2_GH0.tar.gz) = c7b215cc05c2da869e375a1071d142150206bb612dd9629bc3629a94533ba26d +SIZE (the-homura-project-homura-3.2_GH0.tar.gz) = 3057772 Added: head/games/homura/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/homura/pkg-descr Sun Dec 22 19:54:23 2019 (r520657) @@ -0,0 +1,6 @@ +Homura is a launcher that makes it easy to run windows games/launcher easily on +FreeBSD by providing the required fixes and workarounds. + +The Windows emulation is provided by Wine. + +WWW: https://github.com/the-homura-project/homura Added: head/games/homura/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/homura/pkg-message Sun Dec 22 19:54:23 2019 (r520657) @@ -0,0 +1,5 @@ +[ +{ + message: "If you use Homura for the first time, then you need open it via the commandline first." +} +]