From c642ee3db593ffc54209caec4f23933990f5f633 Mon Sep 17 00:00:00 2001 From: adrianp Date: Wed, 3 Nov 2004 20:40:43 +0000 Subject: 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). --- devel/p5-PatchReader/DESCR | 5 +++++ devel/p5-PatchReader/Makefile | 16 ++++++++++++++++ devel/p5-PatchReader/PLIST | 1 + devel/p5-PatchReader/distinfo | 4 ++++ 4 files changed, 26 insertions(+) create mode 100644 devel/p5-PatchReader/DESCR create mode 100644 devel/p5-PatchReader/Makefile create mode 100644 devel/p5-PatchReader/PLIST create mode 100644 devel/p5-PatchReader/distinfo (limited to 'devel/p5-PatchReader') diff --git a/devel/p5-PatchReader/DESCR b/devel/p5-PatchReader/DESCR new file mode 100644 index 00000000000..a3fb9d7b753 --- /dev/null +++ b/devel/p5-PatchReader/DESCR @@ -0,0 +1,5 @@ +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). 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" diff --git a/devel/p5-PatchReader/PLIST b/devel/p5-PatchReader/PLIST new file mode 100644 index 00000000000..fa092941b1b --- /dev/null +++ b/devel/p5-PatchReader/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/03 20:40:43 adrianp Exp $ diff --git a/devel/p5-PatchReader/distinfo b/devel/p5-PatchReader/distinfo new file mode 100644 index 00000000000..43ff84e9478 --- /dev/null +++ b/devel/p5-PatchReader/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/03 20:40:43 adrianp Exp $ + +SHA1 (PatchReader-0.9.5.tar.gz) = bec457b4cc4fd14a1d7019f78085fb64ee88f936 +Size (PatchReader-0.9.5.tar.gz) = 9037 bytes -- cgit v1.2.3