pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Diff-Parser Import p5-Text-Diff-Parse...
details: https://anonhg.NetBSD.org/pkgsrc/rev/78b7a879c4ab
branches: trunk
changeset: 545606:78b7a879c4ab
user: obache <obache%pkgsrc.org@localhost>
date: Sat Aug 09 02:58:56 2008 +0000
description:
Import p5-Text-Diff-Parser-0.08 as textproc/p5-Text-Diff-Parser.
Based on PR 39224 by Jens Rehsack.
Text::Diff::Parser parses diff files and patches. It allows you to access the
changes to a file in a standardized way, even if multiple patch formats are
used.
diffstat:
textproc/p5-Text-Diff-Parser/DESCR | 3 +++
textproc/p5-Text-Diff-Parser/Makefile | 17 +++++++++++++++++
textproc/p5-Text-Diff-Parser/distinfo | 5 +++++
3 files changed, 25 insertions(+), 0 deletions(-)
diffs (37 lines):
diff -r 3817aa4c5084 -r 78b7a879c4ab textproc/p5-Text-Diff-Parser/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Diff-Parser/DESCR Sat Aug 09 02:58:56 2008 +0000
@@ -0,0 +1,3 @@
+Text::Diff::Parser parses diff files and patches. It allows you to access the
+changes to a file in a standardized way, even if multiple patch formats are
+used.
diff -r 3817aa4c5084 -r 78b7a879c4ab textproc/p5-Text-Diff-Parser/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Diff-Parser/Makefile Sat Aug 09 02:58:56 2008 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/09 02:58:56 obache Exp $
+
+DISTNAME= Text-Diff-Parser-0.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= perl5 textproc
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Text-Diff-Parser/
+COMMENT= Parse patch files containing unified and standard diffs
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Text/Diff/Parser/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3817aa4c5084 -r 78b7a879c4ab textproc/p5-Text-Diff-Parser/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Diff-Parser/distinfo Sat Aug 09 02:58:56 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/09 02:58:56 obache Exp $
+
+SHA1 (Text-Diff-Parser-0.08.tar.gz) = 061d807b107088ec4ca803bbb137193272791921
+RMD160 (Text-Diff-Parser-0.08.tar.gz) = b9a47e93916b8392959191e75690a27b369e0e06
+Size (Text-Diff-Parser-0.08.tar.gz) = 19400 bytes
Home |
Main Index |
Thread Index |
Old Index