libnc-dap version 3.7.0 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    libnc-dap  most recent diff


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



      # $Id: Portfile 33937 2008-02-08 01:01:44Z ryandesign macports.org $

      PortSystem 1.0
      Name: libnc-dap
      Version: 3.7.0
      revision 2
      Platform: darwin
      Maintainers: takeshi macports.org
      Category: science
      Description: an alternative implementation of Unidata's netCDF 3.6 API
      master_sites ftp://ftp.unidata.ucar.edu/pub/opendap/source/ ftp://ftp.unidata.ucar.edu/pub/opendap/source/old/
      checksums md5 cb1c518725e1b2bb6078a691a2377eea
      Homepage: http://www.opendap.org/
      Long Description: The netCDF Client Library is an alternative implementation of Unidata's netCDF 3.6 API. Our version adds the capability to dereference OPeNDAP URLs. You can substitute our version of the library when linking your application and then simply pass an OPeNDAP URL in where you would normally use a file name.
      patchfiles patch-Makefile.in
      depends_lib port:curl port:libdap port:libxml2

      if {![variant_isset g95]} {
      default_variants +gcc42
      }

      Variant: gcc42 conflicts g95 description {Build using gcc42 (default)} {
      depends_build-append port:gcc42
      configure.fc ${prefix}/bin/gfortran-mp-4.2
      }

      Variant: g95 conflicts gcc42 description {Build using g95} {
      depends_build-append port:g95
      configure.fc ${prefix}/bin/g95
      }

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

     Where to find more information:

    Darwin Ports



    image test