Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (189c6c75bb2697563dabce49c3c6e54e02d18f0c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (189c6c75bb2697563dabce49c3c6e54e02d18f0c)
  • Date: Mon, 22 Jun 2009 15:28:59 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

shell-term-fm/mksh/DETAILS | 26 +++++++++++++-------------
shell-term-fm/mksh/HISTORY | 3 +++
shell-term-fm/mksh/PRE_BUILD | 2 +-
3 files changed, 17 insertions(+), 14 deletions(-)

New commits:
commit 189c6c75bb2697563dabce49c3c6e54e02d18f0c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mksh: => R38c

diff --git a/shell-term-fm/mksh/DETAILS b/shell-term-fm/mksh/DETAILS
index 4577e68..8013dc7 100755
--- a/shell-term-fm/mksh/DETAILS
+++ b/shell-term-fm/mksh/DETAILS
@@ -1,24 +1,24 @@
SPELL=mksh
- VERSION=R38
+ VERSION=R38c
SOURCE=$SPELL-$VERSION.cpio.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
- SOURCE_URL[0]=https://www.mirbsd.org/MirOS/dist/mir/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://www.mirbsd.org/MirOS/dist/mir/$SPELL/$SOURCE
SOURCE_URL[1]=http://pub.allbsd.org/MirOS/dist/mir/$SPELL/$SOURCE
WEB_SITE=http://www.mirbsd.org/mksh.htm
ENTERED=20060928
-
SOURCE_HASH=sha512:95068686d4baa18f73d8e489a6fb511aa543a5b3813f6738e57e28ffcfbe324c815bc909574afdeaf310b4d4a0c2b91ff16c5042c454ae31e804b184158fdc29
+
SOURCE_HASH=sha512:9bc88543604dce468f108474c094b98bc0cb9f2884f485b277b03ea3de84186acfa56252f2ec0d6ed82f3548f1555f565064296681cea07d2871e58e8435b090
# I suggest to add this to the list (shortname MIROS or MIRBSD please)
LICENSE[0]=http://mirbsd.de/MirOS-Licence
SHORT="MirBSD Korn Shell"
cat << EOF
-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.3-beta ksh without GNU bash-like $PS1; the
-build environment requirements are autoconfigured; throughout
-code simplification/bugfix/enhancement has been done, and the
-shell has extended compatibility to other modern shells.
+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 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. mksh has UTF-8
+support (e.g. in the emacs editing mode); R38c corresponds to OpenBSD
+4.5-current ksh (without GNU bash-like $PS1 and fancy character classes). 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.
EOF
diff --git a/shell-term-fm/mksh/HISTORY b/shell-term-fm/mksh/HISTORY
index 7816968..f052896 100644
--- a/shell-term-fm/mksh/HISTORY
+++ b/shell-term-fm/mksh/HISTORY
@@ -1,3 +1,6 @@
+2009-06-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to R38c
+
2009-05-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to R38; quoting paths; renewed offsite,
mirrors
* BUILD: removed `cd' -- should be in PRE_BUILD; don't send garbage to
diff --git a/shell-term-fm/mksh/PRE_BUILD b/shell-term-fm/mksh/PRE_BUILD
index 51df40a..ce0b943 100755
--- a/shell-term-fm/mksh/PRE_BUILD
+++ b/shell-term-fm/mksh/PRE_BUILD
@@ -3,4 +3,4 @@ mk_source_dir "$SOURCE_DIRECTORY" &&
cd "$BUILD_DIRECTORY" &&

# We need a cpio handler...
-gunzip -c "$SOURCE_CACHE/$SOURCE" | cpio -mid
+gzip -dc "$SOURCE_CACHE/$SOURCE" | cpio -mid



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (189c6c75bb2697563dabce49c3c6e54e02d18f0c), Vlad Glagolev, 06/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page