Difference between revisions of "Mksh"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=mksh |Short description=MirBSD enhanced version of the Korn Shell |Full description=mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), a b...")
 
(update)
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=mksh
 
|Name=mksh
|Short description=MirBSD enhanced version of the Korn Shell
+
|Short description=MirBSD Korn Shell
|Full description=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, while some sh/ksh/pdksh compatibility kludges have been removed. It includes bug fixes and feature improvements in order to produce a modern, robust shell good for interactive and especially script use.
+
|Full description=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.
 +
|Homepage URL=http://www.mirbsd.org/mksh.htm
 
|User level=intermediate
 
|User level=intermediate
|Submitted by=Database conversion
+
|VCS checkout command=% env CVS_RSH=ssh cvs -d :ext:_anoncvs@anoncvs.mirbsd.org:/cvs co -PA mksh
|Submitted date=2011-04-01
+
|Computer languages=C
|Version identifier=37.1
+
|Paid support=via The MirOS Project, if needed
|Version date=2005-07-12
+
|Donate=http://www.mirbsd.org/danke.htm
 +
|IRC help=https://www.mirbsd.org/irc.htm
 +
|IRC general=https://www.mirbsd.org/irc.htm
 +
|IRC development=https://www.mirbsd.org/irc.htm
 +
|Related projects=MirBSD
 +
|Keywords=shell,Korn,mksh,ksh,kornshell
 +
|Version identifier=56
 +
|Version date=2017/08/08
 
|Version status=stable
 
|Version status=stable
|Version download=http://www.mirbsd.org/MirOS/dist/mir/mksh/
+
|Version download=https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R56.tgz
|License verified date=2006-08-31
+
|Last review by=Jgay
|Version comment=
+
|Last review date=2013/03/08
}}
+
|Submitted date=2017/08/09
{{Software category
+
|Is GNU=No
|Interface=command-line,console
+
|License verified date=2009-09-24
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=BSD_3Clause
+
|License=MirOS
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
|License verified date=2006-08-31
+
|License verified date=2009-09-24
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=MirOS
+
|License=ISC
|License verified by=Kelly Hopkins
+
|License verified by=Thorsten Glaser
|License verified date=2006-08-31
+
|License verified date=2013-03-07
 +
|License note=in strlcpy.c which is not always compiled; the entire rest of mksh is under MirOS Licence
 +
}}
 +
{{Person
 +
|Real name=Thorsten Glaser
 +
|Role=Maintainer
 +
|Email=tg@mirbsd.de
 +
}}
 +
{{Person
 +
|Real name=OpenBSD Project
 +
|Role=Contributor
 +
}}
 +
{{Person
 +
|Real name=Debian Project
 +
|Role=Contributor
 +
}}
 +
{{Person
 +
|Real name=pdksh authors
 +
|Role=Contributor
 +
}}
 +
{{Person
 +
|Real name=some mksh users
 +
|Role=Contributor
 +
}}
 +
{{Person
 +
|Real name=KO Myung-Hun
 +
|Role=OS/2 port maintainer
 +
|Email=komh@chollian.net
 +
}}
 +
{{Person
 +
|Real name=Daniel Richard G.
 +
|Role=EBCDIC tester
 +
|Email=skunk@iSKUNK.ORG
 +
}}
 +
{{Resource
 +
|Resource audience=Help
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.mirbsd.org/mksh.htm
 +
}}
 +
{{Resource
 +
|Resource audience=Help
 +
|Resource kind=Mailing List Info/Archive
 +
|Resource URL=http://news.gmane.org/gmane.os.miros.mksh
 +
}}
 +
{{Resource
 +
|Resource audience=Bug Tracking,Developer,Support
 +
|Resource kind=E-mail
 +
|Resource URL=mailto:miros-mksh@mirbsd.org
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=General
 +
|Resource URL=https://www.mirbsd.org/MirOS/cats/mir/mksh/
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://www.mirbsd.org/cvs.cgi/src/bin/mksh/
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=Homepage
 +
|Resource URL=http://packages.debian.org/unstable/shells/mksh
 +
}}
 +
{{Resource
 +
|Resource audience=Bug Tracking
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://launchpad.net/mksh
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=Download
 +
|Resource URL=https://pub.allbsd.org/MirOS/dist/mir/mksh/
 +
}}
 +
{{Software category
 +
|Interface=command-line, console
 +
|Programming-language=C
 +
|Runs-on=Windows, BSD, OS X, Android, GNU/Linux, GNU/Hurd, iOS
 +
|Software-development=shell
 +
|Use=software-development, system-administration
 +
|Works-with=text
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 30: Line 118:
 
|Prerequisite description=ed
 
|Prerequisite description=ed
 
}}
 
}}
 +
{{Featured}}
 +
{{DISPLAYTITLE:{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}}

Revision as of 10:57, 9 August 2017


[edit]

mksh

http://www.mirbsd.org/mksh.htm
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 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.





Licensing

License

Verified by

Verified on

Notes

License

MirOS

Verified by

Kelly Hopkins

Verified on

24 September 2009

License

ISC

Verified by

Thorsten Glaser

Verified on

7 March 2013

Notes

in strlcpy.c which is not always compiled; the entire rest of mksh is under MirOS Licence




Leaders and contributors

Contact(s)Role
Thorsten Glaser Maintainer
Daniel Richard G. EBCDIC tester
KO Myung-Hun OS/2 port maintainer
OpenBSD Project Contributor
pdksh authors Contributor
some mksh users Contributor
Debian Project Contributor


Resources and communication

AudienceResource typeURI
HelpHomepagehttps://www.mirbsd.org/mksh.htm
Bug Tracking,Developer,SupportE-mailmailto:miros-mksh@mirbsd.org
DeveloperVCS Repository Webviewhttps://www.mirbsd.org/cvs.cgi/src/bin/mksh/
UserGeneralhttps://www.mirbsd.org/MirOS/cats/mir/mksh/
Bug TrackingBug Trackinghttps://launchpad.net/mksh
UserDownloadhttps://pub.allbsd.org/MirOS/dist/mir/mksh/
Debian (Ref)https://tracker.debian.org/pkg/mksh
HelpMailing List Info/Archivehttp://news.gmane.org/gmane.os.miros.mksh


Software prerequisites

KindDescription
Weak prerequisiteed




Entry


























"OS/2 port maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.



"EBCDIC tester" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.








"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.