Bug 280664 - emulators/86Box: add helper script to allow user to easily download ROMs
Summary: emulators/86Box: add helper script to allow user to easily download ROMs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-06 22:02 UTC by gatekeeper
Modified: 2024-08-07 00:19 UTC (History)
1 user (show)

See Also:


Attachments
git patch (4.49 KB, patch)
2024-08-06 22:02 UTC, gatekeeper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gatekeeper 2024-08-06 22:02:29 UTC
Created attachment 252570 [details]
git patch

To run 86Box, users need to install the necessary ROMs. This patch provides a helper script called 86Box-install-roms.sh that automates this process.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-08-07 00:16:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d2c76bc40a757fd78ebd31b13616f916e6dfc012

commit d2c76bc40a757fd78ebd31b13616f916e6dfc012
Author:     gatekeeper <tiago.gasiba@gmail.com>
AuthorDate: 2024-08-07 00:12:33 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-07 00:12:33 +0000

    emulators/86Box: add helper script to allow user to easily download ROMs

    To run 86Box, users need to install the necessary ROMs. This commit
    provides a helper script called 86Box-install-roms.sh that automates
    this process.

    PR:     280664

 emulators/86Box/Makefile                           |  9 ++-
 .../86Box/files/86Box-install-roms.sh.in (new)     | 69 ++++++++++++++++++++++
 emulators/86Box/pkg-message (new)                  |  9 +++
 emulators/86Box/pkg-plist                          |  1 +
 4 files changed, 87 insertions(+), 1 deletion(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-07 00:19:57 UTC
Thanks.