Index: head/emulators/Makefile =================================================================== --- head/emulators/Makefile (revision 491325) +++ head/emulators/Makefile (revision 491326) @@ -1,182 +1,183 @@ # $FreeBSD$ # COMMENT = Emulators for other operating systems SUBDIR += adamem SUBDIR += advancemame SUBDIR += advancemenu SUBDIR += advancemess SUBDIR += aftp SUBDIR += almostti SUBDIR += aqemu SUBDIR += atari800 SUBDIR += bfe SUBDIR += bochs SUBDIR += bsvc SUBDIR += catapult SUBDIR += cinc SUBDIR += cingb SUBDIR += citra SUBDIR += citra-qt5 SUBDIR += cpmemu SUBDIR += cpmtools SUBDIR += cpmtools2 SUBDIR += darcnes SUBDIR += dboxfe SUBDIR += desmume SUBDIR += dgen-sdl SUBDIR += dolphin-emu SUBDIR += dosbox SUBDIR += dtcyber SUBDIR += dynagen SUBDIR += dynagui SUBDIR += dynamips-community SUBDIR += e-uae + SUBDIR += emulationstation SUBDIR += fceux SUBDIR += fmsx SUBDIR += frodo SUBDIR += fs-uae SUBDIR += fs-uae-launcher SUBDIR += fuse SUBDIR += fuse-roms SUBDIR += fuse-utils SUBDIR += gbe SUBDIR += gem5 SUBDIR += gens SUBDIR += gngb SUBDIR += gngeo SUBDIR += gns3 SUBDIR += gxemul SUBDIR += hatari SUBDIR += hercules SUBDIR += higan SUBDIR += hugo SUBDIR += i386-wine SUBDIR += i386-wine-devel SUBDIR += ia64sim SUBDIR += ines SUBDIR += javatari SUBDIR += joytran SUBDIR += jzintv SUBDIR += kcemu SUBDIR += klh10 SUBDIR += lib765 SUBDIR += libdsk SUBDIR += libspectrum SUBDIR += linux-c6 SUBDIR += linux-c7 SUBDIR += linux-power9-functional-sim SUBDIR += linux_base-c6 SUBDIR += linux_base-c7 SUBDIR += lisaem SUBDIR += loemu SUBDIR += mame SUBDIR += mastergear SUBDIR += mednafen SUBDIR += mess SUBDIR += mgba SUBDIR += mtools SUBDIR += mupen64plus SUBDIR += mupen64plus-audio-sdl SUBDIR += mupen64plus-core SUBDIR += mupen64plus-input-sdl SUBDIR += mupen64plus-plugins SUBDIR += mupen64plus-qt SUBDIR += mupen64plus-rsp-cxd4 SUBDIR += mupen64plus-rsp-hle SUBDIR += mupen64plus-rsp-z64 SUBDIR += mupen64plus-ui-console SUBDIR += mupen64plus-video-arachnoid SUBDIR += mupen64plus-video-glide64 SUBDIR += mupen64plus-video-glide64mk2 SUBDIR += mupen64plus-video-rice SUBDIR += mupen64plus-video-z64 SUBDIR += nestopia SUBDIR += nonpareil SUBDIR += o2em SUBDIR += ods2reader SUBDIR += open-vm-tools SUBDIR += open-vm-tools-nox11 SUBDIR += openmsx SUBDIR += p5-Acme-6502 SUBDIR += parallels-tools SUBDIR += pcemu SUBDIR += pcsxr SUBDIR += pearpc SUBDIR += pipelight SUBDIR += playonbsd SUBDIR += ppsspp SUBDIR += ppsspp-qt5 SUBDIR += py-gns3-converter SUBDIR += py-unicorn SUBDIR += q4wine SUBDIR += qemu SUBDIR += qemu-cheri SUBDIR += qemu-devel SUBDIR += qemu-powernv SUBDIR += qemu-riscv SUBDIR += qemu-sbruno SUBDIR += qemu-user-static SUBDIR += qemu-utils SUBDIR += qmc2 SUBDIR += qtemu SUBDIR += quasi88 SUBDIR += riscv-fesvr SUBDIR += riscv-isa-sim SUBDIR += rpcs3 SUBDIR += rtc SUBDIR += rubygem-fission SUBDIR += simh SUBDIR += skyeye SUBDIR += snes9x-gtk SUBDIR += spim SUBDIR += stella SUBDIR += stonx SUBDIR += swine SUBDIR += tiemu3 SUBDIR += tilem SUBDIR += tme SUBDIR += tpm-emulator SUBDIR += tuxnes SUBDIR += uae SUBDIR += ucon64 SUBDIR += unicorn SUBDIR += vba SUBDIR += vboxtool SUBDIR += vgb-bin SUBDIR += vgba-bin SUBDIR += vice SUBDIR += virtualbox-ose SUBDIR += virtualbox-ose-additions SUBDIR += virtualbox-ose-additions-nox11 SUBDIR += virtualbox-ose-kmod SUBDIR += virtualbox-ose-nox11 SUBDIR += visualboyadvance-m SUBDIR += vmips SUBDIR += vmsbackup SUBDIR += vmw SUBDIR += vpcs SUBDIR += vxtools SUBDIR += wine SUBDIR += wine-devel SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono SUBDIR += wine-mono-devel SUBDIR += winetricks SUBDIR += wxmupen64plus SUBDIR += x48 SUBDIR += x49gp SUBDIR += xbraitenberg SUBDIR += xcpc SUBDIR += xen-kernel411 SUBDIR += xen-kernel47 SUBDIR += xhomer SUBDIR += xsystem35 SUBDIR += xzx SUBDIR += yabause SUBDIR += yape SUBDIR += zsnes .include Index: head/emulators/emulationstation/Makefile =================================================================== --- head/emulators/emulationstation/Makefile (nonexistent) +++ head/emulators/emulationstation/Makefile (revision 491326) @@ -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 Property changes on: head/emulators/emulationstation/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/distinfo =================================================================== --- head/emulators/emulationstation/distinfo (nonexistent) +++ head/emulators/emulationstation/distinfo (revision 491326) @@ -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 Property changes on: head/emulators/emulationstation/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/files/patch-es-app_src_FileFilterIndex.h =================================================================== --- head/emulators/emulationstation/files/patch-es-app_src_FileFilterIndex.h (nonexistent) +++ head/emulators/emulationstation/files/patch-es-app_src_FileFilterIndex.h (revision 491326) @@ -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; + Property changes on: head/emulators/emulationstation/files/patch-es-app_src_FileFilterIndex.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/files/patch-es-app_src_MetaData.h =================================================================== --- head/emulators/emulationstation/files/patch-es-app_src_MetaData.h (nonexistent) +++ head/emulators/emulationstation/files/patch-es-app_src_MetaData.h (revision 491326) @@ -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 + { Property changes on: head/emulators/emulationstation/files/patch-es-app_src_MetaData.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/files/patch-es-app_src_ScraperCmdLine.cpp =================================================================== --- head/emulators/emulationstation/files/patch-es-app_src_ScraperCmdLine.cpp (nonexistent) +++ head/emulators/emulationstation/files/patch-es-app_src_ScraperCmdLine.cpp (revision 491326) @@ -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..."; + Property changes on: head/emulators/emulationstation/files/patch-es-app_src_ScraperCmdLine.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/files/patch-es-core_src_InputConfig.h =================================================================== --- head/emulators/emulationstation/files/patch-es-core_src_InputConfig.h (nonexistent) +++ head/emulators/emulationstation/files/patch-es-core_src_InputConfig.h (revision 491326) @@ -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 Property changes on: head/emulators/emulationstation/files/patch-es-core_src_InputConfig.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/files/patch-es-core_src_PowerSaver.cpp =================================================================== --- head/emulators/emulationstation/files/patch-es-core_src_PowerSaver.cpp (nonexistent) +++ head/emulators/emulationstation/files/patch-es-core_src_PowerSaver.cpp (revision 491326) @@ -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; Property changes on: head/emulators/emulationstation/files/patch-es-core_src_PowerSaver.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/files/patch-es-core_src_Settings.cpp =================================================================== --- head/emulators/emulationstation/files/patch-es-core_src_Settings.cpp (nonexistent) +++ head/emulators/emulationstation/files/patch-es-core_src_Settings.cpp (revision 491326) @@ -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; + Property changes on: head/emulators/emulationstation/files/patch-es-core_src_Settings.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/files/patch-es-core_src_Sound.h =================================================================== --- head/emulators/emulationstation/files/patch-es-core_src_Sound.h (nonexistent) +++ head/emulators/emulationstation/files/patch-es-core_src_Sound.h (revision 491326) @@ -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; + Property changes on: head/emulators/emulationstation/files/patch-es-core_src_Sound.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/files/patch-es-core_src_ThemeData.h =================================================================== --- head/emulators/emulationstation/files/patch-es-core_src_ThemeData.h (nonexistent) +++ head/emulators/emulationstation/files/patch-es-core_src_ThemeData.h (revision 491326) @@ -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 Property changes on: head/emulators/emulationstation/files/patch-es-core_src_ThemeData.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/files/patch-external_CMakeLists.txt =================================================================== --- head/emulators/emulationstation/files/patch-external_CMakeLists.txt (nonexistent) +++ head/emulators/emulationstation/files/patch-external_CMakeLists.txt (revision 491326) @@ -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") Property changes on: head/emulators/emulationstation/files/patch-external_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/emulators/emulationstation/pkg-descr =================================================================== --- head/emulators/emulationstation/pkg-descr (nonexistent) +++ head/emulators/emulationstation/pkg-descr (revision 491326) @@ -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 Property changes on: head/emulators/emulationstation/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property