Index: head/accessibility/Makefile =================================================================== --- head/accessibility/Makefile (revision 459210) +++ head/accessibility/Makefile (revision 459211) @@ -1,34 +1,35 @@ # $FreeBSD$ # COMMENT = Ports to help disabled users SUBDIR += accerciser SUBDIR += at-spi2-atk SUBDIR += at-spi2-core SUBDIR += atk SUBDIR += atk-reference SUBDIR += atkmm SUBDIR += caribou SUBDIR += eflite SUBDIR += jovie SUBDIR += kaccessible SUBDIR += kdeaccessibility4 SUBDIR += kmag SUBDIR += kmousetool SUBDIR += kmouth SUBDIR += linux-c6-atk SUBDIR += linux-c7-atk SUBDIR += mousetweaks SUBDIR += orca SUBDIR += py-atspi SUBDIR += py-papi SUBDIR += py-speech-dispatcher SUBDIR += qt4-accessible SUBDIR += qt5-speech SUBDIR += redshift SUBDIR += rubygem-atk + SUBDIR += sct SUBDIR += speech-dispatcher SUBDIR += yasr .include Index: head/accessibility/sct/Makefile =================================================================== --- head/accessibility/sct/Makefile (nonexistent) +++ head/accessibility/sct/Makefile (revision 459211) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= sct +PORTVERSION= 0.1.0 +CATEGORIES= accessibility + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Utility to change screen temperature + +LICENSE= UNLICENSE + +USE_GITHUB= yes +GH_ACCOUNT= 0mp + +USE_XORG= x11 xrandr + +PLIST_FILES= bin/sct + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sct + +.include Property changes on: head/accessibility/sct/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/sct/distinfo =================================================================== --- head/accessibility/sct/distinfo (nonexistent) +++ head/accessibility/sct/distinfo (revision 459211) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516135722 +SHA256 (0mp-sct-0.1.0_GH0.tar.gz) = 982bae0448daff0b41eabe492b8b33223e2dad010e861fd6f09e8d9d0d7ca6c1 +SIZE (0mp-sct-0.1.0_GH0.tar.gz) = 2167 Property changes on: head/accessibility/sct/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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/sct/pkg-descr =================================================================== --- head/accessibility/sct/pkg-descr (nonexistent) +++ head/accessibility/sct/pkg-descr (revision 459211) @@ -0,0 +1,14 @@ +This is a port of sct, a simple command-line utility written by Ted Unangst, +which can be used to control screen temperature. It exceeds at being much more +lightweight than similar software solutions like Redshift and f.lux. At the +same time it is easier to use than xrandr. + +Sct takes temperature values in range 1000 to 10000, where 6500 is the default +value. Here are some usage examples: + + * Campfire style: `sct 4500` + * Dust storm on Mars style: `sct 2000` + * Coffee free all nighter style: `sct 8000` + * Default style: `sct` + +WWW: https://www.tedunangst.com/flak/post/sct-set-color-temperature Property changes on: head/accessibility/sct/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ 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