Bazaar plugin to generate XML output for builtin commands
This bzr plugin adds xml versions of some builtin commands (xmllog, xmlstatus, xmlmissing, xmlannotate, xmlinfo, xmlls, xmlplugins, and xmlversion) that generate XML outputs. It also provides an xmlrpc service.
This bzr plugin adds xml versions of some builtin commands (xmllog, xmlstatus, xmlmissing, xmlannotate, xmlinfo, xmlls, xmlplugins, and xmlversion) that generate XML outputs. It also provides an xmlrpc service.
To install bzr-xmloutput, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bzr-xmloutput
To see what files were installed by bzr-xmloutput, run:
port contents bzr-xmloutput
To later upgrade bzr-xmloutput, run:
sudo port selfupdate && sudo port upgrade bzr-xmloutput
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.