diff options
author | adrianp <adrianp@pkgsrc.org> | 2004-11-03 20:40:43 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2004-11-03 20:40:43 +0000 |
commit | 5d67b435a6aa3c65b90f8732b90554ce6763c38f (patch) | |
tree | babfffa13e8660eb5a06f301a123d77ddfe531cd /devel/p5-PatchReader/Makefile | |
parent | ea58d5e1a181d8bb8bf662e404adf1cf5f0161be (diff) | |
download | pkgsrc-5d67b435a6aa3c65b90f8732b90554ce6763c38f.tar.gz |
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).
Diffstat (limited to 'devel/p5-PatchReader/Makefile')
-rw-r--r-- | devel/p5-PatchReader/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/p5-PatchReader/Makefile b/devel/p5-PatchReader/Makefile new file mode 100644 index 00000000000..47536db42c5 --- /dev/null +++ b/devel/p5-PatchReader/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/03 20:40:43 adrianp Exp $ + +DISTNAME= PatchReader-0.9.5 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JK/JKEISER/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/~jkeiser/${DISTNAME} +COMMENT= Utilities to read and manipulate patches and CVS + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PatchReader/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |