GPL Ghostscript, An interpreter for PostScript and PDF
Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays.
Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays.
To install ghostscript, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ghostscript
To see what files were installed by ghostscript, run:
port contents ghostscript
To later upgrade ghostscript, run:
sudo port selfupdate && sudo port upgrade ghostscript
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.