# -*- 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

PortSystem          1.0

name                yazproxy
version             1.3.12
revision            0
categories          net databases devel
license             GPL-2
maintainers         nomaintainer
description         Proxy server for Z39.50/SRW/SRU clients and servers
long_description    YAZ Proxy is highly configurable and can be used \
                    in a number of different applications, ranging from \
                    debugging Z39.50-based applications and protecting \
                    overworked servers, to improving the performance \
                    of stateless WWW/Z39.50 gateways.

homepage            https://www.indexdata.com/yazproxy

master_sites        https://ftp.indexdata.com/pub/yazproxy/

checksums           rmd160  393422117e8e18daf40d46f3ee3f858a63ee5bdf \
                    sha256  d2a941faef3b1d1b4c932988b952eba7331ec2634577b4728525600dde59e79a \
                    size    612453

depends_lib-append  port:yazpp

patchfiles          atoi.patch \
                    dynamic_lookup-11.patch

livecheck.type      regex
livecheck.url       [lindex ${master_sites} 0]
livecheck.regex     "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"
