aboutsummaryrefslogtreecommitdiffstats
path: root/shells/viewglob
Commit message (Collapse)AuthorAgeFilesLines
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+3
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-201-7/+1
| | | | with letter r-s
* Drop maintainershipjylefort2006-11-031-1/+1
|
* Update to 2.0.4jylefort2006-08-072-5/+4
| | | | | PR: ports/98462 Submitted by: Martin Wilke <freebsd@unixfreunde.de>
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* - Update to 2.0.3jylefort2005-09-065-50/+25
| | | | - Reformat the Makefile
* Change my MAINTAINER email address to jylefort@FreeBSD.orgjylefort2005-04-132-2/+2
| | | | Approved by: adamw (mentor)
* 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>