pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
openrgb: Add version 0.9
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Wed Oct 23 08:40:43 2024 -0400
Changeset: fb0150f036fdb080a7e520462b3284af753ffea6
Added Files:
openrgb/DESCR
openrgb/Makefile
openrgb/PLIST
openrgb/TODO
openrgb/distinfo
Log Message:
openrgb: Add version 0.9
This is a program to set RGB LEDs as found in gamer computers.
This wip entry does not yet build at all, but as wip is wip, it's pushed!
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fb0150f036fdb080a7e520462b3284af753ffea6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
openrgb/DESCR | 11 +++++++++++
openrgb/Makefile | 16 ++++++++++++++++
openrgb/PLIST | 1 +
openrgb/TODO | 3 +++
openrgb/distinfo | 5 +++++
5 files changed, 36 insertions(+)
diffs:
diff --git a/openrgb/DESCR b/openrgb/DESCR
new file mode 100644
index 0000000000..e94a9ec4c8
--- /dev/null
+++ b/openrgb/DESCR
@@ -0,0 +1,11 @@
+OpenRGB controls LED lighting found in many computer systems.
+Features include
+* Set colors and select effect modes for a wide variety of RGB hardware
+* Save and load profiles
+* Control lighting from third party software using the OpenRGB SDK
+* Command line interface
+* Connect multiple instances of OpenRGB to synchronize lighting across multiple PCs
+* Can operate standalone or in a client/headless server configuration
+* View device information
+* No official/manufacturer software required
+
diff --git a/openrgb/Makefile b/openrgb/Makefile
new file mode 100644
index 0000000000..3e38a7d17c
--- /dev/null
+++ b/openrgb/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= OpenRGB-release_0.9
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITLAB:=CalcProgrammer1/OpenRGB/-/archive/release_0.9/}
+
+MAINTAINER= gdt%NetBSD.org@localhost
+HOMEPAGE= https://openrgb.org/
+COMMENT= Control RGB LED lights
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+
+# \todo qmake
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/openrgb/PLIST b/openrgb/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/openrgb/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/openrgb/TODO b/openrgb/TODO
new file mode 100644
index 0000000000..4f52631646
--- /dev/null
+++ b/openrgb/TODO
@@ -0,0 +1,3 @@
+- set PKGNAME to not contain release-
+- make it build
+- test it
diff --git a/openrgb/distinfo b/openrgb/distinfo
new file mode 100644
index 0000000000..92812ed0f5
--- /dev/null
+++ b/openrgb/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (OpenRGB-release_0.9.tar.gz) = 55da7a1f2ced80454c2112afa94e728c1d4d3fd5fcacc71d6070313388323001
+SHA512 (OpenRGB-release_0.9.tar.gz) = 3ac0cc6e6ec7b1719c0a4f069cface22f42d9d83d47ab1c5ddedb830568fdaa57956f73370a2daaecf8d694f66cbcf83b119935b5f4693a201adc36c63a21e1a
+Size (OpenRGB-release_0.9.tar.gz) = 29880152 bytes
Home |
Main Index |
Thread Index |
Old Index