liboglappth version 0.96 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    liboglappth  most recent diff


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



      # $Id: Portfile 32538 2008-01-07 16:03:38Z simon macports.org $

      PortSystem 1.0

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

      Homepage: http://www.bioinformatics.org/
      master_sites ${homepage}ghemical/download/current/
      checksums md5 babb1907ca0a52c6879c003239701217 sha1 bdaa47c76eee2db6cc859f135a10aabce096a45e rmd160 2b67fb748bada63c1cc70aa21cba85d1dbd642bd

      depends_lib port:glut

      pre-configure {
      # If gl.h and glu.h don't exist in ${prefix}/include/GL then symlink the
      # OpenGL files there. Doesn't really fit in pre-configure but I don't know
      # where to put it.
      set gl ${prefix}/include/GL
      set opengl /System/Library/Frameworks/OpenGL.framework/Headers
      if {![file exists ${gl}/gl.h]} {
      file link -symbolic ${gl}/gl.h ${opengl}/gl.h
      }
      if {![file exists ${gl}/glu.h]} {
      file link -symbolic ${gl}/glu.h ${opengl}/glu.h
      }
      }

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



    image test