Download and Install libgeotiff version 1.2.1 on Mac OS X
Thursday the 24th of July, 2008

    libgeotiff  most recent diff


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



      # $Id: Portfile 23053 2007-03-23 20:35:47Z pipping macports.org $

      PortSystem 1.0
      Name: libgeotiff
      Version: 1.2.1
      set libver 1
      Category: graphics
      Maintainers: shadow dementia.org
      Description: Library and tools for dealing with GeoTIFF
      Long Description: This software provides support for the Tag Image File Format (TIFF) Geo extensions.
      Homepage: http://www.remotesensing.org/geotiff/
      Platform: darwin
      master_sites ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/
      distname ${name}-${version}
      checksums md5 cd02f28915f964e4aa914e0e1b39ab4b

      patchfiles patch-incode

      depends_lib lib:libtiff.3.6:tiff lib:libproj.0:proj lib:libz.1:zlib

      configure.env MANPATH=${prefix}/share/man

      configure.args --with-zip=${prefix} --with-jpeg=${prefix} --with-proj=${prefix} --enable-incode-epsg

      destroot.destdir
      build.env DESTDIR=${destroot}
      destroot.env DESTDIR=${destroot}

      post-build { cd ${worksrcpath}
      system "cc -dynamiclib -all_load -install_name ${prefix}/lib/libgeotiff.${version}.dylib -compatibility_version ${version} -o libgeotiff.${version}.dylib libgeotiff.a -L${prefix}/lib -lproj -ltiff -ljpeg -lz" }

      pre-destroot "file mkdir ${destroot}/${prefix}"

      post-destroot { system "rm ${destroot}/${prefix}/lib/libgeotiff.a"
      cd ${worksrcpath}
      system "install -m 755 -d ${destroot}/${prefix}/lib"
      system "install -m 644 -c libgeotiff.${version}.dylib ${destroot}${prefix}/lib"
      system "ln -sf libgeotiff.${version}.dylib ${destroot}/${prefix}/lib/libgeotiff.${libver}.dylib"
      system "ln -sf libgeotiff.${version}.dylib ${destroot}/${prefix}/lib/libgeotiff.dylib" }

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

     Where to find more information:

    Darwin Ports



    image test