# -*- 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 # $Id$ PortSystem 1.0 name libdap conflicts dap version 3.15.1 platforms darwin maintainers takeshi categories science description A C++ SDK which contains an implementation of DAP 2.0 master_sites http://www.opendap.org/pub/source/ checksums rmd160 6b920e2b28a7f589d5f0ab629f14c4e8f59ed4b8 \ sha256 6ee13cc69ae0b5e7552ddfd17013ebb385859bba66f42a2cfba3b3be7aa4ef0f 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 \ port:flex \ port:bison depends_lib port:curl \ port:libiconv \ port:libxml2 # Fix for El Capitan if {${os.major} > 14} { patchfiles patch-dds.yy.diff } livecheck.type regex livecheck.url ${homepage}download/${name} livecheck.regex ${name}-(\[0-9\]+.\[0-9\]+.\[0-9\]+)${extract.suffix}