aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-28 14:52:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-28 14:52:57 +0000
commit44227911e21533a6c07ddf84635729b03c06a52d (patch)
treee1ddc43b3285eeb5afdf392ff5f9e53989312a6a /devel/Makefile
parent2a17cbd29ae9e7d3f332e2b9a69763f62eb1ec66 (diff)
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>
Notes
Notes: svn path=/head/; revision=102411
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a4dbdb0b3282..67ecc8924a66 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -808,6 +808,7 @@
SUBDIR += p5-Parse-PerlConfig
SUBDIR += p5-Parse-RecDescent
SUBDIR += p5-Parse-Yapp
+ SUBDIR += p5-PatchReader
SUBDIR += p5-Penguin
SUBDIR += p5-Penguin-Easy
SUBDIR += p5-PerlMenu