Launch version 1.1 - How to Download and Install on Mac OS X
Saturday the 21st of November, 2009

    version 1.1

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


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

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: launch
      Version: 1.1
      Category: aqua
      Maintainers: nomaintainer
      Description: command-line launcher for Mac OS X in the spirit of open

      Long Description: Apple provides a simple command-line launching program called open with Mac OS X. It offers few options - launching applications by name or by path, launching TextEdit, or opening a number of applications, documents, folders, or URLs. With the exception of special support for TextEdit (open -a), launch does all this and more.

      Homepage: http://web.sabi.net/nriley/software/
      Master Sites: ${homepage}

      Checksums: md5 bcd5179d5b519248a717aa73f3819e00 sha1 000d6f1063f1b9091a8b10de90cfa778ed6a6ed1 rmd160 7eba376fdedd322ecfcc4d429bf608dcd1e79c34

      Patch Files: patch-main.c

      xcode.destroot.path ${prefix}/bin

      post-destroot {
      xinstall -m 0444 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1

      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 ${worksrcpath}/README ${destroot}${docdir}
      }

      livecheck.type none


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.