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>
A modular Perl shell written, configured, and operated
entirely in Perl. It aspires to be a fully operational login
shell with all the features one normally expects. But it
also gives direct access to Perl objects and data structures
from the command line, and allows you to run Perl code
within the scope of your command line.
WWW: http://zoidberg.student.utwente.nl/
PR: ports/72053
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
While I'm here, use the official patchset instead of the custom ones
and reflect the port revision in the version number.
Submitted by: Reinhard Speyerer <rspmn@arcor.de>
Approved by: portmgr (krion)
- experimental shopt `implicitcd'
- fix `Tags out of Date' in texinfo pages
- fix line wrap bug in libreadline
- set LATEST_LINK to `bash', so that `pkg_add -r bash' works
- Install rzsh - restricted-mode zsh [2]
- Fix static version (NOSHARED=yes) build [3]
- Utilize INFO macro again
Submitted by: osa [1], ceri [2],
Dan Nelson <dnelson@allantgroup.com> [3]
and so Bash's process substitution feature doesn't work when 'configure'
finds we do have /dev/fd/ and tries to use it vs. named pipes.
PR: 48434
Submitted by: naddy
System III, 4.3BSD-Reno, Ultrix 3.1 and `home made'' fixes and enhancements
PR: ports/68127
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
[FDclone-users:00266]
Properly expand globs like <"/usr/"*> and </usr\/*>.
[FDclone-users:00274]
Complete the previous fix and make <'/usr/'*> work.
[FDclone-users:00275]
Fix a bug where a recursive copy fails when the destination directory
has a trailing slash.
[FDclone-users:00276]
Remove superfluous calls of chflags(2) to supress errors on filesystems
that do not support file flags.
[FDclone-users:00278]
Disable path name completion RENAME_FILE.