aboutsummaryrefslogtreecommitdiff
path: root/sysutils/tmux-mem-cpu-load
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-01-15 23:49:13 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-01-15 23:49:13 +0000
commitaf9ca0a6ad8365ba5ab4a27f6fafa55797326e2b (patch)
tree15217ae699fecee93b954d1c1fe90fbc7f6be0f2 /sysutils/tmux-mem-cpu-load
parent1baf25b00209c02a301d4aedae6c28fa9d248f4b (diff)
downloadports-af9ca0a6ad8365ba5ab4a27f6fafa55797326e2b.tar.gz
ports-af9ca0a6ad8365ba5ab4a27f6fafa55797326e2b.zip
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
Notes
Notes: svn path=/head/; revision=431608
Diffstat (limited to 'sysutils/tmux-mem-cpu-load')
-rw-r--r--sysutils/tmux-mem-cpu-load/Makefile23
-rw-r--r--sysutils/tmux-mem-cpu-load/distinfo3
-rw-r--r--sysutils/tmux-mem-cpu-load/pkg-descr7
3 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/tmux-mem-cpu-load/Makefile b/sysutils/tmux-mem-cpu-load/Makefile
new file mode 100644
index 000000000000..12672f933d0d
--- /dev/null
+++ b/sysutils/tmux-mem-cpu-load/Makefile
@@ -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>
diff --git a/sysutils/tmux-mem-cpu-load/distinfo b/sysutils/tmux-mem-cpu-load/distinfo
new file mode 100644
index 000000000000..fcd821f15979
--- /dev/null
+++ b/sysutils/tmux-mem-cpu-load/distinfo
@@ -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
diff --git a/sysutils/tmux-mem-cpu-load/pkg-descr b/sysutils/tmux-mem-cpu-load/pkg-descr
new file mode 100644
index 000000000000..faab876bdc20
--- /dev/null
+++ b/sysutils/tmux-mem-cpu-load/pkg-descr
@@ -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