GNU Trueprint takes C source files and other text files and prints them on PostScript printers. It is intended to be used by programmers and includes a wealth of features, including diff-marking, an indentation count, function and file indices, and many others that are useful when printing source code.
GNU Trueprint takes C source files and other text files and prints them on PostScript printers. It is intended to be used by programmers and includes a wealth of features, including diff-marking, an indentation count, function and file indices, and many others that are useful when printing source code.
To install trueprint, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install trueprint
To see what files were installed by trueprint, run:
port contents trueprint
To later upgrade trueprint, run:
sudo port selfupdate && sudo port upgrade trueprint
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.