From 14b4ab4d3a2737aa3761477992364584ecf86852 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 10 Dec 2020 05:52:39 +0000 Subject: New port: accessibility/gammy as alternative to accessibility/redshift MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gammy is a GUI tool for adjusting pixel brightness and temperature automatically or manually. It can dim the screen if its content is too bright, or brighten it otherwise. This can help your eyes adjust when switching between dark and light windows, especially at night or in suboptimal lighting conditions. WWW: https://getgammy.com/ Submitted by: Mina Galić Differential Revision: https://reviews.freebsd.org/D27462 --- accessibility/Makefile | 1 + accessibility/gammy/Makefile | 24 ++++++++++++++++++++++++ accessibility/gammy/distinfo | 3 +++ accessibility/gammy/pkg-descr | 8 ++++++++ 4 files changed, 36 insertions(+) create mode 100644 accessibility/gammy/Makefile create mode 100644 accessibility/gammy/distinfo create mode 100644 accessibility/gammy/pkg-descr (limited to 'accessibility') diff --git a/accessibility/Makefile b/accessibility/Makefile index 79e8ce086af7..eb1f9f2f7900 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -11,6 +11,7 @@ SUBDIR += caribou SUBDIR += eflite SUBDIR += feedbackd + SUBDIR += gammy SUBDIR += kdeaccessibility SUBDIR += kmag SUBDIR += kmousetool diff --git a/accessibility/gammy/Makefile b/accessibility/gammy/Makefile new file mode 100644 index 000000000000..8dfedd3050d3 --- /dev/null +++ b/accessibility/gammy/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= gammy +PORTVERSION= 0.9.59 +DISTVERSIONPREFIX= v +CATEGORIES= accessibility + +MAINTAINER= me@igalic.co +COMMENT= Adaptive screen brightness and temperature for Windows and Unix + +LICENSE= GPLv3 + +USES= gl qmake qt:5 xorg +USE_QT= core dbus gui widgets \ + buildtools_build qmake_build +USE_GL= gl +USE_XORG= x11 xxf86vm + +USE_GITHUB= YES +GH_ACCOUNT= Fushko + +PLIST_FILES= bin/gammy + +.include diff --git a/accessibility/gammy/distinfo b/accessibility/gammy/distinfo new file mode 100644 index 000000000000..684cf46a0f53 --- /dev/null +++ b/accessibility/gammy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1606998765 +SHA256 (Fushko-gammy-v0.9.59_GH0.tar.gz) = 125281fc7d0e752e50ff6f8eb460563937006229130699d2cf9f79ac20bc812f +SIZE (Fushko-gammy-v0.9.59_GH0.tar.gz) = 209514 diff --git a/accessibility/gammy/pkg-descr b/accessibility/gammy/pkg-descr new file mode 100644 index 000000000000..7027483f25aa --- /dev/null +++ b/accessibility/gammy/pkg-descr @@ -0,0 +1,8 @@ +Gammy is a GUI tool for adjusting pixel brightness and temperature automatically +or manually. + +It can dim the screen if its content is too bright, or brighten it otherwise. +This can help your eyes adjust when switching between dark and light windows, +especially at night or in suboptimal lighting conditions. + +WWW: https://getgammy.com/ -- cgit v1.2.3