diff options
-rw-r--r-- | shells/mksh/DESCR | 15 | ||||
-rw-r--r-- | shells/mksh/Makefile | 4 | ||||
-rw-r--r-- | shells/mksh/distinfo | 8 |
3 files changed, 16 insertions, 11 deletions
diff --git a/shells/mksh/DESCR b/shells/mksh/DESCR index 643fd8376f9..9c258607152 100644 --- a/shells/mksh/DESCR +++ b/shells/mksh/DESCR @@ -1,5 +1,10 @@ -mksh is the MirBSD enhanced version of the Public Domain Korn shell -(pdksh), a Bourne-compatible shell which is largely similar to the -original AT&T Korn shell. It includes bug fixes and feature improvements -in order to produce a modern, robust shell good for interactive and -especially script use. +mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), +a Bourne-compatible shell which is largely si. milar to the original AT&T +Korn shell; mksh is the only pdksh derivate currently being actively developed. +It includes bug fixes and feature improvements, in order to produce a modern, +robust shell good for interactive and especially script use. + +The code has throughoutly been cleaned up and simplified, bugs fixed, standards +compliance added, and several enhancements (for extended compatibility to other +modern shells, as well as a couple of its own) have been placed. mksh has UTF-8 +support (e.g. in the emacs editing mode). diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index 55023c2b67b..58ba95e0813 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2008/10/25 18:58:13 ahoka Exp $ +# $NetBSD: Makefile,v 1.10 2009/04/13 19:48:34 ahoka Exp $ -DISTNAME= mksh-R36 +DISTNAME= mksh-R37c PKGNAME= ${DISTNAME:S/-R/-/} CATEGORIES= shells MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ diff --git a/shells/mksh/distinfo b/shells/mksh/distinfo index d3d0a102c55..943365890b7 100644 --- a/shells/mksh/distinfo +++ b/shells/mksh/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/10/25 18:58:14 ahoka Exp $ +$NetBSD: distinfo,v 1.10 2009/04/13 19:48:34 ahoka Exp $ -SHA1 (mksh-R36.cpio.gz) = b34eb3b00ff628202fca3f1e7a9841e0a7c8a27b -RMD160 (mksh-R36.cpio.gz) = 052a2d445909bd91f43274e7d1af4e0d4d3ec59d -Size (mksh-R36.cpio.gz) = 264858 bytes +SHA1 (mksh-R37c.cpio.gz) = 7c231b7add0317a427aa0829e9d13f28333d1549 +RMD160 (mksh-R37c.cpio.gz) = 3403ae2195a1f369df2ee64fbb3ec2a4c62d2212 +Size (mksh-R37c.cpio.gz) = 268074 bytes |