diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 22:24:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-11 22:24:33 +0000 |
commit | cb91a0a86a84ad99723df496d94274fab32a8b04 (patch) | |
tree | aa560ba9075284ab537f14a3858bfc267a611acf /shells | |
parent | cfff2ef9c88d4365d42b604d5b7ef4ea57250abc (diff) | |
download | ports-cb91a0a86a84ad99723df496d94274fab32a8b04.tar.gz ports-cb91a0a86a84ad99723df496d94274fab32a8b04.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/mksh/Makefile | 5 | ||||
-rw-r--r-- | shells/mksh/distinfo | 6 | ||||
-rw-r--r-- | shells/mksh/pkg-descr | 14 |
3 files changed, 17 insertions, 8 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index 696862fddc50..9c4737b34c80 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -6,9 +6,10 @@ # PORTNAME= mksh -DISTVERSION= R29 +DISTVERSION= R29b CATEGORIES= shells -MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ +MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ + http://pub.allbsd.org/MirOS/dist/mir/mksh/ DISTFILES= ${PORTNAME}-${DISTVERSION}.cpio.gz MAINTAINER= andreas@syndrom23.de diff --git a/shells/mksh/distinfo b/shells/mksh/distinfo index d074e76c2a8a..8a48afd7357c 100644 --- a/shells/mksh/distinfo +++ b/shells/mksh/distinfo @@ -1,3 +1,3 @@ -MD5 (mksh-R29.cpio.gz) = 77d6eba538d68d957bb97065f2b4d895 -SHA256 (mksh-R29.cpio.gz) = 1737be7ff70735b6dad422e4b9b3cd6ffecfa06e88f9e5e28483ebe67fdb5005 -SIZE (mksh-R29.cpio.gz) = 237759 +MD5 (mksh-R29b.cpio.gz) = a21850403bd30bab461f2fc9f9b803b8 +SHA256 (mksh-R29b.cpio.gz) = db1a67c8f954d527b61c144c64d77d18f0e03414f3b0affa3d639cc34df99824 +SIZE (mksh-R29b.cpio.gz) = 238113 diff --git a/shells/mksh/pkg-descr b/shells/mksh/pkg-descr index 5816778e0ef6..aee9476eb8c7 100644 --- a/shells/mksh/pkg-descr +++ b/shells/mksh/pkg-descr @@ -1,5 +1,13 @@ -The MirBSD Korn Shell (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. +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. It includes bug fixes +and feature improvements in order to produce a modern, robust +shell good for interactive and especially script use. It has +UTF-8 support in the emacs command line editing mode; corres- +ponds to OpenBSD 4.1-beta ksh (minus GNU bash-like $PS1); the +build environment requirements are autoconfigured; throughout +code simplification/bugfix/enhancement has been done. + +A sample ~/.mkshrc is included in ${PREFIX}/share/examples/mksh/ WWW: http://mirbsd.de/mksh |