manage software packages installed from source code
Porg can manage software packages installed from source code. After the installation of such packages, one is usually left with having no idea of what (and where) it was installed, making it diffucult to uninstall the package in the future. Porg was written to solve this problem in quite a simple fashion.
Porg can manage software packages installed from source code. After the installation of such packages, one is usually left with having no idea of what (and where) it was installed, making it diffucult to uninstall the package in the future. Porg was written to solve this problem in quite a simple fashion.
To install porg, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install porg
To see what files were installed by porg, run:
port contents porg
To later upgrade porg, run:
sudo port selfupdate && sudo port upgrade porg
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.