# -*- 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: Portfile 67855 2010-05-20 04:39:00Z ryandesign@macports.org $

PortSystem 1.0

name                yazproxy
version             1.3.5
revision            1
categories          net databases devel
platforms           darwin
license             GPLv2
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           md5     177e05d00ec83f03c353f7073b79388c \
                    sha1    9a8a3f83cc2e3d3325ff7fe34b3a6b57c5971d1e \
                    rmd160  08c21e62da7fcb50fc3a21a529825d88212d36f3

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}"
