From owner-svn-ports-head@freebsd.org Mon Nov 30 15:10:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D001A3CEFF; Mon, 30 Nov 2015 15:10:35 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CCA611BD; Mon, 30 Nov 2015 15:10:35 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAUFAYjl051047; Mon, 30 Nov 2015 15:10:34 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAUFAX86051039; Mon, 30 Nov 2015 15:10:33 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201511301510.tAUFAX86051039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 30 Nov 2015 15:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402679 - in head/sysutils: . rainbarf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 15:10:35 -0000 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 +# $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 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