Download and Install ihook version 1.1.0 on Mac OS X
Friday the 5th of September, 2008

    ihook  most recent diff


      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
      Google
      Web Darwinports.com



      # $Id: Portfile 28950 2007-09-12 18:42:24Z nox 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, and 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

      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}
      }

      post-destroot {
      move ${destroot}/Applications/MacPorts/shookexec ${destroot}/Applications/MacPorts/${my_name}.app/Contents/Resources
      }

      Variant: universal {}

      livecheck.check 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



    image test