Files

45 lines
1.6 KiB
Tcl
Raw Permalink Normal View History

# -*- 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
2023-10-23 17:18:04 +08:00
PortSystem 1.0
2021-06-14 12:24:31 +01:00
PortGroup boost 1.0
2025-12-03 20:28:16 +01:00
boost.version 1.87
2023-10-23 17:18:04 +08:00
name metaproxy
2026-02-21 21:33:03 +01:00
version 1.22.3
revision 1
categories net databases devel
2012-01-10 03:39:00 +00:00
license GPL-2+
maintainers nomaintainer
description Z39.50 proxy and router utilizing Yaz toolkit.
2023-10-23 17:18:04 +08:00
long_description Metaproxy is a proxy front end server that presents \
a single Z39.50/SRW/SRU front end to multiple back end \
Z39.50 database servers. It can also work in conjunction \
with Index Data's library of gateways to access \
non-Z39.50-compliant database servers.
2023-10-23 17:18:04 +08:00
homepage https://www.indexdata.com/metaproxy
2023-10-23 17:18:04 +08:00
master_sites https://ftp.indexdata.com/pub/metaproxy/
2026-02-21 21:33:03 +01:00
checksums rmd160 fec18f3adb538f54cd52480e5252d9b6d5ab1375 \
sha256 db154f1d57e00769c59e676888be7610bde70e32ee179c8185bd9179f2b02811 \
size 1188580
2026-02-21 21:33:03 +01:00
depends_build-append \
path:bin/pkg-config:pkgconfig
2023-10-23 17:18:04 +08:00
depends_lib-append port:libiconv \
2025-12-03 20:28:16 +01:00
port:libxslt \
port:libxml2 \
2023-10-23 17:18:04 +08:00
port:yaz \
port:yazpp \
port:zlib
2023-10-23 17:18:04 +08:00
configure.args-append \
--with-boost=[boost::install_area]
2021-06-14 12:24:31 +01:00
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"