Bug 263815 - [new port] x11/openrgb: Control various (a)RGB devices
Summary: [new port] x11/openrgb: Control various (a)RGB devices
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: Neel Chauhan
URL: https://openrgb.org/
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-06 12:16 UTC by Vidar Karlsen
Modified: 2022-08-27 02:24 UTC (History)
2 users (show)

See Also:


Attachments
git format-patch (3.64 KB, patch)
2022-05-06 12:16 UTC, Vidar Karlsen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vidar Karlsen 2022-05-06 12:16:53 UTC
Created attachment 233764 [details]
git format-patch

Descr: Open source RGB lighting control that doesn't depend on manufacturer software.

QA:
portlint -AC: looks fine
poudriere testport ok on:
 - 13.0 amd64
 - 13.0 arm64.aarch64
 - 12.3 amd64
 - 12.3 i386
Runtime-tested on:
 - 13.0 amd64: it successfully controls the RGB LEDs in my workstation's chassis
 - 13.0 amd64: cleanly installed VBox VM to verify that all dependencies are accounted for

The port uses a GL_COMMIT hash instead of a release tag because FreeBSD support has just been added upstream, and is slated for inclusion in the next release (0.8).
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2022-08-27 02:24:09 UTC
Committed (with a few changes)!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-27 02:24:26 UTC
A commit in branch main references this bug:

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

commit 6ef20e1815c7eea2a3213a44777e3ea0ce518baf
Author:     Vidar Karlsen <vidar@karlsen.tech>
AuthorDate: 2022-05-06 12:05:11 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-08-27 02:23:47 +0000

    x11/openrgb: New port

    PR:     263815

 x11/Makefile                              |  1 +
 x11/openrgb/Makefile (new)                | 35 +++++++++++++++++++++++++++++++
 x11/openrgb/distinfo (new)                |  3 +++
 x11/openrgb/files/patch-OpenRGB.pro (new) | 11 ++++++++++
 x11/openrgb/pkg-descr (new)               |  3 +++
 5 files changed, 53 insertions(+)