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 metaproxy |
---|
7 | version 1.1.4 |
---|
8 | categories net databases devel |
---|
9 | platforms darwin |
---|
10 | license GPLv2 |
---|
11 | maintainers coateconnection.com:dlc |
---|
12 | description Z39.50 proxy and router utilizing Yaz toolkit. |
---|
13 | long_description Metaproxy is a proxy front end server that presents a \ |
---|
14 | single Z39.50/SRW/SRU front end to multiple back end \ |
---|
15 | Z39.50 database servers. It can also work in conjunction \ |
---|
16 | with Index Data's library of gateways to access \ |
---|
17 | non-Z39.50-compliant database servers. |
---|
18 | |
---|
19 | homepage http://www.indexdata.dk/metaproxy/ |
---|
20 | |
---|
21 | master_sites http://ftp.indexdata.dk/pub/metaproxy/ |
---|
22 | checksums md5 43d73fba74d43027b927fcca5555dd12 \ |
---|
23 | sha1 868fdc84e38ee3224acdb3c4efc1d25f87fdd672 \ |
---|
24 | rmd160 3a0eeec1632344b4d1b16591c40fe7d7c501b5f9 |
---|
25 | |
---|
26 | depends_build port:boost |
---|
27 | |
---|
28 | depends_lib port:yazpp |
---|
29 | |
---|
30 | livecheck.type regex |
---|
31 | livecheck.url ${master_sites}?M=D |
---|
32 | livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}" |
---|