---
name: osh
version: 20120604
origin: shells/osh
comment: An implementation of the UNIX 6th Edition shell
arch: freebsd:9:x86:64
www: http://v6shell.org
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 136438
desc: |
  Osh is a re-implementation of the old and obsolete shell version,
  which was in standard use up to UNIX 6th Edition and was supplied
  as osh with UNIX 7th Edition.  Its command language is a sparse
  subset of those of modern shells and is mostly common both to sh(1)
  and csh(1).

  WWW: http://v6shell.org
categories: [shells]
files:
  /usr/local/bin/fd2: 4a93a705aa991e9f67f92ccf8a14d36940fcab0ac08542ecee561457a991cbc6
  /usr/local/bin/glob6: 4924b7279a2ce0c81dbf44a70123feb0a1d1eb16e71b5d7137c21bac4e7231e2
  /usr/local/bin/goto: 6084a0bdac5a642e3ee321d7695e4bdc31b0e7074a0d9ff490e23f862e559b44
  /usr/local/bin/if: 2a103e94dda4aa9a2dc68a863362f90b6965fb187a7dc1f27ec3e3bcad222b72
  /usr/local/bin/osh: 735450dcc04053db575967ea197f506b72e239ed8622321bb19b79b7ba3129c2
  /usr/local/bin/sh6: a5f7d6f94dde1de929238fc67f61c2f045d935242dcc2e5b9230a1384416bde5
  /usr/local/man/man1/fd2.1.gz: eb0fb4c9e0b57b64f17855df3d251dba7aa4814d6b50902feadc05403cfb4358
  /usr/local/man/man1/glob6.1.gz: 4b7c42032da37fd518f76cc5fc7a9b61a5b216724bd2e09018d42baeaf1c8964
  /usr/local/man/man1/goto.1.gz: 1755f21b886cfc8ee4a75e0f946d740cdd508d64ab127733d1ccae519bdd2625
  /usr/local/man/man1/if.1.gz: fa60f83fce8a745610fcddc663bd8964e28e0f81ca5f71aacb51ab6fad64b1c3
  /usr/local/man/man1/osh.1.gz: b2afb5bf4a250d0f0a67a707e837d6b3e0d13813371ddfbb6570197065ad47fe
  /usr/local/man/man1/sh6.1.gz: b7d9efa1f657cbe33c0e14797e226d9949eeb3c66a953266880ee5d67b667b25
scripts:
  post-install: |
    echo "updating ${DESTDIR}/etc/shells"; cp ${DESTDIR}/etc/shells ${DESTDIR}/etc/shells.bak; (grep -v /usr/local/bin/glob6 ${DESTDIR}/etc/shells.bak; echo /usr/local/bin/glob6) >${DESTDIR}/etc/shells
  pre-deinstall: |
    echo "updating ${DESTDIR}/etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/local/bin/glob6 /etc/shells.bak) >/etc/shells
