A library that provides automatic proxy configuration management.
Libproxy exists to answer the question: Given a network resource, how do I reach it? It handles all the details, enabling you to get back to programming.
Libproxy exists to answer the question: Given a network resource, how do I reach it? It handles all the details, enabling you to get back to programming.
To install libproxy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libproxy
To see what files were installed by libproxy, run:
port contents libproxy
To later upgrade libproxy, run:
sudo port selfupdate && sudo port upgrade libproxy
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.