PostScript::Simple allows you to have a simple method of writing PostScript files from Perl. It has graphics primitives that allow lines, curves, circles, polygons and boxes to be drawn. Text can be added to the page using standard PostScript fonts.
PostScript::Simple allows you to have a simple method of writing PostScript files from Perl. It has graphics primitives that allow lines, curves, circles, polygons and boxes to be drawn. Text can be added to the page using standard PostScript fonts.
To install p5.30-postscript-simple, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-postscript-simple
To see what files were installed by p5.30-postscript-simple, run:
port contents p5.30-postscript-simple
To later upgrade p5.30-postscript-simple, run:
sudo port selfupdate && sudo port upgrade p5.30-postscript-simple
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.