PatchReader is a set of utilities for reading in, transforming, and doing various other things with a patch. It basically allows you to create a chain of readers that can read a patch, remove files from a patch, add CVS context, fix up the patch root according to CVS, and output the patch as raw unified or through a template processor (used in some places to output a patch as HTML).
PatchReader is a set of utilities for reading in, transforming, and doing various other things with a patch. It basically allows you to create a chain of readers that can read a patch, remove files from a patch, add CVS context, fix up the patch root according to CVS, and output the patch as raw unified or through a template processor (used in some places to output a patch as HTML).
To install p5.30-patchreader, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-patchreader
To see what files were installed by p5.30-patchreader, run:
port contents p5.30-patchreader
To later upgrade p5.30-patchreader, run:
sudo port selfupdate && sudo port upgrade p5.30-patchreader
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.