summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)Author
2001-04-15Add a couple of missing files and remove extra directories on uninstall.Steve Price
2001-04-11Our `end' key defintion for TERM==cons25 seems to be different from others.David E. O'Brien
So make the same localization here that ache made in src/contrib/libreadline/terminal.c rev 1.2. Submitted by: sobomax
2001-04-10Re-update to 1.03r with a hotfix from the author. PORTREVISION is setAkinori MUSHA
to 1 now due to this whole matter. Submitted by: MAINTAINER
2001-04-10Remove. Patch not needed any longer.David E. O'Brien
Submitted by: sobomax
2001-04-10Update to version 2.05.David E. O'Brien
Submitted by: sobomax
2001-04-10Temporarily back out the previous update. There seems to be a nastyAkinori MUSHA
bug in 1.03r. Now I'm talking with the author...
2001-04-10Update to 1.03r.Akinori MUSHA
PR: ports/26471 Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER)
2001-03-29Make WRKDIR safe (fix broken on bento)Michael Haro
2001-03-29make WRKDIR safe (fix broken on bento)Michael Haro
2001-03-20Update to 1.03q.Akinori MUSHA
Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
2001-03-19Update to 0.6.Akinori MUSHA
2001-03-17Fix a segmentation fault on the Alpha.David E. O'Brien
As shown with this script : m(){ if [ $1 -eq 1 ];then echo $2 $3;else m $(($1-1)) $2 $4 $3;m 1 $2 \ $3 $4;m $(($1-1)) $4 $3 $2;fi;};if [ $# -eq 3 ]&&[ $3 -ge 1 -a $1 -le \ 3 -a $1 -ge 1 -a $2 -le 3 -a $2 -ge 1 -a $1 -ne $2 ];then m $3 $1 $2 $\ ((6-$1-$2)); else echo Usage: /bin/sh hanoi.sh from to num; fi #by rhb $ bash2 hanoi.sh 1 2 3 1 2 1 3 Segmentation fault (core dumped) Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2001-03-16Add ruby-shell, a Ruby library to run commands and control jobs like aAkinori MUSHA
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-11Update to lastest versionKevin Lo
PR: 25666 Submitted by: maintainer
2001-03-11I dropped maintainership or at least I tried to. Do it again.David E. O'Brien
2001-03-10Add wapsh 1.0, a system to allow remote shell logins via a WAPWill Andrews
phone or web browser. PR: 24313 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
2001-03-01New port: mudsh: An "intelligent" game-like shellClive Lin
PR: ports/25441 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
2001-02-27- Remove the custom do-extract target.Steve Price
- Cleanup the do-build target. - Allow the ksh binary to be statically linked but default to dynamic to support dynamic loading of 'builtin' functions. Submitted by: Jacques A. Vidrine <n@nectar.com> Reviewed by: maintainer
2001-02-27Forgot to commit this file with the previous update to use the sourceSteve Price
instead of binary distribution.
2001-02-26Build from source now that it is available starting with versionSteve Price
2001-01-01.0000. PR: 25180 Submitted by: maintainer
2001-02-26Update to version 0.009.Steve Price
PR: 24119 Submitted by: Joseph Scott <joseph@randomnetworks.com>
2001-02-25add vshnu, the New Visual ShellYing-Chieh Liao
2001-02-25Add secondary site to MASTER_SITESKevin Lo
PR: 25326 Submitted by: Ports Fury
2001-02-07Put back my editor hints that were removed w/o permission.David E. O'Brien
Note these are *FULLY* Satoshi approved for the past 4 years.
2001-01-28Update to version 0.9.4Kevin Lo
PR: 24676 Submitted by: Ports Fury
2001-01-22Master site disappeared. Use MASTER_SITE_LOCAL.Jacques Vidrine
Noticed by: fenner
2001-01-16Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev
2001-01-08Remove nonexistent master site.Will Andrews
Submitted by: ben
2001-01-06Update to 0.9.3Kevin Lo
PR: 24097 Submitted by: Ports Fury
2001-01-01Goodbye, YEAR2000. Hello, 2001.Will Andrews
Approved by: asami
2000-12-31Add pash 2.2, a full-screen shell, similar to Midnight Commander. SomeWill Andrews
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>
2000-12-30Add osh 001127, a reimplementation of the old and obsolete shell versionWill Andrews
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>
2000-12-22Fix typoDavid E. O'Brien
PR: 23202
2000-12-11Update to version 6.10.00.Steve Price
PR: 23078 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-08Well, basic reading skills certainly do help occassionally - LorenPeter Pentchev
James Rittle suggested that he be added as port maintainer with another e-mail address.
2000-12-08Bump PORTREVISION because of the added efree()/erealloc() patch.Peter Pentchev
Also, let people blame Loren James Rittle for future es problems ;) Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08free() before realloc() is bad, bad, bad.Peter Pentchev
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-11-30It's my main shell, so I have in interest in seeing it maintained.David E. O'Brien
2000-11-30Drop my maintainershipAndrey A. Chernov
2000-11-29Also fix the symlink race vulnerability in bashbug.sh.David E. O'Brien
Obtained from: bash-1.14.7-23.5x.src.rpm
2000-11-29Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006David E. O'Brien
Obtained from: RedHat bash-1.14.7-23.5x.src.rpm
2000-11-22Add $FreeBSD$'s which help me in problem reports.David E. O'Brien
2000-11-20Fix the temporary file creation problem with <<Kris Kennaway
2000-11-16Depend on ncurses.5 after the upgrade of devel/ncurses.Thomas Gellekum
2000-11-09Make sure to point this to my local distfile directory instead ofJeroen Ruigrok van der Werven
obrien's.
2000-11-06Update port to the 20001106 version, which fixes a temporaryJeroen Ruigrok van der Werven
file creation security problem. Approved by: obrien
2000-11-05Mark forbidden for now, due to tempfile creation issues.Jeroen Ruigrok van der Werven
Approved by: obrien [well, not really, but he knows I was working on fixing this and he urged me to reroll the distfile with the fix]
2000-10-27Correct MASTER_SITES.Shigeyuki Fukushima
Submitted by: Brett M Hogden <hogden@rge.com>
2000-10-18Remove an unnecessary "strip" line in post-install.Patrick S. Gardella
Submitted by: knu
2000-10-12Update to 1.03oKevin Lo
PR: 21928 Submitted by: MAINTAINER