# -*- 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                yazproxy
version             1.3.10
categories          net databases devel
platforms           darwin
license             GPL-2
maintainers         coateconnection.com:dlc
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            http://www.indexdata.dk/yazproxy/

master_sites        http://ftp.indexdata.dk/pub/yazproxy/

checksums           rmd160  cfb50ee8a6d988f14fe77c4b913f9f0fec7d4b15 \
                    sha256  e4e9e121a6d9752561a33bcd440e43db17cf18cafa35b8f5481b81ef773a1bd0

depends_build       port:boost

depends_lib         port:yazpp

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