diff options
author | Cy Schubert <cy@FreeBSD.org> | 2019-05-28 10:35:40 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2019-05-28 10:35:40 +0800 |
commit | 2a0731944ad16e93f8c8023b338c7381b61637c6 (patch) | |
tree | 8d37ef60172e2b660894439e7f9afc13d4ba26b8 /shells/ksh93/pkg-descr | |
parent | c08fd5ebb4853f6b18354358b0c710e5b9a02dd1 (diff) | |
download | freebsd-ports-gnome-2a0731944ad16e93f8c8023b338c7381b61637c6.tar.gz freebsd-ports-gnome-2a0731944ad16e93f8c8023b338c7381b61637c6.tar.zst freebsd-ports-gnome-2a0731944ad16e93f8c8023b338c7381b61637c6.zip |
This is the second part of a two part commit Updating shells/ksh93 to
2020.0.0-alpha1.
This commit:
1. Deletes shells/ksh93, completed by r502844.
2. svn copies shells/ksh93-devel to shells/ksh93 -- this commit.
3. Replaces the git tag with DISTVERSION 2020.0.0-alpha1 -- this commit.
PR: 237332
Reviewed by: crees@
Approved by: maintainer timeout
Reminded by: Siteshwar Vashisht <svashisht@redhat.com>
(ksh93 upstream maintainer)
Diffstat (limited to 'shells/ksh93/pkg-descr')
-rw-r--r-- | shells/ksh93/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/ksh93/pkg-descr b/shells/ksh93/pkg-descr new file mode 100644 index 000000000000..ee3150bac1cd --- /dev/null +++ b/shells/ksh93/pkg-descr @@ -0,0 +1,13 @@ +KSH-93 is the most recent version of the KornShell Language described +in "The KornShell Command and Programming Language," by Morris +Bolsky and David Korn of AT&T Bell Laboratories. The KornShell is +a shell programming language, which is upward compatible with "sh" +(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO +9945.2 Shell and Utilities standard. KSH-93 provides an enhanced +programming environment in addition to the major command-entry +features of the BSD shell "csh". With KSH-93, medium-sized programming +tasks can be performed at shell-level without a significant loss +in performance. In addition, "sh" scripts can be run on KSH-93 +without modification. + +WWW: http://www.kornshell.com/ |