Libdap version 3.8.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 3.8.2

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


      # -*- 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 libdap Portfile 50980 2009-05-14 19:41:55Z and.damore macports.org $

      PortSystem 1.0

      Name: libdap
      Version: 3.8.2
      Revision: 1
      Platform: darwin
      Maintainers: takeshi
      Category: science
      Description: A C++ SDK which contains an implementation of DAP 2.0
      Master Sites: http://www.opendap.org/pub/source/
      Checksums: md5 0b6f6a1bfb6d64d87395c6581e562178 sha1 c5174882a3e494be0d7010421212747fd03ae4c6 rmd160 ec7d65d4d9c8c10db398bad1123b8ce47196a20f
      Homepage: http://www.opendap.org/
      Long Description: A C++ SDK which contains an implementation of DAP 2.0, Client- and Server-side support classes and a prototype implementation of the AIS.
      depends_build port:pkgconfig
      depends_lib port:curl port:libiconv port:libxml2 port:openssl port:zlib
      if {[variant_isset universal]} {
      pre-build {
      reinplace "s|single_module|single_module ${configure.universal_ldflags}|" ${worksrcpath}/libtool
      }
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.