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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name yazproxy |
---|
7 | version 1.3.5 |
---|
8 | categories net databases devel |
---|
9 | platforms darwin |
---|
10 | license GPLv2 |
---|
11 | maintainers coateconnection.com:dlc |
---|
12 | description Proxy server for Z39.50/SRW/SRU clients and servers |
---|
13 | long_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 | |
---|
19 | homepage http://www.indexdata.dk/yazproxy/ |
---|
20 | |
---|
21 | master_sites http://ftp.indexdata.dk/pub/yazproxy/ |
---|
22 | checksums md5 177e05d00ec83f03c353f7073b79388c \ |
---|
23 | sha1 9a8a3f83cc2e3d3325ff7fe34b3a6b57c5971d1e \ |
---|
24 | rmd160 08c21e62da7fcb50fc3a21a529825d88212d36f3 |
---|
25 | |
---|
26 | depends_build port:boost |
---|
27 | |
---|
28 | livecheck.type regex |
---|
29 | livecheck.url ${master_sites}?M=D |
---|
30 | livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}" |
---|