Bug 286457 - [New Port] games/rare: Frontend for legendary
Summary: [New Port] games/rare: Frontend for legendary
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kenneth Raplee
URL:
Keywords:
Depends on: 272565 286456
Blocks:
  Show dependency treegraph
 
Reported: 2025-04-29 21:18 UTC by Alexander Vereeken
Modified: 2026-04-07 08:48 UTC (History)
1 user (show)

See Also:


Attachments
0001-New-Port-games-rare-Frontend-for-legendary.patch (56.74 KB, patch)
2025-04-29 21:24 UTC, Alexander Vereeken
no flags Details | Diff
Poudriere-Testport-14.2-REL.log (165.18 KB, text/plain)
2025-04-29 21:25 UTC, Alexander Vereeken
no flags Details
0001-New-Port-games-rare-Frontend-for-legendary.patch (56.80 KB, patch)
2025-04-30 17:57 UTC, Alexander Vereeken
no flags Details | Diff
0001-New-Port-games-rare-Frontend-for-legendary.patch (57.42 KB, patch)
2025-05-04 17:07 UTC, Alexander Vereeken
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Vereeken freebsd_triage 2025-04-29 21:18:12 UTC
Hello,

this is a new port.

Rare is a graphical interface for Legendary,
a command line alternative to Epic Games launcher, written in PySide6.

https://github.com/RareDevs/Rare

Thanks in advance.
Comment 1 Alexander Vereeken freebsd_triage 2025-04-29 21:24:51 UTC
Created attachment 260003 [details]
0001-New-Port-games-rare-Frontend-for-legendary.patch
Comment 2 Alexander Vereeken freebsd_triage 2025-04-29 21:25:34 UTC
Created attachment 260004 [details]
Poudriere-Testport-14.2-REL.log

Poudriere 14.2-Release OK.
Comment 3 Alexander Vereeken freebsd_triage 2025-04-30 17:57:18 UTC
Created attachment 260029 [details]
0001-New-Port-games-rare-Frontend-for-legendary.patch

Add missing dependency: devel/py-orjson

Note that this application supports building with pep517 and will switch to it when 270358 is done.
Comment 4 Alexander Vereeken freebsd_triage 2025-05-04 17:07:13 UTC
Created attachment 260153 [details]
0001-New-Port-games-rare-Frontend-for-legendary.patch

- Install .desktop (Reported by Xaero on the FreeBSD Discord)

- Install an pkg-message and show it on after install only to tell that Wine have to be present to play Windows games.
Comment 5 commit-hook freebsd_committer freebsd_triage 2026-04-05 16:47:49 UTC
A commit in branch main references this bug:

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

commit daa622a7f6c26180e2e617c02d791c68f887f786
Author:     Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2026-04-04 00:53:06 +0000
Commit:     Kenneth Raplee <kenrap@FreeBSD.org>
CommitDate: 2026-04-05 16:46:15 +0000

    games/rare: New port

    Rare is a graphical frontend for Legendary written in PySide6.

    PR:             286457
    Co-authored-by: Kenneth Raplee <kenrap@FreeBSD.org>
    Approved by:    makc (mentor)

 games/Makefile               |  1 +
 games/rare/Makefile (new)    | 36 ++++++++++++++++++++++++++++++++++++
 games/rare/distinfo (new)    |  3 +++
 games/rare/pkg-descr (new)   |  2 ++
 games/rare/pkg-message (new) |  9 +++++++++
 games/rare/pkg-plist (new)   |  2 ++
 6 files changed, 53 insertions(+)