diff options
author | B. Watson <yalhcru@gmail.com> | 2022-05-17 16:40:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:11 +0700 |
commit | d0f680474ffa53b3840b9864148da7c6f205eb37 (patch) | |
tree | 1acfe1c2aadcc487a93dffdd0d33bf118712199a /system/v7sh/slack-desc | |
parent | 5575ec60dba3a5a01c8b68ff9952aa87adedff03 (diff) |
system/v7sh: Added (port of original Steve Bourne shell from 1978)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/v7sh/slack-desc')
-rw-r--r-- | system/v7sh/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/v7sh/slack-desc b/system/v7sh/slack-desc new file mode 100644 index 0000000000000..ea1e04db4161e --- /dev/null +++ b/system/v7sh/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +v7sh: v7sh (port of the original Steve Bourne shell from 1978) +v7sh: +v7sh: This is Nikola Vladov's port of the V7 Unix Bourne shell to +v7sh: modern systems, based on Geoff Collyer's port. It functions +v7sh: almost identically to the original Bourne shell, with some +v7sh: slight differences, and one major one: The original V7 shell +v7sh: didn't support comments with the # character, but this one does. +v7sh: +v7sh: See https://www.in-ulm.de/~mascheck/bourne/ for more information. +v7sh: +v7sh: |