Commit Graph

663 Commits

Author SHA1 Message Date
Oliver Eikemeier
f0c4bac25e - update to patchlevel 15 2004-11-02 10:24:50 +00:00
David E. O'Brien
20d3a92783 Install the binary as 'bash2' also. 2004-10-27 22:13:04 +00:00
David E. O'Brien
90aa8bfb60 Use the offical option for static linking. 2004-10-27 22:10:35 +00:00
Pav Lucistnik
da5a605249 - Update to 20041017
PR:		ports/73174
Submitted by:	Kirk Strauser <kirk@strauser.com> (maintainer)
2004-10-27 18:49:08 +00:00
Akinori MUSHA
de948f1327 Update to 2.06a. 2004-10-26 04:05:30 +00:00
Edwin Groothuis
4dae5f1b54 Unbreak building by requiring gcc 3.4
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-10-15 22:56:05 +00:00
Oliver Eikemeier
875ebd31e7 - better reflect `bash --version' in PORTVERSION
- new shopt colonbreakswords
- fix default PATH
2004-10-14 13:24:20 +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
47f3195355 Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)
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)
2004-10-09 10:16:33 +00:00
Alexey Dokuchaev
afadaecf27 Unbreak on 5.X and -CURRENT.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-07 10:02:13 +00:00
Kris Kennaway
90abb24f53 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-29 05:45:34 +00:00
Sergei Kolobov
09bcb2273b - Fix package build on pointyhat and other environments where
there is no controlling tty by adding --with-tcsetpgrp argument
  to CONFIGURE_ARGS

Pointed by:	pointyhat (via kris, krion)
Submitted by:	eik (based on)
Approved by:	portmgr (eik)
2004-09-27 12:20:52 +00:00
Yen-Ming Lee
8795b919c3 - rssh < 2.2.1 has information disclosure vulnerability, so update to 2.2.1
- rssh depends on rsync and rdist (optionally)

PR:		71472
Submitted by:	leeym
Approved by:	portmgr (marcus)
2004-09-21 20:37:18 +00:00
Oliver Eikemeier
86cbd1f021 update to version 3.7 2004-09-03 14:46:59 +00:00
Oliver Eikemeier
a55fe984d5 - add FAQ
- 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
2004-09-03 09:21:31 +00:00
David E. O'Brien
320c42d1d2 Reenable 'pkg_add -r' usefullness. 2004-08-26 20:30:54 +00:00
Volker Stolz
38c453278b Add patch-set which fixes various bugs including a stack overflow.
PR:		ports/70953
Submitted by:	Jeffrey Allen Neitzel (author)
2004-08-26 07:28:03 +00:00
Shigeyuki Fukushima
f36eefa4d6 Deprecated. 2004-08-25 17:25:39 +00:00
Sergei Kolobov
26a7578418 - Move a faster site (archive.progeny.com) to the beginning
of MASTER_SITES list because the primary distribution site
  zsh.org is "always damn slow"

Prompted by:	krion
2004-08-25 04:43:55 +00:00
Sergei Kolobov
9aba722079 - Remove dead mirrors, add few new ones
PR:		ports/70578 (also contains 4.2.1 update)
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-08-24 16:05:58 +00:00
Sergei Kolobov
bd1ed6e42b - Update to 4.2.1 [1]
- 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]
2004-08-24 14:04:39 +00:00
David E. O'Brien
4f69eea4ca We now have the C99 wide/multibyte character functions bash needs.
PR:		69652
Submitted by:	tjr
2004-08-23 04:31:07 +00:00
David E. O'Brien
044af49c52 Add the 'DEBUG' build option. 2004-08-23 04:30:04 +00:00
Oliver Eikemeier
0ddba63255 add three fixes from bug-bash@:
- pipefail option
- broken array expansion
- segmentation fault in unset typeset array variable
2004-08-19 09:15:47 +00:00
Oliver Lehmann
3d232da302 update to 040812 2004-08-15 17:39:28 +00:00
Oliver Eikemeier
0a3a06544f mark bash1 DEPRECATED, with EXPIRATION_DATE 2004-08-25 2004-08-11 17:37:26 +00:00
Oliver Eikemeier
884571212b move shells/bash3 -> shells/bash 2004-08-11 17:20:38 +00:00
Oliver Eikemeier
764c05e57a Fix nested brace vs. variable expansion 2004-08-10 19:32:19 +00:00
Oliver Eikemeier
fa4d9be814 Fix segfault when accessing an unset array 2004-08-10 19:04:41 +00:00
David E. O'Brien
fedc890b9e Ignore /dev/fd/ on FreeBSD 5.x -- devfs doesn't provide a full /dev/fd/
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
2004-08-09 17:43:53 +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
497288280d - Update to 20040711
PR:		ports/69769
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer
2004-07-29 23:45:52 +00:00
Volker Stolz
870da68c71 Remove references to mirror.ac.uk
PR:		ports/69481
Submitted by:	Tim Bishop
2004-07-26 12:13:47 +00:00
Kirill Ponomarev
66424cf8d3 Update to 3.11
PR:		ports/69179
Submitted by:	maintainer
2004-07-17 13:02:01 +00:00
Akinori MUSHA
513298597b Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311]
and [FDclone-users:00313].
2004-07-17 05:32:11 +00:00
Volker Stolz
62ff1e0074 - Update to 0.9.5
- Fix linker-brokeness introduced by patch-aa

Closes PR:	ports/57143
Submitted by:	Dan Mahoney
2004-07-16 17:08:25 +00:00
Ying-Chieh Liao
5e6e91a938 upgrade to 1.0124 2004-07-15 09:04:05 +00:00
Akinori MUSHA
d426a97830 Update to 2.05g. 2004-07-10 13:17:48 +00:00
Volker Stolz
688ea8e6d6 Fix location of binary in man-page
PR:		ports/42729
Submitted by:	Harold Gutch
Approved by:	maintainer timeout
2004-07-08 11:44:12 +00:00
Volker Stolz
7e857913fd Fix packaging w/ NOSHARED.
PR:		ports/65468
Submitted by:	Dimitry Andric
Approved by:	maintainer timeout
2004-06-30 10:17:33 +00:00
Akinori MUSHA
73739ff800 Update to 2.05f. 2004-06-24 16:49:14 +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
David E. O'Brien
edd5ce97c3 Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'
will not segfault and dump core.

Submitted by:	Robert Nagy <robert@openbsd.org>
2004-06-20 22:37:22 +00:00
Norikatsu Shigemura
34ef1d3e07 Fix MASTER_SITES.
PR:		ports/66867
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer timeout(3 weeks)
2004-06-13 11:37:52 +00:00
Norikatsu Shigemura
ae542eef63 Fix MASTER_SITES.
PR:		ports/66868
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	shige (blanket)
2004-06-13 11:35:33 +00:00
Akinori MUSHA
b97e137237 Fix a bug where a \ at EOL did not work as escape character.
Obtained from:	[FDclone-users:00287]
2004-06-12 18:00:41 +00:00
Akinori MUSHA
f90b3577ae Update to 2.05e. 2004-06-09 12:01:12 +00:00
Pav Lucistnik
40ba6356cc - Postfix fix: don't expect postconf be in /usr/sbin, rely on it being in PATH
PR:		ports/63314
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer timeout (1 month)
2004-06-05 14:55:37 +00:00
Patrick S. Gardella
c406ff2fd8 Putting commit bit in storage. I don't have the time
to work on FreeBSD for now.  Should have done this a while back.
2004-06-02 22:17:13 +00:00