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.
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.
To install metaproxy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install metaproxy
To see what files were installed by metaproxy, run:
port contents metaproxy
To later upgrade metaproxy, run:
sudo port selfupdate && sudo port upgrade metaproxy
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.