summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak building by requiring gcc 3.4Edwin Groothuis2004-10-151-0/+1
| | | | | | | Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=119540
* - better reflect `bash --version' in PORTVERSIONOliver Eikemeier2004-10-149-22/+302
| | | | | | | | - new shopt colonbreakswords - fix default PATH Notes: svn path=/head/; revision=119413
* New port: shells/viewglob, a GTK+ add-on to bash and zshEdwin Groothuis2004-10-147-0/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [NEW PORT] shells/zoidberg: A modular PERL shellEdwin Groothuis2004-10-145-0/+152
| | | | | | | | | | | | | | | | | 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
* Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x)Oliver Eikemeier2004-10-099-98/+79
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=118594
* Unbreak on 5.X and -CURRENT.Alexey Dokuchaev2004-10-072-6/+1
| | | | | | | | Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit) Notes: svn path=/head/; revision=118571
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-291-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118494
* - Fix package build on pointyhat and other environments whereSergei Kolobov2004-09-271-1/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=118457
* - rssh < 2.2.1 has information disclosure vulnerability, so update to 2.2.1Yen-Ming Lee2004-09-213-97/+20
| | | | | | | | | | | - rssh depends on rsync and rdist (optionally) PR: 71472 Submitted by: leeym Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118328
* update to version 3.7Oliver Eikemeier2004-09-0320-520/+168
| | | | Notes: svn path=/head/; revision=118038
* - add FAQOliver Eikemeier2004-09-036-11/+181
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=118022
* Reenable 'pkg_add -r' usefullness.David E. O'Brien2004-08-261-0/+1
| | | | Notes: svn path=/head/; revision=117368
* Add patch-set which fixes various bugs including a stack overflow.Volker Stolz2004-08-262-1/+6
| | | | | | | | PR: ports/70953 Submitted by: Jeffrey Allen Neitzel (author) Notes: svn path=/head/; revision=117291
* Deprecated.Shigeyuki Fukushima2004-08-251-0/+3
| | | | Notes: svn path=/head/; revision=117267
* - Move a faster site (archive.progeny.com) to the beginningSergei Kolobov2004-08-251-3/+4
| | | | | | | | | | of MASTER_SITES list because the primary distribution site zsh.org is "always damn slow" Prompted by: krion Notes: svn path=/head/; revision=117217
* - Remove dead mirrors, add few new onesSergei Kolobov2004-08-241-5/+6
| | | | | | | | PR: ports/70578 (also contains 4.2.1 update) Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=117203
* - Update to 4.2.1 [1]Sergei Kolobov2004-08-243-69/+86
| | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=117195
* We now have the C99 wide/multibyte character functions bash needs.David E. O'Brien2004-08-232-26/+0
| | | | | | | | PR: 69652 Submitted by: tjr Notes: svn path=/head/; revision=117090
* Add the 'DEBUG' build option.David E. O'Brien2004-08-231-0/+3
| | | | Notes: svn path=/head/; revision=117089
* add three fixes from bug-bash@:Oliver Eikemeier2004-08-194-1/+57
| | | | | | | | | - pipefail option - broken array expansion - segmentation fault in unset typeset array variable Notes: svn path=/head/; revision=116655
* update to 040812Oliver Lehmann2004-08-152-3/+3
| | | | Notes: svn path=/head/; revision=116293
* mark bash1 DEPRECATED, with EXPIRATION_DATE 2004-08-25Oliver Eikemeier2004-08-111-0/+3
| | | | Notes: svn path=/head/; revision=115943
* move shells/bash3 -> shells/bashOliver Eikemeier2004-08-119-232/+1
| | | | Notes: svn path=/head/; revision=115942
* Fix nested brace vs. variable expansionOliver Eikemeier2004-08-104-2/+32
| | | | Notes: svn path=/head/; revision=115867
* Fix segfault when accessing an unset arrayOliver Eikemeier2004-08-104-0/+34
| | | | Notes: svn path=/head/; revision=115864
* Ignore /dev/fd/ on FreeBSD 5.x -- devfs doesn't provide a full /dev/fd/David E. O'Brien2004-08-092-1/+17
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=115756
* Add bash3, The GNU Bourne-Again SHell version 3.00Oliver Eikemeier2004-07-3043-958/+355
| | | | | | | http://cnswww.cns.cwru.edu/~chet/bash/NEWS Notes: svn path=/head/; revision=115119
* - Update to 20040711Pav Lucistnik2004-07-294-8/+6
| | | | | | | | | PR: ports/69769 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer Notes: svn path=/head/; revision=115039
* Remove references to mirror.ac.ukVolker Stolz2004-07-261-2/+1
| | | | | | | | PR: ports/69481 Submitted by: Tim Bishop Notes: svn path=/head/; revision=114765
* Update to 3.11Kirill Ponomarev2004-07-174-15/+27
| | | | | | | | PR: ports/69179 Submitted by: maintainer Notes: svn path=/head/; revision=113819
* Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311]Akinori MUSHA2004-07-174-0/+464
| | | | | | | and [FDclone-users:00313]. Notes: svn path=/head/; revision=113793
* - Update to 0.9.5Volker Stolz2004-07-162-4/+5
| | | | | | | | | | - Fix linker-brokeness introduced by patch-aa Closes PR: ports/57143 Submitted by: Dan Mahoney Notes: svn path=/head/; revision=113776
* upgrade to 1.0124Ying-Chieh Liao2004-07-152-3/+3
| | | | Notes: svn path=/head/; revision=113699
* Update to 2.05g.Akinori MUSHA2004-07-102-3/+3
| | | | Notes: svn path=/head/; revision=113333
* Fix location of binary in man-pageVolker Stolz2004-07-083-0/+15
| | | | | | | | | PR: ports/42729 Submitted by: Harold Gutch Approved by: maintainer timeout Notes: svn path=/head/; revision=113209
* Fix packaging w/ NOSHARED.Volker Stolz2004-06-301-19/+19
| | | | | | | | | PR: ports/65468 Submitted by: Dimitry Andric Approved by: maintainer timeout Notes: svn path=/head/; revision=112608
* Update to 2.05f.Akinori MUSHA2004-06-246-94/+15
| | | | Notes: svn path=/head/; revision=112153
* Add v7sh, the original Steve R. Bourne shell from the 7th edition Unix includingPav Lucistnik2004-06-2239-0/+5606
| | | | | | | | | | 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
* Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'David E. O'Brien2004-06-206-3/+63
| | | | | | | | | will not segfault and dump core. Submitted by: Robert Nagy <robert@openbsd.org> Notes: svn path=/head/; revision=111891
* Fix MASTER_SITES.Norikatsu Shigemura2004-06-131-4/+2
| | | | | | | | | PR: ports/66867 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: maintainer timeout(3 weeks) Notes: svn path=/head/; revision=111387
* Fix MASTER_SITES.Norikatsu Shigemura2004-06-131-4/+2
| | | | | | | | | PR: ports/66868 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: shige (blanket) Notes: svn path=/head/; revision=111386
* Fix a bug where a \ at EOL did not work as escape character.Akinori MUSHA2004-06-124-0/+88
| | | | | | | Obtained from: [FDclone-users:00287] Notes: svn path=/head/; revision=111347
* Update to 2.05e.Akinori MUSHA2004-06-097-762/+3
| | | | Notes: svn path=/head/; revision=111157
* - Postfix fix: don't expect postconf be in /usr/sbin, rely on it being in PATHPav Lucistnik2004-06-054-4/+42
| | | | | | | | | PR: ports/63314 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=110893
* Putting commit bit in storage. I don't have the timePatrick S. Gardella2004-06-021-1/+1
| | | | | | | to work on FreeBSD for now. Should have done this a while back. Notes: svn path=/head/; revision=110707
* Don't remove directories we didn't installKris Kennaway2004-05-312-6/+0
| | | | Notes: svn path=/head/; revision=110492
* Double MAXLAUNCHTABLE and MAXFUNCLINES.Akinori MUSHA2004-05-272-5/+15
| | | | Notes: svn path=/head/; revision=110108
* Readd a correct fix against the glob expansion bug.Akinori MUSHA2004-05-254-1/+715
| | | | Notes: svn path=/head/; revision=109998
* Back out part of the previous commit. Turned out that the fixes inAkinori MUSHA2004-05-254-652/+1
| | | | | | | [FDclone-users:00266] and [FDclone-users:00274] have bugs... Notes: svn path=/head/; revision=109962
* Apply fixes against recently reported bugs.Akinori MUSHA2004-05-256-0/+696
| | | | | | | | | | | | | | | | | | | | | | [FDclone-users:00266] Properly expand globs like <"/usr/"*> and </usr\/*>. [FDclone-users:00274] Complete the previous fix and make <'/usr/'*> work. [FDclone-users:00275] Fix a bug where a recursive copy fails when the destination directory has a trailing slash. [FDclone-users:00276] Remove superfluous calls of chflags(2) to supress errors on filesystems that do not support file flags. [FDclone-users:00278] Disable path name completion RENAME_FILE. Notes: svn path=/head/; revision=109928