freebsd-ports/devel/p5-PatchReader/pkg-descr
Pav Lucistnik 44227911e2 Add p5-PatchReader, 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).

Author: John Keiser <john@johnkeiser.com>

WWW: http://search.cpan.org/dist/PatchReader/

PR:		ports/62673
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2004-02-28 14:52:57 +00:00

9 lines
477 B
Text

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).
Author: John Keiser <john@johnkeiser.com>
WWW: http://search.cpan.org/dist/PatchReader/