./wip/viewglob, Utility designed to complement the shell in graphical environments

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9nb1, Package name: viewglob-0.9nb1, Maintainer: pkgsrc-users

viewglob is a 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 also shows the results of file globs and expansions as
they are typed (hence the name), highlighting selected files and
potential name completions.


Required to run:
[shells/bash] [x11/gtk2]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: 65b9fcdccfe61d668353f7c5587605294f842100
Filesize: 183.029 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-28 18:04:18 by Matthew Sporleder | Files touched by this commit (1)
Log message:
blindly remove the last bash2 explicit dependency; the project makes no claim \ 
tht bash3 or greater is not supported

   2012-10-07 19:41:39 by Aleksej Saushev | Files touched by this commit (52)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-06-14 00:47:10 by Thomas Klausner | Files touched by this commit (235)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261)
Log message:
Remove obsolete @dirrm lines.
   2006-06-15 15:31:57 by Thomas Klausner | Files touched by this commit (2)
Log message:
Drop maintainership, I don't use them any longer.
   2005-05-25 16:15:04 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add RMD160 checksum.

   2005-04-11 23:16:10 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2004-09-17 19:43:17 by Thomas Klausner | Files touched by this commit (4) | Imported package
Log message:
Initial import of viewglob:

viewglob is a 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 also shows the results of file globs and expansions as
they are typed (hence the name), highlighting selected files and
potential name completions.

Imported into pkgsrc-wip since it's not quite there yet, at least
for my use cases...