Port details |
- sct Utility to change screen temperature
- 1.0.0_1 accessibility =3 1.0.0_1Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2018-01-16 22:25:04
- Last Update: 2024-03-02 16:08:35
- Commit Hash: b9cbc8e
- People watching this port, also watch:: inotify-tools, e2fsprogs, monit, pure-ftpd, phpsysinfo-php82
- License: UNLICENSE
- WWW:
- https://github.com/0mp/sct
- Description:
- 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`
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/accessibility/sct/ && make install clean
- To add the package, run one of these commands:
- pkg install accessibility/sct
- pkg install sct
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sct
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1558433471
SHA256 (0mp-sct-1.0.0_GH0.tar.gz) = c247af3d6d1a2a559adf733b428dcc3b399c03cb22f117ff7775f4f387d8d866
SIZE (0mp-sct-1.0.0_GH0.tar.gz) = 3298
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- x11.pc : x11/libX11
- xrandr.pc : x11/libXrandr
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xrandr.pc : x11/libXrandr
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- accessibility_sct
- USES:
- xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0_1 02 Mar 2024 16:08:35 |
Nuno Teixeira (eduardo) |
accessibility/sct: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0 10 Oct 2019 11:59:15 |
bapt |
Catchup with recent developers warnings |
1.0.0 21 May 2019 10:11:54 |
0mp |
Update to 1.0.0. |
0.3.1 31 Jul 2018 08:22:15 |
0mp |
accessibility/sct: Update to 0.3.1
- Refactor some parts of the manual page.
- Add some error checking for easier diagnosis.
Reviewed by: krion (mentor)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D16521 |
0.2.1 03 Mar 2018 08:59:34 |
yuri |
accessibility/sct: Update to 0.2.1
Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Added manpage
* Removed stripping - now done upstream
PR: 226297
Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> (maintainer)
Approved by: tcberner (mentor, implicit) |
0.1.0 16 Jan 2018 22:24:57 |
feld |
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 |