Download and Install lingon version 2.0.2 on Mac OS X
Thursday the 3rd of July, 2008

    lingon  most recent diff


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



      # $Id: Portfile 30917 2007-11-11 04:29:29Z bfulgham macports.org $

      PortSystem 1.0
      PortGroup xcode 1.0

      Name: Lingon
      Version: 2.0.2
      Category: aqua sysutils
      Platform: darwin
      Maintainers: bfulgham macports.org
      Homepage: http://lingon.sourceforge.net/
      Description: Graphical interface for creating launchd configurations

      Long Description: Lingon is a graphical interface for creating launchd configuration files and controlling them through launchctl for Mac OS X Tiger.


      master_sites sourceforge:lingon
      checksums md5 36c67fadc220e7241c9b8475f6513a6d

      use_zip yes
      distname ${name}Source-${version}

      pre-fetch {
      if {[variant_isset darwin_6] || [variant_isset darwin_7] || [variant_isset darwin_8]} {
      return -code error "${name} ${version} only builds on Mac OS X Leopard (10.5.x). Sorry."
      }
      }

      use_configure no

      platform darwin 6 { }
      platform darwin 7 { }
      platform darwin 8 { }

      platform darwin 9 {
      if {$xcodeversion == "2.1"} {
      set xcodebuilddir build/Deployment
      }
      }

      build.type pbx
      build.dir ${workpath}/${name}Source
      build.target "Lingon"
      build.args -configuration "Release"

      destroot {
      xinstall -m 755 -d ${destroot}/Applications/MacPorts
      file copy ${workpath}/${name}Source/build/Release/${name}.app ${destroot}/Applications/MacPorts
      }


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

     Where to find more information:

    Darwin Ports



    image test