summaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.05g.knu2004-07-102-3/+3
|
* Fix location of binary in man-pagevs2004-07-083-0/+15
| | | | | | PR: ports/42729 Submitted by: Harold Gutch Approved by: maintainer timeout
* Fix packaging w/ NOSHARED.vs2004-06-301-19/+19
| | | | | | PR: ports/65468 Submitted by: Dimitry Andric Approved by: maintainer timeout
* Update to 2.05f.knu2004-06-246-94/+15
|
* Add v7sh, the original Steve R. Bourne shell from the 7th edition Unix includingpav2004-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>
* Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}'obrien2004-06-206-3/+63
| | | | | | will not segfault and dump core. Submitted by: Robert Nagy <robert@openbsd.org>
* Fix MASTER_SITES.nork2004-06-131-4/+2
| | | | | | PR: ports/66867 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: maintainer timeout(3 weeks)
* Fix MASTER_SITES.nork2004-06-131-4/+2
| | | | | | PR: ports/66868 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: shige (blanket)
* Fix a bug where a \ at EOL did not work as escape character.knu2004-06-124-0/+88
| | | | Obtained from: [FDclone-users:00287]
* Update to 2.05e.knu2004-06-097-762/+3
|
* - Postfix fix: don't expect postconf be in /usr/sbin, rely on it being in PATHpav2004-06-054-4/+42
| | | | | | PR: ports/63314 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout (1 month)
* Putting commit bit in storage. I don't have the timepatrick2004-06-021-1/+1
| | | | to work on FreeBSD for now. Should have done this a while back.
* Don't remove directories we didn't installkris2004-05-312-6/+0
|
* Double MAXLAUNCHTABLE and MAXFUNCLINES.knu2004-05-272-5/+15
|
* Readd a correct fix against the glob expansion bug.knu2004-05-254-1/+715
|
* Back out part of the previous commit. Turned out that the fixes inknu2004-05-254-652/+1
| | | | [FDclone-users:00266] and [FDclone-users:00274] have bugs...
* Apply fixes against recently reported bugs.knu2004-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.
* - Mark rssh as IGNORE on 4.x (wordexp() is not supported)clement2004-05-231-1/+5
| | | | Maintainer informed.
* Add rssh 2.1.1, a Restricted Secure SHell only for sftp or/and scp.clement2004-05-216-0/+140
| | | | | | | | | | | | 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
* - Fix MASTER_SITESkrion2004-05-192-5/+3
| | | | | | | - Pet portlint PR: ports/66861 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* Update to 2.05d.knu2004-05-132-3/+3
|
* Update to osh-040421linimon2004-05-102-3/+3
| | | | | PR: ports/65962 Submitted by: Jeffrey Allen Neitzel <jneitzel@sdf.lonestar.org>
* - Update to version 20040331krion2004-04-164-6/+6
| | | | | | PR: ports/65606 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer
* Trim whitespace.trevor2004-04-101-1/+0
|
* - Update to version 040216krion2004-04-093-15/+5
| | | | | PR: ports/65369 Submitted by: Ports Fury
* - tar -> ${TAR} (since we have now a bsdtar ;)clement2004-04-071-1/+1
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* - Fix CONFIGURE_ARGS handlingpav2004-04-021-4/+4
| | | | | PR: ports/64823 Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
* SIZEify (maintainer timeout)trevor2004-03-319-0/+36
|
* Catch up with the master port's update to 4.2.0.knu2004-03-252-10/+9
|
* Rename a wrongly named patch.knu2004-03-251-0/+0
|
* Add a patch to fix a minor bug with deleting a multibyte character atknu2004-03-242-0/+18
| | | | BOL.
* - Update to 4.2.0 [1]sergei2004-03-243-23/+98
| | | | | | | | | | | | | | - Fix a bug introduced in the previous commit when trying to utilize INFO macro: zsh.info was not added to generated pkg-plist because it is installed via post-install target, while pkg-plist is updated in add-plist-info target which gets run earlier. Revert to previous behavior of explicitly listing this single zsh.info file in pkg-plist for now. Thanks to Dimitry Andric for his excellent analysis of the problem. [2] - Update pkg-plist PR: ports/64499 [1], ports/64540 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1], Dimitry Andric <dimitry@andric.com> [2]
* - Update to 1.0115clement2004-03-223-11/+11
| | | | | - Clean Makefile - Make portlint happy
* Use PORTDOCS macro.clement2004-03-222-3/+1
|
* Remove old version's SIZE.nork2004-03-201-1/+0
| | | | | Submitted by: rushani (maintainer) Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
* Update to 3.9(support for WinSCP3).nork2004-03-205-30/+37
| | | | | | | PR: ports/64076 Submitted by: Jim Shewmaker <jims@bluenotch.com> Reviewed by: rushani (maintainer) Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
* Fix build on amd64, and make this port actually run on 5.x.kris2004-03-183-8/+33
| | | | Submitted by: maintainer
* - SIZE'ifykrion2004-03-181-0/+1
| | | | | PR: ports/64396 Submitted by: rushani
* . New victim^Wmaintainer.glewis2004-03-181-1/+1
| | | | | PR: 64392 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us>
* . Unbreak by updating to 2004-02-29.glewis2004-03-183-8/+7
| | | | | PR: 64370 Submitted by: Gautam Gopalakrishnan <ggop@myrealbox.com>
* SIZEify.trevor2004-03-171-0/+2
|
* BROKEN: Distfile is unfetchablekris2004-03-171-0/+2
|
* BROKEN on amd64: Does not compilekris2004-03-141-1/+7
|
* BROKEN on ia64: Does not compilekris2004-03-071-1/+7
|
* Drop maintainership. I don't use this.naddy2004-03-051-1/+1
| | | | | The license is byzantine and restrictive, the build system is complex and unlike any other, the codebase doesn't inspire confidence.
* BROKEN on sparc64: Does not compilekris2004-03-051-1/+7
|
* - add SIZEdinoex2004-02-261-0/+1
|
* Update to 2.05c.knu2004-02-252-2/+3
|
* - Update to version 20040214krion2004-02-186-44/+30
| | | | | PR: ports/63023 Submitted by: maintainer
OpenPOWER on IntegriCloud