# -*- 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 PortSystem 1.0 name yaz version 5.32.0 revision 3 categories net databases devel license BSD maintainers nomaintainer 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 https://www.indexdata.com/resources/software/yaz/ master_sites http://ftp.indexdata.com/pub/yaz/ checksums rmd160 781c09d822d687a51140c7e9cd52244ba2dfc8cc \ sha256 04d08c799d5ee56a2670e6ac0b42398d2ff956bd9bf144bfe9c4c30e557140e0 \ size 2607933 depends_build port:pkgconfig depends_lib path:lib/pkgconfig/gnutls.pc:gnutls \ port:hiredis \ path:lib/pkgconfig/icu-uc.pc: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-memcached=no \ --with-xml2=${prefix} \ --with-xslt=${prefix} livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"