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

    liboglappth  most recent diff


    version 0.98

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


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

      PortSystem 1.0

      Name: liboglappth
      Version: 0.98
      Category: science
      Platform: darwin
      Maintainers: simon openmaintainer
      Description: Library for the ghemical port.
      Long Description: $description

      Homepage: http://www.bioinformatics.org/
      Master Sites: ${homepage}ghemical/download/current/
      Checksums: md5 dd280286a51fcba6a47264a383a2f1fe sha1 bf532427bfa97ef01c3161a9a13418ee7134229c rmd160 72f10fb085275485ac30cd56e931b29693f7d445

      depends_lib port:mesa

      pre-extract {
      if {"darwin" == ${os.platform} && 9 == ${os.major}} {
      set minimum_xcodeversion 3.1
      set current_xcodeversion [exec defaults read /Developer/Applications/Xcode.app/Contents/Info CFBundleShortVersionString]
      if {[rpm-vercomp ${current_xcodeversion} ${minimum_xcodeversion}] < 0} {
      ui_msg "On Mac OS X ${macosx_version}, ${name} ${version} requires Xcode ${minimum_xcodeversion} or later but you have Xcode ${current_xcodeversion}."
      return -code error "incompatible Xcode version"
      }
      }
      }

      livecheck.type regex
      livecheck.url "${master_sites}?C=M;O=D"
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.