From owner-svn-ports-head@freebsd.org Sun Jan 27 05:55:08 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E6EB14C0C53; Sun, 27 Jan 2019 05:55:08 +0000 (UTC) (envelope-from tobik@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 16652889CF; Sun, 27 Jan 2019 05:55:08 +0000 (UTC) (envelope-from tobik@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 098C13B33; Sun, 27 Jan 2019 05:55:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0R5t7a4067702; Sun, 27 Jan 2019 05:55:07 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0R5t5Pg067686; Sun, 27 Jan 2019 05:55:05 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201901270555.x0R5t5Pg067686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 27 Jan 2019 05:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491326 - in head/emulators: . emulationstation emulationstation/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/emulators: . emulationstation emulationstation/files X-SVN-Commit-Revision: 491326 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 16652889CF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jan 2019 05:55:08 -0000 Author: tobik Date: Sun Jan 27 05:55:04 2019 New Revision: 491326 URL: https://svnweb.freebsd.org/changeset/ports/491326 Log: New port: emulators/emulationstation EmulationStation is a cross-platform graphical front-end for emulators, with controller navigation. Originally written by Alec "Aloshi" Lofquist, this is a fork by RetroPie. WWW: https://github.com/RetroPie/EmulationStation PR: 230537 Submitted by: freebsd@coombscloud.com Added: head/emulators/emulationstation/ head/emulators/emulationstation/Makefile (contents, props changed) head/emulators/emulationstation/distinfo (contents, props changed) head/emulators/emulationstation/files/ head/emulators/emulationstation/files/patch-es-app_src_FileFilterIndex.h (contents, props changed) head/emulators/emulationstation/files/patch-es-app_src_MetaData.h (contents, props changed) head/emulators/emulationstation/files/patch-es-app_src_ScraperCmdLine.cpp (contents, props changed) head/emulators/emulationstation/files/patch-es-core_src_InputConfig.h (contents, props changed) head/emulators/emulationstation/files/patch-es-core_src_PowerSaver.cpp (contents, props changed) head/emulators/emulationstation/files/patch-es-core_src_Settings.cpp (contents, props changed) head/emulators/emulationstation/files/patch-es-core_src_Sound.h (contents, props changed) head/emulators/emulationstation/files/patch-es-core_src_ThemeData.h (contents, props changed) head/emulators/emulationstation/files/patch-external_CMakeLists.txt (contents, props changed) head/emulators/emulationstation/pkg-descr (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Sun Jan 27 04:41:46 2019 (r491325) +++ head/emulators/Makefile Sun Jan 27 05:55:04 2019 (r491326) @@ -33,6 +33,7 @@ SUBDIR += dynagui SUBDIR += dynamips-community SUBDIR += e-uae + SUBDIR += emulationstation SUBDIR += fceux SUBDIR += fmsx SUBDIR += frodo Added: head/emulators/emulationstation/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/Makefile Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,43 @@ +# $FreeBSD$ + +PORTNAME= emulationstation +DISTVERSIONPREFIX= v +DISTVERSION= 2.7.1 +CATEGORIES= emulators + +MAINTAINER= freebsd@coombscloud.com +COMMENT= Graphical front-end for emulators (RetroPie fork) + +LICENSE= APACHE20 MIT +LICENSE_COMB= multi +LICENSE_FILE_APACHE20= ${WRKSRC}/opensans_license.txt +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.md + +LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ + libboost_filesystem.so:devel/boost-libs \ + libboost_locale.so:devel/boost-libs \ + libboost_system.so:devel/boost-libs \ + libcurl.so:ftp/curl \ + libfreeimage.so:graphics/freeimage \ + libfreetype.so:print/freetype2 \ + libpugixml.so:textproc/pugixml \ + libvlc.so:multimedia/vlc + +USES= cmake compiler:gcc-c++11-lib gl pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= RetroPie +GH_PROJECT= EmulationStation +USE_GL= gl glu +USE_SDL= sdl2 + +PLIST_FILES= bin/emulationstation +PORTDOCS= CREDITS.md DEVNOTES.md GAMELISTS.md README.md SYSTEMS.md \ + THEMES.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Added: head/emulators/emulationstation/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/distinfo Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,3 @@ +TIMESTAMP = 1548463566 +SHA256 (RetroPie-EmulationStation-v2.7.1_GH0.tar.gz) = 07415511cc5abf36ba2e35d97bd2f651947040bcc8af9cffc491724a19afb214 +SIZE (RetroPie-EmulationStation-v2.7.1_GH0.tar.gz) = 1040103 Added: head/emulators/emulationstation/files/patch-es-app_src_FileFilterIndex.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/files/patch-es-app_src_FileFilterIndex.h Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,12 @@ +Fix compiler error (missing include) + +--- es-app/src/FileFilterIndex.h.orig 2018-08-11 01:19:16 UTC ++++ es-app/src/FileFilterIndex.h +@@ -4,6 +4,7 @@ + + #include + #include ++#include + + class FileData; + Added: head/emulators/emulationstation/files/patch-es-app_src_MetaData.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/files/patch-es-app_src_MetaData.h Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,13 @@ +Use pugixml from ports, rather than embedded + +--- es-app/src/MetaData.h.orig 2018-08-11 01:00:43 UTC ++++ es-app/src/MetaData.h +@@ -4,7 +4,7 @@ + + #include + #include +-#include ++#include + + enum MetaDataType + { Added: head/emulators/emulationstation/files/patch-es-app_src_ScraperCmdLine.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/files/patch-es-app_src_ScraperCmdLine.cpp Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,23 @@ +Use POSIX sleep funtion, instead of Windows + +--- es-app/src/ScraperCmdLine.cpp.orig 2018-08-11 01:17:21 UTC ++++ es-app/src/ScraperCmdLine.cpp +@@ -5,17 +5,13 @@ + #include "SystemData.h" + #include + #include +-#if defined(__linux__) + #include +-#elif defined(WIN32) +-#include +-#endif + + std::ostream& out = std::cout; + + void handle_interrupt_signal(int p) + { +- sleep(50); ++ usleep(50); + + LOG(LogInfo) << "Interrupt received during scrape..."; + Added: head/emulators/emulationstation/files/patch-es-core_src_InputConfig.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/files/patch-es-core_src_InputConfig.h Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,13 @@ +Use pugixml from ports, rather than embedded + +--- es-core/src/InputConfig.h.orig 2018-08-11 01:03:59 UTC ++++ es-core/src/InputConfig.h +@@ -2,7 +2,7 @@ + #ifndef ES_CORE_INPUT_CONFIG_H + #define ES_CORE_INPUT_CONFIG_H + +-#include ++#include + #include + #include + #include Added: head/emulators/emulationstation/files/patch-es-core_src_PowerSaver.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/files/patch-es-core_src_PowerSaver.cpp Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,12 @@ +Fix compiler error (missing include) + +--- es-core/src/PowerSaver.cpp.orig 2018-08-11 01:13:24 UTC ++++ es-core/src/PowerSaver.cpp +@@ -2,6 +2,7 @@ + + #include "AudioManager.h" + #include "Settings.h" ++#include + + bool PowerSaver::mState = false; + bool PowerSaver::mRunningScreenSaver = false; Added: head/emulators/emulationstation/files/patch-es-core_src_Settings.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/files/patch-es-core_src_Settings.cpp Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,13 @@ +Use pugixml from ports, rather than embedded + +--- es-core/src/Settings.cpp.orig 2018-08-11 01:05:37 UTC ++++ es-core/src/Settings.cpp +@@ -3,7 +3,7 @@ + #include "Log.h" + #include "platform.h" + #include +-#include ++#include + + Settings* Settings::sInstance = NULL; + Added: head/emulators/emulationstation/files/patch-es-core_src_Sound.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/files/patch-es-core_src_Sound.h Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,12 @@ +Fix compiler error (missing include) + +--- es-core/src/Sound.h.orig 2018-08-11 01:14:12 UTC ++++ es-core/src/Sound.h +@@ -5,6 +5,7 @@ + #include "SDL_audio.h" + #include + #include ++#include + + class ThemeData; + Added: head/emulators/emulationstation/files/patch-es-core_src_ThemeData.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/files/patch-es-core_src_ThemeData.h Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,13 @@ +Use pugixml from ports, rather than embedded + +--- es-core/src/ThemeData.h.orig 2018-08-11 01:03:37 UTC ++++ es-core/src/ThemeData.h +@@ -6,7 +6,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include Added: head/emulators/emulationstation/files/patch-external_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/files/patch-external_CMakeLists.txt Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,9 @@ +Use pugixml from ports, rather than embedded + +--- external/CMakeLists.txt.orig 2018-08-11 01:01:24 UTC ++++ external/CMakeLists.txt +@@ -2,4 +2,3 @@ + # package managers are included with the project (in the 'external' folder) + + add_subdirectory("nanosvg") +-add_subdirectory("pugixml") Added: head/emulators/emulationstation/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/emulationstation/pkg-descr Sun Jan 27 05:55:04 2019 (r491326) @@ -0,0 +1,7 @@ +EmulationStation is a cross-platform graphical front-end for +emulators, with controller navigation. + +Originally written by Alec "Aloshi" Lofquist, this is a fork by +RetroPie. + +WWW: https://github.com/RetroPie/EmulationStation