diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-03-23 07:31:59 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-03-23 11:31:07 -0700 |
commit | fd44857c89735005473ec7856d5525911bfc2b8b (patch) | |
tree | 25731207bfa226ce504ed4b4077035269aec0c58 /shells/ksh93 | |
parent | graphics/libplacebo: update to 5.264.1 (diff) |
shells/ksh*: Update descriptions
Update ksh ports descriptions to more accurately reflect what they are.
Reported by: "Joseph Holsten" <joseph@josephholsten.com>
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 4 | ||||
-rw-r--r-- | shells/ksh93/pkg-descr | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 99f597269aee..58c4e51f88a2 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -14,13 +14,13 @@ PORTNAME= ksh93 DISTVERSION= 93u -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= shells DIST_SUBDIR= ksh93 MAINTAINER= cy@FreeBSD.org -COMMENT= AT&T KornShell 93 +COMMENT= AT&T KornShell ksh93u+ 2012-08-01 (stable) version WWW= http://www.kornshell.com/ LICENSE= EPL diff --git a/shells/ksh93/pkg-descr b/shells/ksh93/pkg-descr index 9daad3daf523..8bb878750577 100644 --- a/shells/ksh93/pkg-descr +++ b/shells/ksh93/pkg-descr @@ -1,11 +1,11 @@ -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" +ksh93u+ is the 2012-08-01 (stable) 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 +9945.2 Shell and Utilities standard. ksh93u+ provides an enhanced programming environment in addition to the major command-entry -features of the BSD shell "csh". With KSH-93, medium-sized programming +features of the BSD shell "csh". With ksh93u+, 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 +in performance. In addition, "sh" scripts can be run on ksh93u+ without modification. |