---
name: ksh93
version: 20120801
origin: shells/ksh93
comment: Official AT&T release of KornShell 93
arch: freebsd:9:x86:64
www: http://www.kornshell.com/
maintainer: sunpoet@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [EPL]
flatsize: 1553739
desc: |
  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/
categories: [shells]
options: {STATIC: off}
files:
  /usr/local/bin/ksh93: 1f6703afcfeefe4145a7199dab234fe04a913822cee1eaad9e10eda05bca19f7
  /usr/local/man/man1/ksh93.1.gz: 9f4b41c23d2a6a60312f20b27c7132eaf79f414ac82372c6f95dc226700a8807
  /usr/local/share/examples/ksh93/dirs: 83bd0f1701ad0ede8edc912f2482e264e7bc00cd4442dd02a4b0796f87c2be75
  /usr/local/share/examples/ksh93/popd: 9788fd556c69a676ab8d03f7a45968a4da8486fe080f7446a7c1f9c12df7e3af
  /usr/local/share/examples/ksh93/pushd: 9788fd556c69a676ab8d03f7a45968a4da8486fe080f7446a7c1f9c12df7e3af
  /usr/local/share/licenses/ksh93-20120801/EPL: 6ddf550b21ba36fc27d5db3077ae25cc7617b4aaa13ed8f6badcc282bc58d305
  /usr/local/share/licenses/ksh93-20120801/LICENSE: cfce4526a8be053bb751c4e8ee70686911d8a032dfdfdbda7029ed1e0198acc4
  /usr/local/share/licenses/ksh93-20120801/catalog.mk: cfb591e603f4eaf34c58e17331e5475d5806a80b7ec9c3872047d259512fc383
directories:
  /usr/local/share/licenses/ksh93-20120801/: n
  /usr/local/share/licenses/: y
  /usr/local/share/examples/ksh93/: n
scripts:
  post-install: |
    echo "Updating /etc/shells"; sed -i "" "\|/usr/local/bin/ksh93|d" /etc/shells; echo /usr/local/bin/ksh93 >> /etc/shells
    cd /usr/local
  pre-deinstall: |
    echo "Updating /etc/shells"; sed -i "" "\|/usr/local/bin/ksh93|d" /etc/shells
    cd /usr/local
  post-deinstall: |
    cd /usr/local
