Download and Install freeimage version 3.10.0 on Mac OS X
Sunday the 7th of September, 2008

    freeimage  most recent diff


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



      # -*- tcl -*-
      # $Id: Portfile 34141 2008-02-15 14:56:22Z raimue macports.org $

      PortSystem 1.0

      Name: freeimage
      Version: 3.10.0
      Category: graphics
      Maintainers: ryand-ruby zenspider.com
      Description: Library for FreeImage, a dependency-less graphics library
      Long Description: FreeImage is a library for developers who would like to support most popular graphics image formats. Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!
      Platform: macosx
      Homepage: http://freeimage.sourceforge.net/
      master_sites sourceforge
      distname FreeImage[strsed ${version} {g/\.//}]
      use_zip yes
      worksrcdir FreeImage

      checksums md5 2e57135e26bb487cc8e13ee7b7e0a595 sha1 9590563e8abade9494fc6db6f6127fa3db42b8e1 rmd160 9f501e099bca567b2ffedd0f9f00ad6b58021b09

      use_configure no

      destroot.pre_args -f Makefile.osx ${destroot.target}
      destroot.destdir PREFIX=${destroot}${prefix}

      default_variants +universal
      Variant: universal {}
      pre-fetch {
      if {![variant_isset universal]} {
      return -code error "${name} is only available in a universal version"
      }
      }

      platform darwin 9 {
      patchfiles-append patch-Makefile.osx-Leopard.diff
      }

      livecheck.regex Source Distribution (.*) released.*

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

     Where to find more information:

    Darwin Ports



    image test