diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2013-04-14 12:10:51 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:20:34 -0500 |
commit | 13d09fdc56b3efa9546ece19f45c99dca4f1397a (patch) | |
tree | 501523dcb0fdfb7a3ce04df894a4ea45d6c0b4d3 /system/mksh | |
parent | 1a31f01c20c1adb9c482f2fe7e32b6c5c10320d6 (diff) |
system/mksh: Updated for version R44.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/mksh')
-rw-r--r-- | system/mksh/TaC-mksh.txt | 13 | ||||
-rw-r--r-- | system/mksh/mksh.SlackBuild | 4 | ||||
-rw-r--r-- | system/mksh/mksh.info | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/system/mksh/TaC-mksh.txt b/system/mksh/TaC-mksh.txt index 2221583fc638..e972ba466104 100644 --- a/system/mksh/TaC-mksh.txt +++ b/system/mksh/TaC-mksh.txt @@ -12,16 +12,17 @@ if any are found. We don't think so though.) All paths are relative to The MirOS Project's CVS repository. -The following files form The MirBSD Korn Shell R41: +The following files form The MirBSD Korn Shell R44: - build system * mksh/Build.sh - testsuite driver * mksh/check.pl - testsuite with code examples * mksh/check.t -- configuration with code examples +- configuration with/and code examples * mksh/dot.mkshrc * contrib/hosted/tg/deb/mksh/debian/.mkshrc + * contrib/hosted/tg/uhr - documentation * mksh/mksh.1 - source code @@ -46,6 +47,7 @@ The following files form The MirBSD Korn Shell R41: * mksh/var_spec.h - upstream provided packaging * contrib/hosted/tg/deb/mksh/debian/** (Debian) + (except "printf.c" and "uhr") * mksh/Makefile (MirBSD only, not part of mksh) * ports/shells/mksh/DEINSTALL * ports/shells/mksh/DESCR (official) @@ -72,7 +74,8 @@ The creator of mksh acknowledges the contributions of several people to the Public Domain Korn Shell as well as suggestions and work from packagers, other developers etc. and everyone else who helped making mksh what it is today. Thanks! The MirBSD Korn Shell is covered by a -copyright licence fallback from the author of its predecessor. +copyright licence fallback from the original author of the shell. It +also includes wcwidth by Markus Kuhn. The following files belong to mksh and are distributed inside of its @@ -201,5 +204,5 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -_________________________________________________________________ -$MirOS: www/files/TaC-mksh.txt,v 1.9 2013/01/01 17:31:02 tg Exp $ +__________________________________________________________________ +$MirOS: www/files/TaC-mksh.txt,v 1.10 2013/02/24 14:35:27 tg Exp $ diff --git a/system/mksh/mksh.SlackBuild b/system/mksh/mksh.SlackBuild index 3609acb9e32b..e2015d24e17e 100644 --- a/system/mksh/mksh.SlackBuild +++ b/system/mksh/mksh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mksh -# Copyright (c) 2011-2013 Markus Reichelt, Aachen, DE +# Copyright (c) 2011-2013 Markus Reichelt, Stolberg (Rhld), DE # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -26,7 +26,7 @@ # Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=mksh -VERSION=${VERSION:-R41} +VERSION=${VERSION:-R44} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/mksh/mksh.info b/system/mksh/mksh.info index 413ae4991c0f..782cfd01c07b 100644 --- a/system/mksh/mksh.info +++ b/system/mksh/mksh.info @@ -1,7 +1,7 @@ PRGNAM="mksh" -VERSION="R41" +VERSION="R44" HOMEPAGE="http://mirbsd.de/mksh" -DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R41.tgz" +DOWNLOAD="http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R44.tgz" MD5SUM="70eca50d9340412714ef09b7060ebde9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |