diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 14:52:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 14:52:57 +0000 |
commit | 44227911e21533a6c07ddf84635729b03c06a52d (patch) | |
tree | e1ddc43b3285eeb5afdf392ff5f9e53989312a6a /devel/p5-PatchReader/pkg-descr | |
parent | 2a17cbd29ae9e7d3f332e2b9a69763f62eb1ec66 (diff) | |
download | ports-44227911e21533a6c07ddf84635729b03c06a52d.tar.gz ports-44227911e21533a6c07ddf84635729b03c06a52d.zip |
Notes
Diffstat (limited to 'devel/p5-PatchReader/pkg-descr')
-rw-r--r-- | devel/p5-PatchReader/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-PatchReader/pkg-descr b/devel/p5-PatchReader/pkg-descr new file mode 100644 index 000000000000..e378f3ee78d4 --- /dev/null +++ b/devel/p5-PatchReader/pkg-descr @@ -0,0 +1,9 @@ +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/ |