Port details |
- s-tui Stress Terminal UI, Terminal-based CPU stress and monitoring utility
- 1.1.6_1 sysutils
=3 1.1.6_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2018-04-14 06:53:45
- Last Update: 2024-03-23 14:30:48
- Commit Hash: e869a35
- People watching this port, also watch:: hs-ShellCheck, py311-iocage-devel, endless-sky, ttyd, proxsmtp
- Also Listed In: python
- License: GPLv2
- WWW:
- https://github.com/amanusk/s-tui
- Description:
- s-tui is a terminal UI for monitoring the computer. s-tui allows to monitor:
- CPU temperature/utilization/frequency/power
- performance dips caused by thermal throttling
s-tui requires minimal resources and no X-server. There are also built in
options for stressing the CPU (support for stress/stress-ng).
¦ ¦ ¦ ¦ 
- 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/sysutils/s-tui/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/s-tui
- pkg install s-tui
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: s-tui
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708448962
SHA256 (s-tui-1.1.6.tar.gz) = 9d27699ccf2e6e87653f09af7663454e7f53b12f22ee55816760a27cc1c37b57
SIZE (s-tui-1.1.6.tar.gz) = 41915
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:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-psutil>=5.9.1 : sysutils/py-psutil@py39
- py39-urwid>=2.0.1 : devel/py-urwid@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_s-tui
- USES:
- python
- pkg-message:
- For install:
- You installed s-tui, stress test and monitoring tool.
s-tui is experimental on FreeBSD. Please help testing it.
If you want to enable CPU stress testing you'll need to install
additionally one of the following ports:
- benchmarks/stress-ng
- sysutils/stress
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.6_1 23 Mar 2024 14:30:48
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/s-tui: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.1.6 21 Feb 2024 15:06:44
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/s-tui: Update to 1.1.6
Changes: https://github.com/amanusk/s-tui/releases |
1.1.4 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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.1.4 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.1.4 30 Jul 2022 21:00:23
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/s-tui: Update to 1.1.4
Changes: https://github.com/amanusk/s-tui/releases
https://github.com/amanusk/s-tui/commits/master |
1.1.3 26 Apr 2022 15:01:16
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/s-tui: Update to 1.1.3
- Change MASTER_SITES to CHEESESHOP
- Take maintainership
Changes: https://github.com/amanusk/s-tui/releases |
1.0.0.2 20 Apr 2022 12:32:15
    |
Dmitry Marakasov (amdmi3)  |
sysutils/s-tui: switch to USES=pytest |
1.0.0.2 10 Aug 2021 15:54:50
    |
Kai Knoblich (kai)  |
sysutils/s-tui: Drop maintainership
MFH: 2021Q3 |
1.0.0.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.0.2 21 Mar 2020 10:40:53
  |
kai  |
sysutils/s-tui: Update to 1.0.0
* Use a slightly newer commit that introduces support for displaying CPU
names in FreeBSD.
* Add a "do-test" target to make future QA easier.
Changelog:
https://github.com/amanusk/s-tui/releases/tag/v1.0.0 |
0.8.2_1 14 Aug 2019 12:16:13
  |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
0.8.2_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.8.2 01 Feb 2019 18:55:18
  |
kai  |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
0.8.2 24 Sep 2018 08:44:44
  |
yuri  |
sysutils/s-tui: Update 0.6.7.4 -> 0.8.2
Reported by: upstream |
0.6.7.4 14 Apr 2018 06:53:30
  |
yuri  |
New port: sysutils/s-tui: Stress Terminal UI - stress test and monitoring tool
While here, fixed 2 minot sorting problems in sysutils/Makefile.
PR: 227504
Submitted by: Kai <freebsd_ports@k-worx.org> |