Commit Graph

364 Commits

Author SHA1 Message Date
George C A Reid
71fb67d740 Fix plist
PR:		27447
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-19 10:21:51 +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
Kris Kennaway
e9dd3f8b36 Don't hard-code -O2 2001-04-29 23:49:00 +00:00
Steve Price
46baf67232 Add a couple of missing files and remove extra directories on uninstall. 2001-04-15 01:05:42 +00:00
David E. O'Brien
906c6edb8c Our `end' key defintion for TERM==cons25 seems to be different from others.
So make the same localization here that ache made in
src/contrib/libreadline/terminal.c rev 1.2.

Submitted by:	sobomax
2001-04-11 16:47:56 +00:00
Akinori MUSHA
f7c634fd5e Re-update to 1.03r with a hotfix from the author. PORTREVISION is set
to 1 now due to this whole matter.

Submitted by:	MAINTAINER
2001-04-10 11:48:26 +00:00
David E. O'Brien
0facad47b5 Remove. Patch not needed any longer.
Submitted by:	sobomax
2001-04-10 10:50:49 +00:00
David E. O'Brien
51cbaf554a Update to version 2.05.
Submitted by:	sobomax
2001-04-10 10:47:53 +00:00
Akinori MUSHA
0ed3fa525a Temporarily back out the previous update. There seems to be a nasty
bug in 1.03r.  Now I'm talking with the author...
2001-04-10 10:28:28 +00:00
Akinori MUSHA
2a4757157d Update to 1.03r.
PR:		ports/26471
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER)
2001-04-10 06:35:10 +00:00
Michael Haro
617ff2b4c1 Make WRKDIR safe (fix broken on bento) 2001-03-29 22:48:45 +00:00
Michael Haro
4ab44e6846 make WRKDIR safe (fix broken on bento) 2001-03-29 22:48:09 +00:00
Akinori MUSHA
980b62f62b Update to 1.03q.
Approved by:	Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
2001-03-20 10:14:58 +00:00
Akinori MUSHA
d58e1a96a0 Update to 0.6. 2001-03-19 12:00:03 +00:00
David E. O'Brien
7f8208f177 Fix a segmentation fault on the Alpha.
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-17 01:24:32 +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
Kevin Lo
a23654a753 Update to lastest version
PR: 25666
Submitted by: maintainer
2001-03-11 06:50:52 +00:00
David E. O'Brien
1f5380b55d I dropped maintainership or at least I tried to. Do it again. 2001-03-11 00:02:09 +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
Clive Lin
4696656653 New port: mudsh: An "intelligent" game-like shell
PR: ports/25441
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
2001-03-01 15:57:14 +00:00
Steve Price
f20528e489 - Remove the custom do-extract target.
- 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-27 18:33:39 +00:00
Steve Price
21af4e7519 Forgot to commit this file with the previous update to use the source
instead of binary distribution.
2001-02-27 01:59:25 +00:00
Steve Price
0ca92406d0 Build from source now that it is available starting with version
2001-01-01.0000.

PR:		25180
Submitted by:	maintainer
2001-02-26 05:14:17 +00:00
Steve Price
0f24c3f317 Update to version 0.009.
PR:		24119
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-02-26 04:04:33 +00:00
Ying-Chieh Liao
4dda97dc36 add vshnu, the New Visual Shell 2001-02-25 19:35:33 +00:00
Kevin Lo
63dd7e0ac0 Add secondary site to MASTER_SITES
PR: 25326
Submitted by: Ports Fury
2001-02-25 15:29:55 +00:00
David E. O'Brien
bb9b725c29 Put back my editor hints that were removed w/o permission.
Note these are *FULLY* Satoshi approved for the past 4 years.
2001-02-07 14:51:16 +00:00
Kevin Lo
55fb3c2319 Update to version 0.9.4
PR: 24676
Submitted by: Ports Fury
2001-01-28 08:07:45 +00:00
Jacques Vidrine
5230c3cfb1 Master site disappeared. Use MASTER_SITE_LOCAL.
Noticed by:	fenner
2001-01-22 12:52:01 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Will Andrews
18c5813da4 Remove nonexistent master site.
Submitted by:	ben
2001-01-08 23:50:22 +00:00
Kevin Lo
41fb4f91f2 Update to 0.9.3
PR: 24097
Submitted by: Ports Fury
2001-01-06 16:40:16 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Will Andrews
58e54dfd23 Add pash 2.2, a full-screen shell, similar to Midnight Commander. Some
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-31 06:02:40 +00:00
Will Andrews
0f61d2fb57 Add osh 001127, a reimplementation of the old and obsolete shell version
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-30 01:31:08 +00:00
David E. O'Brien
2b4f8fb8a8 Fix typo
PR:	23202
2000-12-22 22:43:41 +00:00
Steve Price
85c67c3149 Update to version 6.10.00.
PR:		23078
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:19:19 +00:00
Peter Pentchev
6aca2d86dd Well, basic reading skills certainly do help occassionally - Loren
James Rittle suggested that he be added as port maintainer with another
e-mail address.
2000-12-08 13:08:16 +00:00
Peter Pentchev
d3a106dccb Bump PORTREVISION because of the added efree()/erealloc() patch.
Also, let people blame Loren James Rittle for future es problems ;)

Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08 13:06:26 +00:00
Peter Pentchev
df14c0842b free() before realloc() is bad, bad, bad.
Submitted by:	Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08 13:04:24 +00:00
David E. O'Brien
64ae670e6c It's my main shell, so I have in interest in seeing it maintained. 2000-11-30 11:42:35 +00:00
Andrey A. Chernov
44f5c19e81 Drop my maintainership 2000-11-30 01:32:31 +00:00
David E. O'Brien
d7c478016d Also fix the symlink race vulnerability in bashbug.sh.
Obtained from:	bash-1.14.7-23.5x.src.rpm
2000-11-29 19:52:06 +00:00
David E. O'Brien
f1a492cf44 Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006
Obtained from:	RedHat bash-1.14.7-23.5x.src.rpm
2000-11-29 19:48:15 +00:00
David E. O'Brien
1ceded9e6e Add $FreeBSD$'s which help me in problem reports. 2000-11-22 00:17:18 +00:00
Kris Kennaway
dfd5e25155 Fix the temporary file creation problem with << 2000-11-20 02:45:47 +00:00
Thomas Gellekum
dd27a5d8b0 Depend on ncurses.5 after the upgrade of devel/ncurses. 2000-11-16 13:14:26 +00:00
Jeroen Ruigrok van der Werven
934391a193 Make sure to point this to my local distfile directory instead of
obrien's.
2000-11-09 20:22:10 +00:00
Jeroen Ruigrok van der Werven
efab9c8d0c Update port to the 20001106 version, which fixes a temporary
file creation security problem.

Approved by:	obrien
2000-11-06 12:15:53 +00:00
Jeroen Ruigrok van der Werven
d4966af41a Mark forbidden for now, due to tempfile creation issues.
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-11-05 21:46:45 +00:00