Ticket #24849: Portfile

File Portfile, 1.3 KB (added by coateconnection (David Coate), 14 years ago)
Line 
1# -*- 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
2# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $
3
4PortSystem 1.0
5
6name                yazproxy
7version             1.3.5
8categories          net databases devel
9platforms           darwin
10license             GPLv2
11maintainers         coateconnection.com:dlc
12description         Proxy server for Z39.50/SRW/SRU clients and servers
13long_description    YAZ Proxy is highly configurable and can be used in \
14                    a number of different applications, ranging from \
15                    debugging Z39.50-based applications and protecting \
16                    overworked servers, to improving the performance of \
17                    stateless WWW/Z39.50 gateways.
18
19homepage            http://www.indexdata.dk/yazproxy/
20
21master_sites        http://ftp.indexdata.dk/pub/yazproxy/
22checksums           md5     177e05d00ec83f03c353f7073b79388c \
23                    sha1    9a8a3f83cc2e3d3325ff7fe34b3a6b57c5971d1e \
24                    rmd160  08c21e62da7fcb50fc3a21a529825d88212d36f3
25
26depends_build       port:boost
27
28livecheck.type      regex
29livecheck.url       ${master_sites}?M=D
30livecheck.regex     "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"