From owner-cvs-ports@FreeBSD.ORG Thu Oct 14 07:38:36 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5810616A4CE; Thu, 14 Oct 2004 07:38:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4831743D31; Thu, 14 Oct 2004 07:38:36 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9E7capU079735; Thu, 14 Oct 2004 07:38:36 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9E7caOb079734; Thu, 14 Oct 2004 07:38:36 GMT (envelope-from edwin) Message-Id: <200410140738.i9E7caOb079734@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Oct 2004 07:38:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells Makefile ports/shells/viewglob Makefile distinfo pkg-descr pkg-plist ports/shells/viewglob/files patch-src::Makefile.in patch-src::ptutil.viewglob.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 07:38:36 -0000 edwin 2004-10-14 07:38:36 UTC FreeBSD ports repository Modified files: shells Makefile Added files: shells/viewglob Makefile distinfo pkg-descr pkg-plist shells/viewglob/files patch-src::Makefile.in patch-src::ptutil.viewglob.c Log: New port: shells/viewglob, a GTK+ add-on to bash and zsh viewglob is an utility designed to complement the Unix shell in graphical environments. It has two parts: 1. A tool that sits as a layer between the shell and X terminal, keeping track of the user's current directory and command line. 2. A graphical display which shows the layouts of directories referenced on the command line (including pwd). The display reveals the results of file globs and expansions as they are typed (hence the name), highlighting selected files and potential name completions. It can also be used as a surrogate terminal, where keystrokes typed in the display are passed to the shell. Files and directories can be double-clicked to insert their names and/or paths into the terminal. PR: ports/72369 Submitted by: Jean-Yves Lefort Revision Changes Path 1.51 +1 -0 ports/shells/Makefile 1.1 +30 -0 ports/shells/viewglob/Makefile (new) 1.1 +2 -0 ports/shells/viewglob/distinfo (new) 1.1 +32 -0 ports/shells/viewglob/files/patch-src::Makefile.in (new) 1.1 +27 -0 ports/shells/viewglob/files/patch-src::ptutil.viewglob.c (new) 1.1 +20 -0 ports/shells/viewglob/pkg-descr (new) 1.1 +9 -0 ports/shells/viewglob/pkg-plist (new)