| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file browser.
Features:
* Full bash compatibility.
* Embedded visual file browser.
* Two file panels, turned on and off by pressing ^O.
* Actions and colors configured via .bashrc script.
* Run current file on pressing Enter, configurable via commander_start_file()
shell function.
* Perform an action on pressing F1-F20 keys, configurable via commander_fN()
shell functions.
WWW: http://groups.google.com/group/bashc/web/overview
Notes:
svn path=/head/; revision=208845
|
|
|
|
|
|
|
|
|
|
|
|
| |
for Perl.
WWW: http://search.cpan.org/dist/Shell-Perl/
PR: ports/121142
Submitted by: Shinsuke Matsui <smatsui at karashi.org>
Notes:
svn path=/head/; revision=208599
|
|
|
|
|
|
|
|
| |
PR: ports/115305
Submitted by: garga
Notes:
svn path=/head/; revision=197578
|
|
|
|
|
|
|
|
|
| |
and handling of FATAL errors
WWW: http://pear.php.net/package/PHP_Shell/
Notes:
svn path=/head/; revision=197141
|
|
|
|
|
|
|
|
|
| |
2007-04-27 security/op: no longer available from any mastersite
2007-05-15 shells/bash2: Old, unmaintained version, use shells/bash instead
2007-05-19 sysutils/xperfmon: irrelevant for supported FreeBSD releases
Notes:
svn path=/head/; revision=192717
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The file with the include code needs to be included. This is done by
figuring out were it is located using which. . `which sh-include` will
take care of it for sh.
sh example...
. `which sh-include`
include fileGetLine
line=`fileGetLine /etc/group 4`
PR: ports/111829
Submitted by: Zane C. Bowers
Notes:
svn path=/head/; revision=190502
|
|
|
|
|
|
|
|
|
|
|
|
| |
interactive use.
WWW: http://www.fishshell.org/
PR: ports/109556
Submitted by: Kai Wang <kaiw27 at gmail.com>
Notes:
svn path=/head/; revision=186043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Term::ShellUI uses the history and autocompletion features of Term::ReadLine
to present a sophisticated command-line interface to the user. It tries to
make every feature that one would expect to see in a fully interactive shell
trivial to implement.
You simply declare your command set and let ShellUI take
care of the heavy lifting.
WWW: http://search.cpan.org/dist/Term-ShellUI
Notes:
svn path=/head/; revision=183234
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-01 www/nspostgres: Use www/aolserver with WITH_NSPOSTGRES=1 instead.
2006-12-01 www/fxhtml: crusty old a.out binary, not useful any more
2006-12-01 www/jakarta-tomcat3: Please use www/tomcat55 instead
2006-12-10 shells/mudsh: Project disappeared from the internet
2006-12-09 print/py-freetype: Project has disappeared and is no longer fetchable
2006-12-01 palm/syncal: Does not build with new pilot-link
2006-12-01 net/tn3270: dumps core. Please use net/c3270 instead
2006-12-01 multimedia/dvdwizard: has an incomplete dependency list
Notes:
svn path=/head/; revision=179573
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
programming, 2D/3D plotting, numerical computing, and embedded scripting.
Ch is the solution for:
* Embedded Scripting
* Enterprise
* Academic
* Plotting and Numerical Computing
WWW: http://www.softintegration.com/products/chstandard/
PR: ports/101259
Submitted by: conrads at cox.net
Notes:
svn path=/head/; revision=174571
|
|
|
|
|
|
|
| |
the multibyte option turned on.
Notes:
svn path=/head/; revision=171809
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The MirOS Korn Shell, which contains many additions to the original
Korn shell.
WWW: http://mirbsd.de/mksh
PR: ports/100713
Submitted by: Andreas Kohn <andreas at syndrom23.de>
Notes:
svn path=/head/; revision=168483
|
|
|
|
|
|
|
|
| |
requires libiconv.
This port is meaningful only on 7-CURRENT for now.
Notes:
svn path=/head/; revision=156359
|
|
|
|
|
|
|
|
|
|
|
|
| |
access files outside the home directory. It is written in C for Linux. No
libraries used. It is small, fast, secure. Two ascii configuration files for
more control.
PR: ports/88351
Submitted by: Vaida Bogdan <vaidab@phenix.rootshell.be>
Notes:
svn path=/head/; revision=148029
|
|
|
|
|
|
|
|
| |
PR: ports/87394
Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl>
Notes:
svn path=/head/; revision=145388
|
|
|
|
|
|
|
|
| |
The development version of Zsh is no longer being released.
Interested parties can always check out Zsh from SourceForge.net CVS.
Notes:
svn path=/head/; revision=141310
|
|
|
|
|
|
|
| |
and the handful of ports that depended on them.
Notes:
svn path=/head/; revision=129234
|
|
|
|
| |
Notes:
svn path=/head/; revision=127152
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=119371
|
|
|
|
| |
Notes:
svn path=/head/; revision=115942
|
|
|
|
|
|
|
| |
http://cnswww.cns.cwru.edu/~chet/bash/NEWS
Notes:
svn path=/head/; revision=115119
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=111975
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rssh is a Restricted Secure SHell that allow only the use of sftp or
scp. It could be use when you need an account (and a valid shell) in
order to execute sftp or scp but when you don't want to give the
possibility to log in to this user.
WWW: http://www.pizzashack.org/rssh/index.shtml
PR: ports/65860
Submitted by: enigmatyc
Notes:
svn path=/head/; revision=109638
|
|
|
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
Notes:
svn path=/head/; revision=105948
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The shells/bash-completion port installs Ian Macdonald's
programmable completion library for Bash 2.04 and above.
This gives users context- sensitive tab-completion for such
things as program arguments, SSH hostnames, NFS mounts, and
so on.
PR: ports/52790
Submitted by: Kirk Strauser <kirk@strauser.com>
Notes:
svn path=/head/; revision=89798
|
|
|
|
|
|
|
|
| |
parameter, I conclude my hunt for other nifty shell tricks by adding a
port of the .tcshrc project.
Notes:
svn path=/head/; revision=88875
|
|
|
|
|
|
|
| |
Approved by: portmgr (marcus)
Notes:
svn path=/head/; revision=87445
|
|
|
|
|
|
|
| |
WWW: http://www.nice.ch/~phip/softcorner.html#cmdr
Notes:
svn path=/head/; revision=77298
|
|
|
|
|
|
|
|
| |
PR: ports/40935
Submitted by: Ken McGlothlen <mcglk@artlogix.com>
Notes:
svn path=/head/; revision=66096
|
|
|
|
|
|
|
|
|
| |
/sbin/nologin.
Submitted by: Richard Rose <freebsd-security@rikrose.net>
Notes:
svn path=/head/; revision=62780
|
|
|
|
|
|
|
| |
Pointy hat to: alex
Notes:
svn path=/head/; revision=60558
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is just an experimental hack and cannot happily be merged into
the upstream. Zsh's line editor apparently needs a rewrite in order
to support multi-byte encodings because it strongly relies on the
single-byte character scheme.
These patches are mostly based on the work by ono@ono.org (Thanks!):
http://www.ono.org/software/zsh-euc/
What I did over this is disable the hack for non-EUC locales. Maybe
the patches can be moved to shells/zsh in the future, but it's
premature for the moment.
Notes:
- forward-char, backward-char and backward-delete-char with no numeric
argument should work properly with this hack.
- Completion and redisplay should work fine.
- There can be some trivial side-effects.
- JIS X0201-Roman and JIS X0208-Kanji are supported.
- JIS X0201-Katakana and JIS X0212 Kanji are NOT supported.
- Only tested with the EUC-JP (ja_JP.eucJP) locale. I'm not sure if
it works for GB 2312/CNS 11643-1/KS X 1001. Any feedbacks is
welcome, especially a patch if it does not work. :)
Notes:
svn path=/head/; revision=58933
|
|
|
|
|
|
|
|
|
|
| |
category for the port.
Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
Repocopied by: joe
Notes:
svn path=/head/; revision=53989
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2. It causes bash2 to core on my 4.3-STABLE box randomly
3. Since bash is a likely contender for any Linux converts, the last
thing we need is for them to grep through the ports INDEX file, install
this, destabilize their FreeBSD box, and generate bad PR
4. (portmgr hat on) it was not added in an appropriate manner.
Should the original submitter wish to re-evaluate points 1-4 above, then
we'll consider re-adding it. For now, it's toast.
Notes:
svn path=/head/; revision=46060
|
|
|
|
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
Reviewed by: will
Notes:
svn path=/head/; revision=43982
|
|
|
|
|
|
|
|
|
|
|
| |
Remove shells/ruby-shell as it is now part of the standard distribution.
(in both Ruby 1.6.4 and 1.7.0)
Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the
standard distribution now.
Notes:
svn path=/head/; revision=42688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
shell. Pipes and redirections work just as expected:
sh = Shell.cd("/foo")
sh.cat("bar") | sh.tee("baz") > "baa"
# or
sh.transact do
cat("bar") | tee("baz") > "baa"
end
Notes:
svn path=/head/; revision=39912
|
|
|
|
|
|
|
|
|
|
| |
phone or web browser.
PR: 24313
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes:
svn path=/head/; revision=39462
|
|
|
|
|
|
|
|
| |
PR: ports/25441
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
Notes:
svn path=/head/; revision=38941
|
|
|
|
| |
Notes:
svn path=/head/; revision=38706
|
|
|
|
|
|
|
|
|
|
|
| |
patches were included to fix various bugs (including what I believe are
potential overflow bugs involving gets()).
PR: 23949
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes:
svn path=/head/; revision=36511
|
|
|
|
|
|
|
|
|
|
|
|
| |
that was in standard use up to UNIX 6th Edition and was supplied as osh
with UNIX 7th Edition. Its command language is a sparse subset of those
of modern shells and is mostly common to both sh(1) and csh(1).
PR: 23943
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes:
svn path=/head/; revision=36449
|
|
|
|
| |
Notes:
svn path=/head/; revision=27578
|
|
|
|
|
|
|
|
|
|
| |
A Stand-Alone shell combining many common utilities.
PR: 16309
Submitted by: Patrick Gardella <patrick@freebsd.org>
Notes:
svn path=/head/; revision=25291
|
|
|
|
|
|
|
|
| |
PR: 15995
Submitted by: Will Andrews <andrews@technologist.com>
Notes:
svn path=/head/; revision=24565
|
|
|
|
|
|
|
| |
Forgotten by: wes
Notes:
svn path=/head/; revision=24478
|
|
|
|
| |
Notes:
svn path=/head/; revision=23415
|
|
|
|
| |
Notes:
svn path=/head/; revision=21143
|
|
|
|
| |
Notes:
svn path=/head/; revision=19046
|