XML Catalog Manager (xmlcatmgr in its short form) is a small utility used to manipulate SGML and XML catalogs. It is extremely small and lightweight, specially designed to be run from packaging systems. Basically, it allows adding and removing entries from catalogs, in a completely automated way.
XML Catalog Manager (xmlcatmgr in its short form) is a small utility used to manipulate SGML and XML catalogs. It is extremely small and lightweight, specially designed to be run from packaging systems. Basically, it allows adding and removing entries from catalogs, in a completely automated way.
To install xmlcatmgr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xmlcatmgr
To see what files were installed by xmlcatmgr, run:
port contents xmlcatmgr
To later upgrade xmlcatmgr, run:
sudo port selfupdate && sudo port upgrade xmlcatmgr
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.