From owner-cvs-all@FreeBSD.ORG Tue Oct 18 17:27:51 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E70FD1065670; Tue, 18 Oct 2011 17:27:51 +0000 (UTC) Date: Tue, 18 Oct 2011 17:27:51 +0000 From: Alexey Dokuchaev To: Ryan Steinmetz Message-ID: <20111018172751.GA97413@FreeBSD.org> References: <201110181127.p9IBRhMh095990@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201110181127.p9IBRhMh095990@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/fex 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: Tue, 18 Oct 2011 17:27:52 -0000 On Tue, Oct 18, 2011 at 11:27:43AM +0000, Ryan Steinmetz wrote: > zi 2011-10-18 11:27:43 UTC > > Modified files: > sysutils Makefile > Added files: > sysutils/fex Makefile distinfo pkg-descr > Log: > New port: sysutils/fex > > fex works like cut or awk in its field navigation, but allows > you to specify token-based fields in a much more concise, flexible, > and readable way. > > Due to the simplicity of fex's language, it can enable you to replace > many common invocations of cut and awk with a single invocation of fex. It looks like `textproc' is better category for it (trivia fact: various implementations of AWK live under `lang' o_O). ./danfe