summaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Finish moving MAINTAINER for my ports.will2000-03-223-3/+3
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Upgrade shells/perlsh to new version (perlsh 0.007).jedgar2000-02-2912-52/+182
| | | | | | | | | | | | | | 1) Update pkg/PLIST. 2) Change to depend on perlsh's install mechanism. 3) New patch (patch-aa) fixes PREFIX problem. 4) Account for broken TCP/IP on MASTER_SITES. 5) General Makefile cleanups. 6) Addition of perlsh to perl5 virtual category. 7) Use PKGNAME to match port's name. 8) Remove unnecessary perl substitution. PR: 17031 Submitted by: Maintainer
* As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. Asasami2000-02-222-1/+1
| | | | | | | it is obvious from their names, NO_LATEST_LINK should have been in zsh-devel/Makefile when it was committed. We will revisit this issue after the release.
* Fix a problem with zsh.texi introduced when we upgraded our base-systemtorstenb2000-02-132-13/+101
| | | | | texinfo to 4.0. Things could be easier if people would use manpages instead of texinfo & Co.
* Style nits in the ports I maintain.obrien2000-02-131-7/+7
|
* Add NO_LATEST_LINK, zsh-devel is the prefered port for now.billf2000-02-121-0/+1
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-083-3/+3
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Fix texinfo error.shige2000-02-041-2/+100
| | | | | Substitute @value{dsp} for ''. Substitute @t{@value{dsp}} for @t{'}@t{'}.
* Adding sash version 3.4.steve2000-01-2920-0/+569
| | | | | | | A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org>
* add WWW:mharo2000-01-225-0/+10
| | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu
* Add WWW to description of shells/bash1mharo2000-01-221-0/+2
| | | | | PR: 16260 Submitted by: joseph.scott@owp.csus.edu
* Don't include bsd.port.pre.mk twice.asami2000-01-171-1/+1
|
* Add flash.wes2000-01-081-0/+1
| | | | | PR: 15995 Submitted by: Will Andrews <andrews@technologist.com>
* Add port for flash, a user-menu shell. This still needs awes2000-01-0816-0/+297
| | | | | | | good FreeBSD-specific template; Will is working on one. PR: 15995 Submitted by: Will Andrews <andrews@technologist.com>
* Don't need a period at end.asami2000-01-082-2/+2
|
* Remove info/dir from PLISTade2000-01-071-1/+0
| | | | | PR: 15945 Submitted by: Alexander Langer <alex@big.endian.de>
* Add perlsh.asami2000-01-061-0/+1
| | | | Forgotten by: wes
* Commit perlsh 0.004pre2 port.wes2000-01-0310-0/+106
| | | | | PR: 15412 Submitted by: Will Andrews <andrews@technologist.com>
* Make sure we add ksh93 to /etc/shells.steve1999-12-312-0/+9
| | | | | PR: 15788 Submitted by: maintainer
* Update /etc/shells after installation.tg1999-12-291-0/+7
| | | | | PR: 15685 Submitted by: foxfair
* Don't coredump under certain conditions where the pid > 32000.steve1999-12-293-0/+63
| | | | | PR: 12174 Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org>
* Use --entry instead of --defentry so this port doesn't fail on oldersteve1999-12-293-3/+3
| | | | | | versions of FreeBSD. PR: 12746
* Add a MASTER_SITE.steve1999-12-251-1/+2
| | | | PR: 15675
* fix installation of info filesmharo1999-12-243-0/+3
| | | | | PR: 14761 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to version 1.03l.steve1999-12-232-4/+4
| | | | | PR: 15237 Submitted by: maintainer
* Merge from zsh-devel: build zshall(1) correctly.billf1999-12-071-0/+11
|
* Intelligent packaging. Portlint.billf1999-12-061-3/+2
| | | | | | Inspired by: PR: ports/15306 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
* Add `failglob' option as announced on -ports mailing list.cracauer1999-12-033-0/+594
|
* Bash1 incorrectly restores signals when executing programs. This causesobrien1999-11-283-0/+38
| | | | | | | | | | | | | | | many programs to use 100% CPU after a login session was ungracefully closed because SIGHUP will not be delivered to processes started from bash1 used as login shell (SIGHUP is ignored when bash1 is running as login shell and telnet connection is made because ignored SIGHUP is inherited from inetd->telnetd->getty->login; ignored SIGHUP is restored before starting any program from shell). These patches were derived from Bash 2.03, and attempt to impliement the Bash 2.03 behavior. PR: 14943 Submitted by: Max Khon (fjoe@iclub.nsu.ru)
* Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.obrien1999-11-281-1/+10
|
* Activate the ksh93 port.steve1999-11-261-0/+1
|
* Initial import of ksh93.steve1999-11-266-0/+72
| | | | | | | The official AT&T release of KornShell 93. PR: 14497 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Upgrade to v3.0.7.jkoshy1999-11-252-3/+3
|
* Fix reported in ports/14376 does not solve the problem essentially.shige1999-10-291-0/+11
| | | | | | | | Therefore I solve the problem by the another way. Thank you for your bug-report. PR: ports/14376 Submitted by: Will Andrews <andrews@technologist.com>
* change master siteache1999-10-033-3/+3
| | | | Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
* Fix packaging. Move all version info out of PLIST using PLIST_SUB.asami1999-09-112-1/+2
|
* building a static binary has been broken. fix thattorstenb1999-09-101-1/+1
|
* Upgrade to zsh 3.0.6.torstenb1999-09-103-9/+9
|
* Updated to 1.03ktaoka1999-09-062-3/+3
| | | | | PR: 13590 Submitted by: maintainer
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-317-8/+8
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-3113-13/+13
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* Update to tcsh 6.09mharo1999-08-272-5/+7
| | | | | Submitted by: KATO Tsuguru tkato@prontomail.ne.jp PR: 13413
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-273-6/+6
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-3/+3
| | | | chown -> ${CHOWN}
* Update to 3.1.6.shige1999-08-065-18/+174
| | | | | PR: ports/12944 Submitted by: Chris Piazza <cpiazza@FreeBSD.org>
* Fix formatting glitch in job status output.tg1999-07-211-0/+17
| | | | Submitted by: Michael Rendell <michael@cs.mun.ca>
OpenPOWER on IntegriCloud