From owner-cvs-all@FreeBSD.ORG Thu Dec 8 12:58:00 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54BC9106564A; Thu, 8 Dec 2011 12:58:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0BDCE8FC0C; Thu, 8 Dec 2011 12:58:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pB8Cvx1s078736; Thu, 8 Dec 2011 12:57:59 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pB8Cvxrq078735; Thu, 8 Dec 2011 12:57:59 GMT (envelope-from bapt) Message-Id: <201112081257.pB8Cvxrq078735@repoman.freebsd.org> From: Baptiste Daroussin Date: Thu, 8 Dec 2011 12:57:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/i3status Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2011 12:58:00 -0000 bapt 2011-12-08 12:57:59 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/i3status Makefile distinfo pkg-descr Log: i3status is a small program (about 1500 SLOC) for generating a status bar for dzen2, xmobar or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update such a status line every second. This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would. WWW: http://i3wm.org/i3status/ Feature safe: yes Revision Changes Path 1.777 +1 -0 ports/x11/Makefile 1.1 +39 -0 ports/x11/i3status/Makefile (new) 1.1 +2 -0 ports/x11/i3status/distinfo (new) 1.1 +8 -0 ports/x11/i3status/pkg-descr (new)