# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name yaz version 3.0.48 categories net databases devel platforms darwin maintainers yves openmaintainer description toolkit for Z39.50/SRW/SRU clients and servers long_description YAZ is a compact toolkit that provides access to the \ Z39.50 and SRW/SRU protocols, as well as a set of \ higher-level tools for implementing the server and \ client roles, respectively. homepage http://www.indexdata.dk/yaz/ master_sites http://ftp.indexdata.dk/pub/yaz/ checksums md5 6cf27fd487c6ae7d0cbc6dc9e8ae3ba8 \ sha1 3256ca80b92cd933972fdd2fcdc9d4a69092db00 \ rmd160 155bf9077fa01f2f73861d65666f9e14b250afd1 depends_build port:pkgconfig depends_lib port:gnutls \ port:icu \ port:libiconv \ port:libxml2 \ port:libxslt \ port:ncurses \ port:readline \ port:zlib configure.args --with-gnutls=${prefix} \ --with-iconv=${prefix} \ --with-icu=${prefix} \ --with-xml2=${prefix} \ --with-xslt=${prefix} use_parallel_build yes livecheck.type regex livecheck.url ${master_sites}?M=D livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"