Hdfeos version 2.15v1.00 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 2.15v1.00

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The hdfeos Portfile 55900 2009-08-20 23:05:28Z ryandesign macports.org $

      PortSystem 1.0

      Name: hdfeos
      Version: 2.15v1.00
      Category: science
      Maintainers: takeshi
      Description: HDF-EOS library built on HDF4
      Long Description: library designed built on HDF4 to support EOS-specific data structures, namely Grid, Point, and Swath.
      Homepage: http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/
      Platform: darwin
      Master Sites: ftp://edhs1.gsfc.nasa.gov/edhs/${name}/previous_releases/
      depends_lib port:hdf4
      distname HDF-EOS${version}
      worksrcdir ${name}
      extract.suffix .tar.Z
      fetch.use_epsv no
      Checksums: md5 c89f6310ad26f289ca8795c09622a07c sha1 13184aa36731e1fb2243d9468487b6ac523601c7 rmd160 f6f3cf561124524825960c73e4182b86a13ebb3f
      configure.args --with-hdf4=${prefix} --with-zlib=${prefix} --disable-dependency-tracking
      post-destroot {
      eval xinstall -m 644 [glob ${worksrcpath}/include/*.h] ${destroot}${prefix}/include
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.