Osh version 20090527 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 20090527

      View the most recent changes for the osh port at: osh.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for osh.
      The raw portfile for osh 20090527 is located here:
      http://osh.darwinports.com/dports/shells/osh/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/osh


      The osh Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: osh
      Version: 20090527
      Category: shells
      Maintainers: v6shell.org:jan+mp
      Description: Ports of the Sixth Edition (V6) UNIX Thompson shell
      Long Description: The osh package provides two ports of the original /bin/sh from Sixth Edition (V6) UNIX (circa 1975). Osh is an enhanced port of the shell, and sh6 is an unenhanced port of the shell. This package also includes the following shell utilities for use by sh6: glob6, if, goto, and fd2.
      Platform: darwin
      Homepage: http://v6shell.org/
      Master Sites: ${homepage}src/

      Checksums: md5 179f79cfe6eb30036189e5ff111aa4ec sha1 e13dabfc254c0dd083a9a0674a11730d3afd8eff rmd160 24e83098888d8c4c512462abc84d0b2cf5264e5c

      use_configure no
      use_parallel_build yes

      build.args PREFIX=${prefix}

      destroot.args PREFIX=${prefix} MANDIR=${prefix}/share/man/man1

      post-destroot {
      set docdir ${destroot}${prefix}/share/doc/${name}-${version}
      xinstall -m 0755 -d ${docdir}
      xinstall -m 0444 -W ${worksrcpath} AUTHORS CHANGES CHANGES-sh_to_sh6 INSTALL LICENSE NOTES README ${docdir}
      }

      Variant: universal {
      build.args-append CFLAGS="${configure.universal_cflags}" LDFLAGS="${configure.universal_ldflags}"
      }

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex ${name}-(\[0-9\]{8})${extract.suffix}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/osh
      % sudo port install osh
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching osh
      ---> Verifying checksum for osh
      ---> Extracting osh
      ---> Configuring osh
      ---> Building osh with target all
      ---> Staging osh into destroot
      ---> Installing osh
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using osh with these commands:
      %  man osh
      % apropos osh
      % which osh
      % locate osh

     Where to find more information:

    Darwin Ports



    Lightbox this page.