---
name: pdksh
version: 5.2.14p2_4
origin: shells/pdksh
comment: The Public Domain Korn Shell
arch: freebsd:9:x86:64
www: http://www.cs.mun.ca/~michael/pdksh/
maintainer: skreuzer@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 257946
desc: |
  PDKSH is the Public Domain Korn Shell. Its command language is a
  superset of the sh(1) shell language.

  WWW: http://www.cs.mun.ca/~michael/pdksh/
categories: [shells]
files:
  /usr/local/bin/ksh: f1230a8f98b3c353fc02c9ff72fa773b931361129c4cf4b5f28318f6ab8c76fb
  /usr/local/man/man1/ksh.1.gz: 3b8de7656fd47378f10e8758d74661c54f683628900407c0a00fed40778ffefb
  /usr/local/share/licenses/pdksh-5.2.14p2_4/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/pdksh-5.2.14p2_4/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/pdksh-5.2.14p2_4/catalog.mk: b3f2dcf363fb61bb0ec26282b963c3eb2dda8102508e19c1cb747fc2b1347679
directories:
  /usr/local/share/licenses/pdksh-5.2.14p2_4/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/local/bin/ksh /etc/shells.bak; echo /usr/local/bin/ksh) >/etc/shells
    cd /usr/local
  pre-deinstall: |
    echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/local/bin/ksh /etc/shells.bak) >/etc/shells
    cd /usr/local
  post-deinstall: |
    cd /usr/local
