Geoexpress-sdk version 7.0.0.2167 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    geoexpress-sdk  most recent diff


    version 7.0.0.2167

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


      The geoexpress-sdk Portfile 40948 2008-10-18 20:05:04Z ryandesign macports.org $

      PortSystem 1.0
      Name: geoexpress-sdk
      Version: 7.0.0.2167
      Maintainers: landonf openmaintainer
      Platform: darwin
      Description: LizardTech's SDK for reading MrSID and JPEG 2000 imagery
      Long Description: LizardTech's SDK for reading MrSID and JPEG 2000 imagery. This SDK is NOT open source software, and must be downloaded manually from http://www.lizardtech.com/developer/ Please carefully review the SDK agreement prior to downloading and installing this software.
      Homepage: http://www.lizardtech.com/developer/
      Master Sites: http://www.lizardtech.com/developer/
      Category: science

      distname Geo_DSDK-${version}.darwin9.universal.gccA40
      worksrcdir Geo_DSDK-${version}

      Checksums: md5 526277e18ecaa69c22ab55def986f3d8 sha1 3252d905bdb555385afb13c8726faf8d5c65d79e rmd160 380c80b8bb039c9e853d9813623a854f8fe24819


      fetch {
      file mkdir ${distpath}
      if {![file exists ${distpath}/${distfiles}]} {
      error "NOTE: Due to licensing restrictions, '${distfiles}' must be manually downloaded from ${homepage} and placed in ${distpath}"
      }
      }

      configure {}
      build {}

      destroot {
      file copy ${worksrcpath} ${destroot}/${prefix}/share/Geo_DSDK
      system "ln -s ${prefix}/share/Geo_DSDK/bin/mrsiddecode ${destroot}/${prefix}/bin"
      system "ln -s ${prefix}/share/Geo_DSDK/bin/mrsidinfo ${destroot}/${prefix}/bin"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.