aboutsummaryrefslogtreecommitdiff
path: root/shells/viewglob
Commit message (Collapse)AuthorAgeFilesLines
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-201-7/+1
| | | | | | | with letter r-s Notes: svn path=/head/; revision=190445
* Drop maintainershipJean-Yves Lefort2006-11-031-1/+1
| | | | Notes: svn path=/head/; revision=176271
* Update to 2.0.4Jean-Yves Lefort2006-08-062-5/+4
| | | | | | | | PR: ports/98462 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Notes: svn path=/head/; revision=169851
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Update to 2.0.3Jean-Yves Lefort2005-09-065-50/+25
| | | | | | | - Reformat the Makefile Notes: svn path=/head/; revision=142100
* Change my MAINTAINER email address to jylefort@FreeBSD.orgJean-Yves Lefort2005-04-122-2/+2
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=133186
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* - Update to 1.0.2Pav Lucistnik2005-01-195-49/+39
| | | | | | | | | | - Mark IGNORE on FreeBSD 4.x, missing library functions PR: ports/76424 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=126856
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Unbreak building by requiring gcc 3.4Edwin Groothuis2004-10-151-0/+1
| | | | | | | Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=119540
* New port: shells/viewglob, a GTK+ add-on to bash and zshEdwin Groothuis2004-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> Notes: svn path=/head/; revision=119373