[SM-Commit] GIT changes to master grimoire by Daniel Goller (799e8765c49c20e7a93698575768609517d583c2)
Ladislav Hagara
ladislav.hagara at unob.cz
Mon Oct 2 03:52:47 EDT 2006
> GIT changes to master grimoire by Daniel Goller <morfic at sourcemage.org>:
>
> shell-term-fm/mksh/BUILD | 4 ++++
> shell-term-fm/mksh/DEPENDS | 1 +
> shell-term-fm/mksh/DETAILS | 20 ++++++++++++++++++++
> shell-term-fm/mksh/FINAL | 2 ++
> shell-term-fm/mksh/HISTORY | 2 ++
> shell-term-fm/mksh/INSTALL | 10 ++++++++++
> shell-term-fm/mksh/POST_REMOVE | 2 ++
> shell-term-fm/mksh/POST_RESURRECT | 2 ++
> shell-term-fm/mksh/PROVIDES | 1 +
> 9 files changed, 44 insertions(+)
>
> New commits:
> commit 799e8765c49c20e7a93698575768609517d583c2
> Author: Daniel Goller <morfic at sourcemage.org>
> Commit: Daniel Goller <morfic at sourcemage.org>
>
> Added shell-term-fm/mksh, upstream provided spell.
>
> diff --git a/shell-term-fm/mksh/BUILD b/shell-term-fm/mksh/BUILD
> new file mode 100755
> index 0000000..1fe1a85
> --- /dev/null
> +++ b/shell-term-fm/mksh/BUILD
> @@ -0,0 +1,4 @@
> +gzip -n9 mksh.1 &
> +/bin/sh ./Build.sh -d -r
> +./test.sh -v
> +wait # for compressing the manual page to finish
> diff --git a/shell-term-fm/mksh/DEPENDS b/shell-term-fm/mksh/DEPENDS
> new file mode 100755
> index 0000000..f4f26ab
> --- /dev/null
> +++ b/shell-term-fm/mksh/DEPENDS
> @@ -0,0 +1 @@
> +depends ed
> diff --git a/shell-term-fm/mksh/DETAILS b/shell-term-fm/mksh/DETAILS
> new file mode 100755
> index 0000000..ac265ed
> --- /dev/null
> +++ b/shell-term-fm/mksh/DETAILS
> @@ -0,0 +1,20 @@
> + SPELL=mksh
> + BUILD_API=2
> + VERSION=R28
> + SOURCE=$SPELL-$VERSION.cpio.gz
> +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
> + SOURCE_URL[0]=http://www.mirbsd.org/dist/mir/mksh/$SOURCE
> + WEB_SITE=http://mirbsd.de/mksh
> + ENTERED=20060928
> + UPDATED=20060928
> + SOURCE_HASH=sha512:1b37bc867a9be77c1751d910efad2cc1e96029fd2e2d87b30d44de01027cb869cd8a7a9f7124d5e39bd1bb08e4de8d66a6bc3e8f9e4d63129dbb18bf6aab155c:VERIFIED_UPSTREAM_HASH
> +# 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.
> +EOF
>
Sorry for nitpicking, but the long description is not formatted
according to http://wiki.sourcemage.org/DETAILS
This is the only spell with <<-'EOF'.
It was suspicious-looking for me. Just found out in the man page that it
is normal. :-)
--
Ladislav Hagara
More information about the SM-Commit
mailing list