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

    version 1.1.0

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


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

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: ihook
      set my_name iHook
      Version: 1.1.0
      Category: aqua
      Maintainers: nomaintainer

      Description: A graphical interface frontend for commandline executables
      Long Description: iHook is a graphical frontend for any commandline executable. It gives scripts a pleasant Aqua face, allows script writers to provide graphical feedback without having to learn one of the higher APIs available for Mac OS X.

      Homepage: http://rsug.itd.umich.edu/software/ihook/
      Master Sites: ${homepage}files/

      distname ${name}-${version}-src
      worksrcdir ${name}-${version}
      extract.suffix .tgz

      Checksums: md5 5d8582eaa62f633095eb5d4ee31d10b9 sha1 73f434d9bd9238a7c36014c1dd656f9b9eba1616 rmd160 5b384f008739ba8cffd5380aa8ea7bcf3c6d7eec

      post-destroot {
      fs-traverse dir ${destroot} {
      if {[file isdirectory ${dir}]} {
      file attributes ${dir} -permissions u+w
      }
      }
      move ${destroot}${applications_dir}/shookexec ${destroot}${applications_dir}/${my_name}.app/Contents/Resources
      }

      Variant: universal {}
      if {! [variant_isset universal]} {
      set arch ${os.arch}
      if {! [string compare ${os.arch} powerpc]} {
      set arch ppc
      }

      xcode.build.settings ARCHS=${arch}
      xcode.destroot.settings ARCHS=${arch}
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "${my_name} (\\d+(?:\\.\\d+)*)"

    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/ihook
      % sudo port install ihook
      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 ihook
      ---> Verifying checksum for ihook
      ---> Extracting ihook
      ---> Configuring ihook
      ---> Building ihook with target all
      ---> Staging ihook into destroot
      ---> Installing ihook
    - 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 ihook with these commands:
      %  man ihook
      % apropos ihook
      % which ihook
      % locate ihook

     Where to find more information:

    Darwin Ports



    Lightbox this page.