Index: head/accessibility/Makefile =================================================================== --- head/accessibility/Makefile (revision 557413) +++ head/accessibility/Makefile (revision 557414) @@ -1,34 +1,35 @@ # $FreeBSD$ # COMMENT = Ports to help disabled users SUBDIR += accerciser SUBDIR += at-spi2-atk SUBDIR += at-spi2-core SUBDIR += atk SUBDIR += atkmm SUBDIR += caribou SUBDIR += eflite SUBDIR += feedbackd + SUBDIR += gammy SUBDIR += kdeaccessibility SUBDIR += kmag SUBDIR += kmousetool SUBDIR += kmouth SUBDIR += libqaccessibilityclient SUBDIR += linux-c7-at-spi2-atk SUBDIR += linux-c7-at-spi2-core SUBDIR += linux-c7-atk SUBDIR += orca SUBDIR += py-atspi SUBDIR += py-speech-dispatcher SUBDIR += qt5-speech SUBDIR += redshift SUBDIR += rubygem-atk SUBDIR += sct SUBDIR += sctd SUBDIR += speech-dispatcher SUBDIR += wlsunset SUBDIR += yasr .include Index: head/accessibility/gammy/Makefile =================================================================== --- head/accessibility/gammy/Makefile (nonexistent) +++ head/accessibility/gammy/Makefile (revision 557414) @@ -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 Property changes on: head/accessibility/gammy/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/accessibility/gammy/distinfo =================================================================== --- head/accessibility/gammy/distinfo (nonexistent) +++ head/accessibility/gammy/distinfo (revision 557414) @@ -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 Property changes on: head/accessibility/gammy/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/accessibility/gammy/pkg-descr =================================================================== --- head/accessibility/gammy/pkg-descr (nonexistent) +++ head/accessibility/gammy/pkg-descr (revision 557414) @@ -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/ Property changes on: head/accessibility/gammy/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property