Commit graph

80 commits

Author SHA1 Message Date
Dmitry Marakasov
536ff8a1f7 DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
possible. It does this without sacrificing speed where possible. In fact, it
is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.

WWW: http://gondor.apana.org.au/~herbert/dash/

PR:		140381
Submitted by:	Eitan Adler <EitanAdlerList@gmail.com>
2009-11-21 05:17:19 +00:00
Emanuel Haupt
d354fe4394 Add shells/bash3-static, a meta port to build a static version of shells/bash3 2009-11-01 21:30:13 +00:00
Marcelo Araujo
1ad8099c5c Jailkit is a set of utilities to limit user accounts to specific
files using chroot() and or specific commands.
Setting up a chroot shell, a shell limited to some specific
command, or a daemon inside a chroot jail is a lot easier and
can be automated using these utilities.

WWW:    http://olivier.sessink.nl/jailkit/

PR:		ports/138047
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-09-04 00:37:27 +00:00
Marcelo Araujo
2abe41f067 lshell lets you restrict a user's shell environment to limited sets of commands,
choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.)
log user's commands, implement timing restrictions, and more.

WWW:    http://lshell.ghantoos.org

PR:		ports/137369
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Reviewed by:	myself
2009-08-05 13:10:00 +00:00
David E. O'Brien
e59933d563 Resurrect the 'bash3' port as a holder of the legacy BASH version 3.x. 2009-03-11 07:47:27 +00:00
David E. O'Brien
7b7f683e20 Enable the bash-static port. 2009-01-23 15:35:36 +00:00
Martin Wilke
78cdba8e1a 2008-10-19 x11-wm/flwm: Project is dead, and uses obsolete version of fltk
2008-09-19 x11-wm/kahakai: "Development ceased"
2008-08-24 palm/synce-gnomevfs: No longer supported by developers
2008-08-24 palm/synce-kde: No longer supported by developers
2008-08-24 palm/synce-multisync: No longer supported by developers
2008-12-06 shells/ksh93-devel: This port is Outdated.  Please use shells/ksh93
2008-09-19 sysutils/dtc-toaster: Has been broken for more than 6 months
2008-09-19 sysutils/dusage: Has been broken for more than 6 months
2008-09-19 games/linux-alienarena: Has been broken for more than 6 months
2008-12-07 19:49:39 +00:00
Wesley Shields
45602fcdef Welcome ksh93-devel to the tree.
PR:		ports/128466
Submitted by:	Joe Kelsey <joe@zircon.seattle.wa.us>
2008-11-04 23:10:06 +00:00
Pav Lucistnik
87e50eaccf - Readd shells/rssh without rsync support. I'm still actively using it. 2008-08-21 14:32:07 +00:00
Thomas Abthorpe
d004c0cfe9 2008-08-21 shells/rssh: No longer maintained upstream 2008-08-21 14:05:08 +00:00
Martin Wilke
ceabe272a7 Heirloom-sh is a portable version of OpenSolaris' #!/bin/sh.
If one need to write portable shell scripts, this one is excellent for
testing them. It is installed as jsh (job shell).

Other OpenSolaris user land tools are available in sysutils/heirloom

WWW: http://heirloom.sourceforge.net/sh.html

PR:		ports/122192
Submitted by:	Danijel Tasov <danielt at pilgerer.org>
2008-04-29 21:34:02 +00:00
Alejandro Pulver
88863d272a Bash Commander is a traditional GNU bash shell extended with visual two-panel
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
2008-03-11 22:38:46 +00:00
Martin Wilke
46a6f0405a Shell::Perl is the implementation of a simple command-line interpreter
for Perl.

WWW: http://search.cpan.org/dist/Shell-Perl/

PR:		ports/121142
Submitted by:	Shinsuke Matsui <smatsui at karashi.org>
2008-03-07 17:16:21 +00:00
Renato Botelho
5c711d524c Repocopy shells/perlsh to shells/psh to reflect the correct project's name
PR:		ports/115305
Submitted by:	garga
2007-08-13 13:41:01 +00:00
Martin Wilke
05d2ab117d a interactive PHP Shell with tab-completion, inline help
and handling of FATAL errors

WWW: http://pear.php.net/package/PHP_Shell/
2007-08-05 21:00:44 +00:00
Gabor Kovesdan
a5a79ff2eb Remove expired ports:
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
2007-06-04 15:01:37 +00:00
Martin Wilke
c8a7494f7e Allows include files to be used in shells the same way they are with C.
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
2007-04-20 21:36:35 +00:00
Martin Wilke
1dee70fb5b fish is a user friendly commandline shell intended mostly for
interactive use.

WWW:	http://www.fishshell.org/

PR:		ports/109556
Submitted by:	Kai Wang <kaiw27 at gmail.com>
2007-02-26 22:51:49 +00:00
Sergey Matveychuk
0078064281 A new port: shells/p5-Term-ShellUI
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
2007-01-25 09:12:28 +00:00
Vasil Dimov
96286aa69d Remove expired leaf ports:
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
2006-12-12 15:42:12 +00:00
Alejandro Pulver
56cb67b79c Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell
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
2006-10-05 19:07:49 +00:00
Akinori MUSHA
a4b373bb16 This port has served its purpose. Just use the shells/zsh port with
the multibyte option turned on.
2006-09-01 14:21:39 +00:00
Martin Wilke
1f5d8f463c Add mksh , a Korn shell with many additions.
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>
2006-07-22 10:55:20 +00:00
Hajimu UMEMOTO
75facbc869 Add new port tcsh_nls - Misc NLS catalogs for tcsh which
requires libiconv.
This port is meaningful only on 7-CURRENT for now.
2006-02-19 06:49:18 +00:00
Pav Lucistnik
5435e51604 Iron Bars Shell is a restricted Unix shell. The user can not step out of, nor
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>
2005-11-12 12:56:55 +00:00
Renato Botelho
5cefcf0088 Add tcsh-bofh 6.12.00, patch tcsh to providing true BOFH logfunctions.
PR:		ports/87394
Submitted by:	Krzysztof Kowalewski <pyzmen@kam.pl>
2005-10-14 15:11:29 +00:00
Sergei Kolobov
7ae374d8e6 - Retire shells/zsh-devel in favor of shells/zsh:
The development version of Zsh is no longer being released.
  Interested parties can always check out Zsh from SourceForge.net CVS.
2005-08-29 13:45:42 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Thierry Thomas
a869d5d2cc Add bush 1.0.1, the Business Shell. 2005-01-23 21:57:07 +00:00
Edwin Groothuis
1f936c50cb New port: shells/viewglob, a GTK+ add-on to bash and zsh
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>
2004-10-14 07:38:35 +00:00
Edwin Groothuis
bdbd787306 [NEW PORT] shells/zoidberg: A modular PERL shell
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>
2004-10-14 07:35:21 +00:00
Oliver Eikemeier
884571212b move shells/bash3 -> shells/bash 2004-08-11 17:20:38 +00:00
Oliver Eikemeier
f55e7a8694 Add bash3, The GNU Bourne-Again SHell version 3.00
http://cnswww.cns.cwru.edu/~chet/bash/NEWS
2004-07-30 22:01:13 +00:00
Pav Lucistnik
6b787b91fc Add v7sh, the original Steve R. Bourne shell from the 7th edition Unix including
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>
2004-06-22 08:24:19 +00:00
Clement Laforet
288e67f0c1 Add rssh 2.1.1, a Restricted Secure SHell only for sftp or/and scp.
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
2004-05-21 13:37:24 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Edwin Groothuis
8707ef668e New port: shells/bash-completion
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>
2003-09-29 12:44:15 +00:00
Sean Chittenden
70600f0af0 After using tcsh for 4 years and having just discovered the 'rprompt'
parameter, I conclude my hunt for other nifty shell tricks by adding a
port of the .tcshrc project.
2003-09-09 22:12:10 +00:00
Alexander Leidinger
5c27c74a91 Remove tcsh.
Approved by:	portmgr (marcus)
2003-08-21 13:53:59 +00:00
Dirk Meyer
7137ca1141 GSCommander is a simple unix command monitor for GNUstep.
WWW: http://www.nice.ch/~phip/softcorner.html#cmdr
2003-03-23 19:32:44 +00:00
Oliver Braun
4eef8272b2 Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR:		ports/40935
Submitted by:	Ken McGlothlen <mcglk@artlogix.com>
2002-09-10 22:18:46 +00:00
Pete Fritchman
2c046af0e6 Add nologinmsg 1.0, more functional native binary replacement for
/sbin/nologin.

Submitted by:	Richard Rose <freebsd-security@rikrose.net>
2002-07-10 17:48:16 +00:00
Kris Kennaway
ac4044231a Remove scsh after repo-copy.
Pointy hat to:	alex
2002-06-04 00:24:52 +00:00
Akinori MUSHA
f1f99beceb Add zsh+euc, Zsh with EUC encoding support.
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. :)
2002-05-11 21:48:26 +00:00
Akinori MUSHA
a0332de98e Repocopy and move "fd" from misc/ to shells/ which is more suitable
category for the port.

Approved by:	Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
Repocopied by:	joe
2002-01-29 21:40:13 +00:00
Ade Lovett
d4084bdd11 1. This should never have been a port
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.
2001-08-11 06:12:49 +00:00
David W. Chapman Jr.
4c24102a9a Add hmmah, The Deep Prompt, a set of shell prompts
Submitted by:	David Yeske <dyeske@yahoo.com>
Reviewed by:	will
2001-06-14 13:11:03 +00:00
Akinori MUSHA
5604e7a14d Update lang/ruby and lang/ruby-devel to the latest snapshots.
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.
2001-05-17 21:16:46 +00:00
Akinori MUSHA
f8eeebacaa Add ruby-shell, a Ruby library to run commands and control jobs like a
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
2001-03-16 09:02:00 +00:00
Will Andrews
7b27d09705 Add wapsh 1.0, a system to allow remote shell logins via a WAP
phone or web browser.

PR:		24313
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-10 20:05:09 +00:00