diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-12 06:24:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-12 06:24:33 +0800 |
commit | aae66f2208afcd8b77853416e9877f8e3f8ac841 (patch) | |
tree | 104edcd95056c935be97584a173a4baa29f7dd30 /shells | |
parent | 4b695406c778bb64602c095c2e4cb389f0bfc09e (diff) | |
download | freebsd-ports-gnome-aae66f2208afcd8b77853416e9877f8e3f8ac841.tar.gz freebsd-ports-gnome-aae66f2208afcd8b77853416e9877f8e3f8ac841.tar.zst freebsd-ports-gnome-aae66f2208afcd8b77853416e9877f8e3f8ac841.zip |
- Update to R29b
- Update pkg-descr
Changelog: http://www.mirbsd.org/?mksh#clog
Approved by: maintainer (implicit)
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 |