diff options
author | adamw <adamw@FreeBSD.org> | 2015-11-30 23:10:33 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-11-30 23:10:33 +0800 |
commit | 9bda411e683187f12db79dc32bda295241943f0f (patch) | |
tree | c9244044cf7620bc10bd5fa8a4a36436ae84374c | |
parent | c5bc0bc50abd39637104690f5dd4b70aacad4f99 (diff) | |
download | freebsd-ports-gnome-9bda411e683187f12db79dc32bda295241943f0f.tar.gz freebsd-ports-gnome-9bda411e683187f12db79dc32bda295241943f0f.tar.zst freebsd-ports-gnome-9bda411e683187f12db79dc32bda295241943f0f.zip |
Add sysutils/rainbarf, a CPU/RAM/battery chart bar for tmux and screen.
WWW: https://github.com/creaktive/rainbarf
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/rainbarf/Makefile | 21 | ||||
-rw-r--r-- | sysutils/rainbarf/distinfo | 2 | ||||
-rw-r--r-- | sysutils/rainbarf/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/rainbarf/pkg-plist | 4 |
5 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index bbc06e33efce..db5cc7c10955 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -817,6 +817,7 @@ SUBDIR += racktables SUBDIR += radeontool SUBDIR += radmind + SUBDIR += rainbarf SUBDIR += raincoat SUBDIR += rcadm SUBDIR += rclean diff --git a/sysutils/rainbarf/Makefile b/sysutils/rainbarf/Makefile new file mode 100644 index 000000000000..5d72bd1f9a33 --- /dev/null +++ b/sysutils/rainbarf/Makefile @@ -0,0 +1,21 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rainbarf +PORTVERSION= 1.3 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SYP +DISTNAME= App-${PORTNAME}-${PORTVERSION} + +MAINTAINER= adamw@FreeBSD.org +COMMENT= CPU/RAM/battery stats chart bar for tmux (and GNU screen) + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= modbuild +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/sysutils/rainbarf/distinfo b/sysutils/rainbarf/distinfo new file mode 100644 index 000000000000..7474cec1595f --- /dev/null +++ b/sysutils/rainbarf/distinfo @@ -0,0 +1,2 @@ +SHA256 (App-rainbarf-1.3.tar.gz) = 201892b1726a72275e0f5ae1ee15f3cd8627de72671e55489a921744687c8ba3 +SIZE (App-rainbarf-1.3.tar.gz) = 27292 diff --git a/sysutils/rainbarf/pkg-descr b/sysutils/rainbarf/pkg-descr new file mode 100644 index 000000000000..84f66e7dcd4f --- /dev/null +++ b/sysutils/rainbarf/pkg-descr @@ -0,0 +1,7 @@ +Fancy resource usage charts to put into the tmux status line. The CPU +utilization history chart is tinted with colors to reflect the system +memory allocation. + +If available, battery charge is displayed on the right. + +WWW: https://github.com/creaktive/rainbarf diff --git a/sysutils/rainbarf/pkg-plist b/sysutils/rainbarf/pkg-plist new file mode 100644 index 000000000000..d61293d67003 --- /dev/null +++ b/sysutils/rainbarf/pkg-plist @@ -0,0 +1,4 @@ +bin/rainbarf +%%SITE_PERL%%/App/rainbarf.pm +%%PERL5_MAN1%%/rainbarf.1.gz +%%PERL5_MAN3%%/App::rainbarf.3.gz |