freebsd-ports/devel/p5-PatchReader/pkg-plist
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

15 lines
688 B
Text

%%SITE_PERL%%/PatchReader.pm
%%SITE_PERL%%/PatchReader/NarrowPatch.pm
%%SITE_PERL%%/PatchReader/FilterPatch.pm
%%SITE_PERL%%/PatchReader/AddCVSContext.pm
%%SITE_PERL%%/PatchReader/Base.pm
%%SITE_PERL%%/PatchReader/Raw.pm
%%SITE_PERL%%/PatchReader/FixPatchRoot.pm
%%SITE_PERL%%/PatchReader/CVSClient.pm
%%SITE_PERL%%/PatchReader/PatchInfoGrabber.pm
%%SITE_PERL%%/PatchReader/DiffPrinter/template.pm
%%SITE_PERL%%/PatchReader/DiffPrinter/raw.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PatchReader/.packlist
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PatchReader 2>/dev/null || true
@dirrm %%SITE_PERL%%/PatchReader/DiffPrinter
@unexec rmdir %D/%%SITE_PERL%%/PatchReader 2>/dev/null || true