Add sysutils/rainbarf, a CPU/RAM/battery chart bar for tmux and screen.

WWW: https://github.com/creaktive/rainbarf
This commit is contained in:
Adam Weinberger
2015-11-30 15:10:33 +00:00
parent 28fd2377c8
commit 0cb3021fd2
5 changed files with 35 additions and 0 deletions
+1
View File
@@ -817,6 +817,7 @@
SUBDIR += racktables
SUBDIR += radeontool
SUBDIR += radmind
SUBDIR += rainbarf
SUBDIR += raincoat
SUBDIR += rcadm
SUBDIR += rclean
+21
View File
@@ -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>
+2
View File
@@ -0,0 +1,2 @@
SHA256 (App-rainbarf-1.3.tar.gz) = 201892b1726a72275e0f5ae1ee15f3cd8627de72671e55489a921744687c8ba3
SIZE (App-rainbarf-1.3.tar.gz) = 27292
+7
View File
@@ -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
+4
View File
@@ -0,0 +1,4 @@
bin/rainbarf
%%SITE_PERL%%/App/rainbarf.pm
%%PERL5_MAN1%%/rainbarf.1.gz
%%PERL5_MAN3%%/App::rainbarf.3.gz