summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
* As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. AsSatoshi Asami2000-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. Notes: svn path=/head/; revision=26130
* Fix a problem with zsh.texi introduced when we upgraded our base-systemTorsten Blum2000-02-132-13/+101
| | | | | | | | texinfo to 4.0. Things could be easier if people would use manpages instead of texinfo & Co. Notes: svn path=/head/; revision=25771
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-7/+7
| | | | Notes: svn path=/head/; revision=25734
* Add NO_LATEST_LINK, zsh-devel is the prefered port for now.Bill Fumerola2000-02-121-0/+1
| | | | Notes: svn path=/head/; revision=25679
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-083-3/+3
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Fix texinfo error.Shigeyuki Fukushima2000-02-041-2/+100
| | | | | | | | Substitute @value{dsp} for ''. Substitute @t{@value{dsp}} for @t{'}@t{'}. Notes: svn path=/head/; revision=25473
* Adding sash version 3.4.Steve Price2000-01-2920-0/+569
| | | | | | | | | | A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org> Notes: svn path=/head/; revision=25291
* add WWW:Michael Haro2000-01-225-0/+10
| | | | | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu Notes: svn path=/head/; revision=24910
* Add WWW to description of shells/bash1Michael Haro2000-01-221-0/+2
| | | | | | | | PR: 16260 Submitted by: joseph.scott@owp.csus.edu Notes: svn path=/head/; revision=24909
* Don't include bsd.port.pre.mk twice.Satoshi Asami2000-01-171-1/+1
| | | | Notes: svn path=/head/; revision=24792
* Add flash.Wes Peters2000-01-081-0/+1
| | | | | | | | PR: 15995 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24565
* Add port for flash, a user-menu shell. This still needs aWes Peters2000-01-0816-0/+297
| | | | | | | | | | good FreeBSD-specific template; Will is working on one. PR: 15995 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24564
* Don't need a period at end.Satoshi Asami2000-01-082-2/+2
| | | | Notes: svn path=/head/; revision=24546
* Remove info/dir from PLISTAde Lovett2000-01-071-1/+0
| | | | | | | | PR: 15945 Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=24518
* Add perlsh.Satoshi Asami2000-01-061-0/+1
| | | | | | | Forgotten by: wes Notes: svn path=/head/; revision=24478
* Commit perlsh 0.004pre2 port.Wes Peters2000-01-0310-0/+106
| | | | | | | | PR: 15412 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24389
* Make sure we add ksh93 to /etc/shells.Steve Price1999-12-312-0/+9
| | | | | | | | PR: 15788 Submitted by: maintainer Notes: svn path=/head/; revision=24301
* Update /etc/shells after installation.Thomas Gellekum1999-12-291-0/+7
| | | | | | | | PR: 15685 Submitted by: foxfair Notes: svn path=/head/; revision=24258
* Don't coredump under certain conditions where the pid > 32000.Steve Price1999-12-293-0/+63
| | | | | | | | PR: 12174 Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org> Notes: svn path=/head/; revision=24248
* Use --entry instead of --defentry so this port doesn't fail on olderSteve Price1999-12-293-3/+3
| | | | | | | | | versions of FreeBSD. PR: 12746 Notes: svn path=/head/; revision=24232
* Add a MASTER_SITE.Steve Price1999-12-251-1/+2
| | | | | | | PR: 15675 Notes: svn path=/head/; revision=24078
* fix installation of info filesMichael Haro1999-12-243-0/+3
| | | | | | | | PR: 14761 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=24001
* Update to version 1.03l.Steve Price1999-12-232-4/+4
| | | | | | | | PR: 15237 Submitted by: maintainer Notes: svn path=/head/; revision=23889
* Merge from zsh-devel: build zshall(1) correctly.Bill Fumerola1999-12-071-0/+11
| | | | Notes: svn path=/head/; revision=23640
* Intelligent packaging. Portlint.Bill Fumerola1999-12-061-3/+2
| | | | | | | | | Inspired by: PR: ports/15306 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org> Notes: svn path=/head/; revision=23626
* Add `failglob' option as announced on -ports mailing list.Martin Cracauer1999-12-033-0/+594
| | | | Notes: svn path=/head/; revision=23565
* Bash1 incorrectly restores signals when executing programs. This causesDavid E. O'Brien1999-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) Notes: svn path=/head/; revision=23460
* Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.David E. O'Brien1999-11-281-1/+10
| | | | Notes: svn path=/head/; revision=23459
* Activate the ksh93 port.Steve Price1999-11-261-0/+1
| | | | Notes: svn path=/head/; revision=23415
* Initial import of ksh93.Steve Price1999-11-266-0/+72
| | | | | | | | | | The official AT&T release of KornShell 93. PR: 14497 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=23408
* Upgrade to v3.0.7.Joseph Koshy1999-11-252-3/+3
| | | | Notes: svn path=/head/; revision=23321
* Fix reported in ports/14376 does not solve the problem essentially.Shigeyuki Fukushima1999-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> Notes: svn path=/head/; revision=22722
* change master siteAndrey A. Chernov1999-10-033-3/+3
| | | | | | | Submitted by: Chet Ramey <chet@nike.ins.cwru.edu> Notes: svn path=/head/; revision=22136
* Fix packaging. Move all version info out of PLIST using PLIST_SUB.Satoshi Asami1999-09-112-1/+2
| | | | Notes: svn path=/head/; revision=21656
* building a static binary has been broken. fix thatTorsten Blum1999-09-101-1/+1
| | | | Notes: svn path=/head/; revision=21619
* Upgrade to zsh 3.0.6.Torsten Blum1999-09-103-9/+9
| | | | Notes: svn path=/head/; revision=21603
* Updated to 1.03kSatoshi Taoka1999-09-062-3/+3
| | | | | | | | PR: 13590 Submitted by: maintainer Notes: svn path=/head/; revision=21317
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-317-8/+8
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-3113-13/+13
| | | | Notes: svn path=/head/; revision=21143
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* Update to tcsh 6.09Michael Haro1999-08-272-5/+7
| | | | | | | | Submitted by: KATO Tsuguru tkato@prontomail.ne.jp PR: 13413 Notes: svn path=/head/; revision=21044
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-273-6/+6
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+3
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update to 3.1.6.Shigeyuki Fukushima1999-08-065-18/+174
| | | | | | | | PR: ports/12944 Submitted by: Chris Piazza <cpiazza@FreeBSD.org> Notes: svn path=/head/; revision=20553
* Fix formatting glitch in job status output.Thomas Gellekum1999-07-211-0/+17
| | | | | | | Submitted by: Michael Rendell <michael@cs.mun.ca> Notes: svn path=/head/; revision=20293
* Upgrade to 5.2.14.Thomas Gellekum1999-07-162-7/+11
| | | | Notes: svn path=/head/; revision=20227
* Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.Steve Price1999-07-051-0/+11
| | | | Notes: svn path=/head/; revision=20078
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-2611-11/+11
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* 1) Update ports/shells/rc to version 1.6 (the first release versionChris Piazza1999-06-254-49/+29
| | | | | | | | | | | | | in many years.) 2) change MAINTAINER line to myself, this is with the approval of erich@FreeBSD.org (the current maintainer) 3) update the pkg/DESCR to include a WWW line PR: 12392 Submitted by: Scott A. Kenney <saken@hotel.rmta.org> Notes: svn path=/head/; revision=19776