Date: Sun, 15 Jan 2017 23:49:14 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431608 - in head/sysutils: . tmux-mem-cpu-load Message-ID: <201701152349.v0FNnEFb025847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sun Jan 15 23:49:13 2017 New Revision: 431608 URL: https://svnweb.freebsd.org/changeset/ports/431608 Log: Add sysutils/tmux-mem-cpu-load, which adds mem, cpu, and load to tmux. Like rainbarf except it works, and it's a 40KB executable. WWW: https://github.com/thewtex/tmux-mem-cpu-load Added: head/sysutils/tmux-mem-cpu-load/ head/sysutils/tmux-mem-cpu-load/Makefile (contents, props changed) head/sysutils/tmux-mem-cpu-load/distinfo (contents, props changed) head/sysutils/tmux-mem-cpu-load/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Jan 15 22:51:52 2017 (r431607) +++ head/sysutils/Makefile Sun Jan 15 23:49:13 2017 (r431608) @@ -1116,6 +1116,7 @@ SUBDIR += tmpreaper SUBDIR += tmpwatch SUBDIR += tmux + SUBDIR += tmux-mem-cpu-load SUBDIR += topless SUBDIR += torque SUBDIR += toshctl Added: head/sysutils/tmux-mem-cpu-load/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmux-mem-cpu-load/Makefile Sun Jan 15 23:49:13 2017 (r431608) @@ -0,0 +1,23 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tmux-mem-cpu-load +PORTVERSION= 3.4.0 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= adamw@FreeBSD.org +COMMENT= CPU, RAM, and load monitor for use with tmux + +LICENSE= APACHE20 + +RUN_DEPENDS= tmux:sysutils/tmux + +USE_GITHUB= yes +GH_ACCOUNT= thewtex + +USES= cmake + +PLIST_FILES= bin/tmux-mem-cpu-load + +.include <bsd.port.mk> Added: head/sysutils/tmux-mem-cpu-load/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmux-mem-cpu-load/distinfo Sun Jan 15 23:49:13 2017 (r431608) @@ -0,0 +1,3 @@ +TIMESTAMP = 1484523357 +SHA256 (thewtex-tmux-mem-cpu-load-v3.4.0_GH0.tar.gz) = a773994e160812a964abc7fc4e8ec16b7d9833edb0a66e5c67f287c7c5949ecb +SIZE (thewtex-tmux-mem-cpu-load-v3.4.0_GH0.tar.gz) = 19483 Added: head/sysutils/tmux-mem-cpu-load/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/tmux-mem-cpu-load/pkg-descr Sun Jan 15 23:49:13 2017 (r431608) @@ -0,0 +1,7 @@ +A simple, lightweight program provided for system monitoring in the status line +of tmux. The memory monitor displays the used and available memory. The CPU +usage monitor outputs a percent CPU usage over all processors. It also displays +a textual bar graph of the current percent usage. The system load average is +also displayed. + +WWW: https://github.com/thewtex/tmux-mem-cpu-load
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701152349.v0FNnEFb025847>