2010-05-20 04:21:40 +00:00
|
|
|
# -*- 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
|
2010-05-20 04:21:40 +00:00
|
|
|
|
2025-12-03 20:28:16 +01:00
|
|
|
boost.version 1.87
|
2023-10-23 17:18:04 +08:00
|
|
|
|
2010-05-20 04:21:40 +00:00
|
|
|
name metaproxy
|
2026-02-21 21:33:03 +01:00
|
|
|
version 1.22.3
|
2026-03-06 22:49:49 +11:00
|
|
|
revision 1
|
2010-05-20 04:21:40 +00:00
|
|
|
categories net databases devel
|
2012-01-10 03:39:00 +00:00
|
|
|
license GPL-2+
|
2019-02-15 04:54:45 -07:00
|
|
|
maintainers nomaintainer
|
2010-05-20 04:21:40 +00:00
|
|
|
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 \
|
2010-05-20 04:21:40 +00:00
|
|
|
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
|
2010-05-20 04:21:40 +00:00
|
|
|
|
2023-10-23 17:18:04 +08:00
|
|
|
master_sites https://ftp.indexdata.com/pub/metaproxy/
|
2010-05-20 04:21:40 +00:00
|
|
|
|
2026-02-21 21:33:03 +01:00
|
|
|
checksums rmd160 fec18f3adb538f54cd52480e5252d9b6d5ab1375 \
|
|
|
|
|
sha256 db154f1d57e00769c59e676888be7610bde70e32ee179c8185bd9179f2b02811 \
|
|
|
|
|
size 1188580
|
2010-05-20 04:21:40 +00:00
|
|
|
|
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 \
|
2016-09-08 16:06:01 +00:00
|
|
|
port:libxml2 \
|
2023-10-23 17:18:04 +08:00
|
|
|
port:yaz \
|
|
|
|
|
port:yazpp \
|
2016-09-08 16:06:01 +00:00
|
|
|
port:zlib
|
2010-05-20 04:21:40 +00:00
|
|
|
|
2023-10-23 17:18:04 +08:00
|
|
|
configure.args-append \
|
|
|
|
|
--with-boost=[boost::install_area]
|
2021-06-14 12:24:31 +01:00
|
|
|
|
2010-05-20 04:21:40 +00:00
|
|
|
livecheck.type regex
|
|
|
|
|
livecheck.url [lindex ${master_sites} 0]
|
|
|
|
|
livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"
|