aboutsummaryrefslogtreecommitdiffstats
path: root/shells/viewglob
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* - Update to 1.0.2pav2005-01-205-49/+39
| | | | | | | - Mark IGNORE on FreeBSD 4.x, missing library functions PR: ports/76424 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* Unbreak building by requiring gcc 3.4edwin2004-10-161-0/+1
| | | | Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* New port: shells/viewglob, a GTK+ add-on to bash and zshedwin2004-10-146-0/+120
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 <jylefort@brutele.be>