Ticket #24949: 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                metaproxy
7version             1.1.4
8categories          net databases devel
9platforms           darwin
10license             GPLv2
11maintainers         coateconnection.com:dlc
12description         Z39.50 proxy and router utilizing Yaz toolkit.
13long_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
19homepage            http://www.indexdata.dk/metaproxy/
20
21master_sites        http://ftp.indexdata.dk/pub/metaproxy/
22checksums           md5     43d73fba74d43027b927fcca5555dd12 \
23                    sha1    868fdc84e38ee3224acdb3c4efc1d25f87fdd672 \
24                    rmd160  3a0eeec1632344b4d1b16591c40fe7d7c501b5f9
25
26depends_build       port:boost
27
28depends_lib         port:yazpp
29
30livecheck.type      regex
31livecheck.url       ${master_sites}?M=D
32livecheck.regex     "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"