pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-PatchReader PatchReader is a set of utilities...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b7f8493cd89
branches: trunk
changeset: 482840:8b7f8493cd89
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Wed Nov 03 20:40:43 2004 +0000
description:
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:
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(+), 0 deletions(-)
diffs (42 lines):
diff -r 6893da231786 -r 8b7f8493cd89 devel/p5-PatchReader/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PatchReader/DESCR Wed Nov 03 20:40:43 2004 +0000
@@ -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 -r 6893da231786 -r 8b7f8493cd89 devel/p5-PatchReader/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PatchReader/Makefile Wed Nov 03 20:40:43 2004 +0000
@@ -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@localhost
+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 -r 6893da231786 -r 8b7f8493cd89 devel/p5-PatchReader/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PatchReader/PLIST Wed Nov 03 20:40:43 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/03 20:40:43 adrianp Exp $
diff -r 6893da231786 -r 8b7f8493cd89 devel/p5-PatchReader/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-PatchReader/distinfo Wed Nov 03 20:40:43 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index