XPM, X PixMap, is a format for storing/retrieving X pixmaps to/from files. It is used by a large number of common X applications and has become something of a de-facto standard.
XPM, X PixMap, is a format for storing/retrieving X pixmaps to/from files. It is used by a large number of common X applications and has become something of a de-facto standard.
To install xpm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xpm
To see what files were installed by xpm, run:
port contents xpm
To later upgrade xpm, run:
sudo port selfupdate && sudo port upgrade xpm
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.