From owner-cvs-all@FreeBSD.ORG Mon Dec 4 22:15:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B7EE16A4CE; Mon, 4 Dec 2006 22:15:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B83343CB0; Mon, 4 Dec 2006 22:13:51 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB4MEIj0040700; Mon, 4 Dec 2006 22:14:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB4MEIDd040699; Mon, 4 Dec 2006 22:14:18 GMT (envelope-from miwi) Message-Id: <200612042214.kB4MEIDd040699@repoman.freebsd.org> From: Martin Wilke Date: Mon, 4 Dec 2006 22:14:17 +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/sysutils Makefile ports/sysutils/cw Makefile distinfo pkg-descr pkg-plist ports/sysutils/cw/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2006 22:15:23 -0000 miwi 2006-12-04 22:14:17 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/cw Makefile distinfo pkg-descr pkg-plist sysutils/cw/files patch-Makefile.in Log: cw is a non-intrusive real-time ANSI color wrapper for common unix-based command. cw is designed to simulate the environment of the commands being executed, so that if a person types 'du', 'df', 'ping', etc. in their shell it will automatically color the output in real-time according to a definition file containing the color format desired. cw has support for wildcard match coloring, tokenized coloring, headers/footers, case scenario coloring, command line dependent definition coloring, and includes over 50 pre-made definition files. WWW: http://cwrapper.sourceforge.net/ PR: ports/106291 Submitted by: Dryice Liu Revision Changes Path 1.864 +1 -0 ports/sysutils/Makefile 1.1 +35 -0 ports/sysutils/cw/Makefile (new) 1.1 +3 -0 ports/sysutils/cw/distinfo (new) 1.1 +11 -0 ports/sysutils/cw/files/patch-Makefile.in (new) 1.1 +12 -0 ports/sysutils/cw/pkg-descr (new) 1.1 +115 -0 ports/sysutils/cw/pkg-plist (new)