Iterm version 0.9.6 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 0.9.6

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


      The iterm Portfile 50461 2009-05-01 07:49:32Z toby macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: iTerm
      Version: 0.9.6
      set svntag RC_[strsed $version {g/\./_/}]
      Category: aqua shells
      Maintainers: waqar
      Description: Enhanced terminal emulator program for Mac OS X
      Long Description: iTerm is a full featured terminal emulation program written for OS X using Cocoa. We are aiming at providing users with best command line experience under OS X. The letter i represents a native Apple look and feel of the program interface, and an emphasis on complete international support.

      Homepage: http://iterm.sourceforge.net

      fetch.type svn
      svn.url http://iterm.svn.sourceforge.net/svnroot/iterm/tags/$svntag/
      worksrcdir ${svntag}

      xcode.project ${name}.xcodeproj
      xcode.target ${name}

      # Remove this after MacPorts 1.7.1 is released
      pre-destroot {
      xinstall -d -m 755 ${destroot}${applications_dir}
      }

      destroot {
      file copy ${build.dir}/build/Deployment/${name}.app ${destroot}${applications_dir}/${name}.app
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.