Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 15:10:33 +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: r402679 - in head/sysutils: . rainbarf
Message-ID:  <201511301510.tAUFAX86051039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Nov 30 15:10:33 2015
New Revision: 402679
URL: https://svnweb.freebsd.org/changeset/ports/402679

Log:
  Add sysutils/rainbarf, a CPU/RAM/battery chart bar for tmux and screen.
  
  WWW: https://github.com/creaktive/rainbarf

Added:
  head/sysutils/rainbarf/
  head/sysutils/rainbarf/Makefile   (contents, props changed)
  head/sysutils/rainbarf/distinfo   (contents, props changed)
  head/sysutils/rainbarf/pkg-descr   (contents, props changed)
  head/sysutils/rainbarf/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Nov 30 15:01:04 2015	(r402678)
+++ head/sysutils/Makefile	Mon Nov 30 15:10:33 2015	(r402679)
@@ -817,6 +817,7 @@
     SUBDIR += racktables
     SUBDIR += radeontool
     SUBDIR += radmind
+    SUBDIR += rainbarf
     SUBDIR += raincoat
     SUBDIR += rcadm
     SUBDIR += rclean

Added: head/sysutils/rainbarf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rainbarf/Makefile	Mon Nov 30 15:10:33 2015	(r402679)
@@ -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>

Added: head/sysutils/rainbarf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rainbarf/distinfo	Mon Nov 30 15:10:33 2015	(r402679)
@@ -0,0 +1,2 @@
+SHA256 (App-rainbarf-1.3.tar.gz) = 201892b1726a72275e0f5ae1ee15f3cd8627de72671e55489a921744687c8ba3
+SIZE (App-rainbarf-1.3.tar.gz) = 27292

Added: head/sysutils/rainbarf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rainbarf/pkg-descr	Mon Nov 30 15:10:33 2015	(r402679)
@@ -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

Added: head/sysutils/rainbarf/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rainbarf/pkg-plist	Mon Nov 30 15:10:33 2015	(r402679)
@@ -0,0 +1,4 @@
+bin/rainbarf
+%%SITE_PERL%%/App/rainbarf.pm
+%%PERL5_MAN1%%/rainbarf.1.gz
+%%PERL5_MAN3%%/App::rainbarf.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511301510.tAUFAX86051039>