From owner-svn-ports-all@freebsd.org Sun Sep 1 19:25:48 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 ACA87E2A79; Sun, 1 Sep 2019 19:25:48 +0000 (UTC) (envelope-from dbaio@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 46M38r47l5z3Dbp; Sun, 1 Sep 2019 19:25:48 +0000 (UTC) (envelope-from dbaio@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 71E0464D3; Sun, 1 Sep 2019 19:25:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x81JPmSg014487; Sun, 1 Sep 2019 19:25:48 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x81JPlHs014483; Sun, 1 Sep 2019 19:25:47 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201909011925.x81JPlHs014483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 1 Sep 2019 19:25:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510735 - in head/emulators: . anese anese/files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/emulators: . anese anese/files X-SVN-Commit-Revision: 510735 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, 01 Sep 2019 19:25:48 -0000 Author: dbaio Date: Sun Sep 1 19:25:47 2019 New Revision: 510735 URL: https://svnweb.freebsd.org/changeset/ports/510735 Log: Add emulators/anese: NES Emulator written for fun and learning ANESE (Another NES Emulator) is a Nintendo Entertainment System Emulator written for fun and learning. Accuracy and performance are long-term goals, but the primary focus is getting popular titles up and running. There are still a lot of bugs, but many games are working quite well already. WWW: https://prilik.com/ANESE/ PR: 239940 Submitted by: Martin Filla Added: head/emulators/anese/ head/emulators/anese/Makefile (contents, props changed) head/emulators/anese/distinfo (contents, props changed) head/emulators/anese/files/ head/emulators/anese/files/patch-thirdparty_headeronly_cfgpath.h (contents, props changed) head/emulators/anese/pkg-descr (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Sun Sep 1 19:23:53 2019 (r510734) +++ head/emulators/Makefile Sun Sep 1 19:25:47 2019 (r510735) @@ -9,6 +9,7 @@ SUBDIR += advancemess SUBDIR += aftp SUBDIR += almostti + SUBDIR += anese SUBDIR += aqemu SUBDIR += atari800 SUBDIR += bfe Added: head/emulators/anese/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/anese/Makefile Sun Sep 1 19:25:47 2019 (r510735) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= anese +PORTVERSION= 0.9.1 +CATEGORIES= emulators + +MAINTAINER= freebsd@sysctl.cz +COMMENT= NES Emulator written for fun and learning + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:insource sdl + +USE_GITHUB= yes +GH_ACCOUNT= daniel5151 +GH_PROJECT= ANESE + +USE_LDCONFIG= yes +USE_SDL= sdl2 + +PLIST_FILES= bin/anese + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include Added: head/emulators/anese/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/anese/distinfo Sun Sep 1 19:25:47 2019 (r510735) @@ -0,0 +1,3 @@ +TIMESTAMP = 1566123542 +SHA256 (daniel5151-ANESE-0.9.1_GH0.tar.gz) = 86c3aced7b552125b0775b20e1779c5648f28a5cb7f9837a0f97c5440ca4aa0c +SIZE (daniel5151-ANESE-0.9.1_GH0.tar.gz) = 25076630 Added: head/emulators/anese/files/patch-thirdparty_headeronly_cfgpath.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/anese/files/patch-thirdparty_headeronly_cfgpath.h Sun Sep 1 19:25:47 2019 (r510735) @@ -0,0 +1,11 @@ +--- thirdparty/headeronly/cfgpath.h.orig 2019-08-18 10:23:32 UTC ++++ thirdparty/headeronly/cfgpath.h +@@ -39,7 +39,7 @@ + #define mkdir _mkdir + #endif + +-#if defined(__linux__) || defined(__APPLE__) ++#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) + #include + #include + #include Added: head/emulators/anese/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/anese/pkg-descr Sun Sep 1 19:25:47 2019 (r510735) @@ -0,0 +1,8 @@ +ANESE (Another NES Emulator) is a Nintendo Entertainment System Emulator written +for fun and learning. + +Accuracy and performance are long-term goals, but the primary focus is getting +popular titles up and running. There are still a lot of bugs, but many games are +working quite well already. + +WWW: https://prilik.com/ANESE/