Hello, here is an new port. A simple GOG client for Linux that lets you download and play your GOG games. WWW: https://github.com/sharkwouter/minigalaxy Hint: I did not add linux libs or wine as a run-dep to prevent personal enforcement. People can just setup their linux env or installing Wine as how they want this way. Thank you in advance! Poudriere 14.2-Release: OK!
Created attachment 257392 [details] 0001-games-minigalaxy-New-port-Simple-GOG-client-for-Linu.patch
Created attachment 258413 [details] 0001-NEW-PORT-games-minigalaxy-Simple-GOG-client-for-Linu.patch Update to 1.3.2
Created attachment 262027 [details] 0001-NEW-PORT-games-minigalaxy-Simple-GOG-client-for-Linu.patch Update to 1.4.0
Created attachment 262028 [details] 0001-NEW-PORT-games-minigalaxy-Simple-GOG-client-for-Linu.patch Update to 1.4.0
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8475f6775c9d004afb268f7c9c213a10e62adaea commit 8475f6775c9d004afb268f7c9c213a10e62adaea Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2025-09-22 12:25:56 +0000 Commit: Lars Engels <lme@FreeBSD.org> CommitDate: 2025-09-22 12:35:14 +0000 games/minigalaxy: Add new port A simple GOG client for Linux that lets you download and play your GOG games. The most important features of Minigalaxy: - Log in with your GOG account - Download the Linux games you own on GOG - Launch them! In addition to that, Minigalaxy also allows you to: - Update your games - Install and update DLC - Select which language you'd prefer to download your games in - Change where games are installed - Search your GOG Linux library - Show all games or just the ones you've installed - View the error message if a game fails to launch - Enable displaying the FPS in games - Use the system's ScummVM or DOSBox installation - Install Windows games using Wine WWW: https://sharkwouter.github.io/minigalaxy PR: 284721 games/Makefile | 1 + games/minigalaxy/Makefile (new) | 25 ++++++ games/minigalaxy/distinfo (new) | 3 + games/minigalaxy/pkg-descr (new) | 20 +++++ games/minigalaxy/pkg-message (new) | 13 +++ games/minigalaxy/pkg-plist (new) | 157 +++++++++++++++++++++++++++++++++++++ 6 files changed, 219 insertions(+)
Port added with minor changes (pkg-plist), Makefile ordering. Thank you!