From owner-svn-ports-head@freebsd.org Sat Apr 14 06:53:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87B51F84034; Sat, 14 Apr 2018 06:53:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2591E84281; Sat, 14 Apr 2018 06:53:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0108A24F13; Sat, 14 Apr 2018 06:53:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3E6rUEi067741; Sat, 14 Apr 2018 06:53:30 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3E6rU33067736; Sat, 14 Apr 2018 06:53:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201804140653.w3E6rU33067736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 14 Apr 2018 06:53:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467289 - in head/sysutils: . s-tui X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/sysutils: . s-tui X-SVN-Commit-Revision: 467289 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 06:53:31 -0000 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 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 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 +======================================================================