Date: Sat, 14 Apr 2018 06:53:30 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467289 - in head/sysutils: . s-tui Message-ID: <201804140653.w3E6rU33067736@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Apr 14 06:53:30 2018 New Revision: 467289 URL: https://svnweb.freebsd.org/changeset/ports/467289 Log: 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> Added: head/sysutils/s-tui/ head/sysutils/s-tui/Makefile (contents, props changed) head/sysutils/s-tui/distinfo (contents, props changed) head/sysutils/s-tui/pkg-descr (contents, props changed) head/sysutils/s-tui/pkg-message (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Apr 14 06:41:26 2018 (r467288) +++ head/sysutils/Makefile Sat Apr 14 06:53:30 2018 (r467289) @@ -142,14 +142,15 @@ SUBDIR += cdrtools SUBDIR += cdrtools-devel SUBDIR += cfengine + SUBDIR += cfengine-devel SUBDIR += cfengine-masterfiles + SUBDIR += cfengine-masterfiles-devel SUBDIR += cfengine-masterfiles310 SUBDIR += cfengine-masterfiles311 SUBDIR += cfengine-masterfiles36 SUBDIR += cfengine-masterfiles37 SUBDIR += cfengine-masterfiles38 SUBDIR += cfengine-masterfiles39 - SUBDIR += cfengine-masterfiles-devel SUBDIR += cfengine22 SUBDIR += cfengine310 SUBDIR += cfengine311 @@ -161,7 +162,6 @@ SUBDIR += cfengine37 SUBDIR += cfengine38 SUBDIR += cfengine39 - SUBDIR += cfengine-devel SUBDIR += chgrep SUBDIR += chyves SUBDIR += cinnamon-control-center @@ -1105,6 +1105,7 @@ SUBDIR += runit SUBDIR += runit-faster SUBDIR += runwhen + SUBDIR += s-tui SUBDIR += s6 SUBDIR += s6-rc SUBDIR += safe-rm Added: head/sysutils/s-tui/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/s-tui/Makefile Sat Apr 14 06:53:30 2018 (r467289) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= s-tui +DISTVERSION= 0.6.7.4 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP + +MAINTAINER= freebsd_ports@k-worx.org +COMMENT= Stress Terminal UI - stress test and monitoring tool + +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urwid>0:devel/py-urwid@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils noflavors autoplist +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/sysutils/s-tui/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/s-tui/distinfo Sat Apr 14 06:53:30 2018 (r467289) @@ -0,0 +1,3 @@ +TIMESTAMP = 1523639127 +SHA256 (s-tui-0.6.7.4.tar.gz) = e9fdfafa2653237beb0f52a598de504087afd3d1255e22f5c55a59df2272d2f9 +SIZE (s-tui-0.6.7.4.tar.gz) = 25666 Added: head/sysutils/s-tui/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/s-tui/pkg-descr Sat Apr 14 06:53:30 2018 (r467289) @@ -0,0 +1,9 @@ +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). + +WWW: https://github.com/amanusk/s-tui Added: head/sysutils/s-tui/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/s-tui/pkg-message Sat Apr 14 06:53:30 2018 (r467289) @@ -0,0 +1,7 @@ +====================================================================== +If you want to enable CPU stress testing you'll need to install additionally one +of the following ports: + +- benchmarks/stress-ng +- sysutils/stress +======================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804140653.w3E6rU33067736>