Subject: CVS commit: pkgsrc/shells/mksh
From: Johnny C. Lam
Date: 2007-08-07 21:38:11
Message id: 20070807193811.6A94621507@cvs.netbsd.org

Log Message:
Update shells/mksh to version 30.  Changes from version 29.6 include:

* If the basename of argv[0] starts with "sh", activate FPOSIX early,
  preventing some typical ksh aliases from being defined.

* If FPOSIX, don't pre-define aliases (except integer and local) to
  benefit operating environments that never heard of the great Korn Shell.

* Support x=(a b c) bash-like array initialisation
* Support ${foo:2:3} bash-like substring expansion

* Don't try to execute ELF, a.out, COFF, gzip or MZ binaries, e.g.
  mksh /bin/sh.

* Prefer well-known signal names to alphabetically earlier ones

* Fix a bug delivering ERR and EXIT pseudo-signals to traps combined
  with "set -e".

Update from mirabilos#pkgsrc with small fixups by me.

Files:
RevisionActionfile
1.3modifypkgsrc/shells/mksh/DESCR
1.5modifypkgsrc/shells/mksh/Makefile
1.4modifypkgsrc/shells/mksh/distinfo