aboutsummaryrefslogtreecommitdiff
path: root/shells/pash
Commit message (Collapse)AuthorAgeFilesLines
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.Mark Linimon2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92931
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-8/+8
| | | | Notes: svn path=/head/; revision=37252
* Add pash 2.2, a full-screen shell, similar to Midnight Commander. SomeWill Andrews2000-12-3112-0/+446
patches were included to fix various bugs (including what I believe are potential overflow bugs involving gets()). PR: 23949 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=36511