Add sysutils/rainbarf, a CPU/RAM/battery chart bar for tmux and screen.
WWW: https://github.com/creaktive/rainbarf
This commit is contained in:
@@ -817,6 +817,7 @@
|
||||
SUBDIR += racktables
|
||||
SUBDIR += radeontool
|
||||
SUBDIR += radmind
|
||||
SUBDIR += rainbarf
|
||||
SUBDIR += raincoat
|
||||
SUBDIR += rcadm
|
||||
SUBDIR += rclean
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (App-rainbarf-1.3.tar.gz) = 201892b1726a72275e0f5ae1ee15f3cd8627de72671e55489a921744687c8ba3
|
||||
SIZE (App-rainbarf-1.3.tar.gz) = 27292
|
||||
@@ -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
|
||||
@@ -0,0 +1,4 @@
|
||||
bin/rainbarf
|
||||
%%SITE_PERL%%/App/rainbarf.pm
|
||||
%%PERL5_MAN1%%/rainbarf.1.gz
|
||||
%%PERL5_MAN3%%/App::rainbarf.3.gz
|
||||
Reference in New Issue
Block a user