diff options
author | obache <obache@pkgsrc.org> | 2008-08-09 02:58:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-09 02:58:56 +0000 |
commit | f56d466680ae9b6dafdc4e5610e86a554f007f23 (patch) | |
tree | 041d4393e8d5ec505adfcebccdc4c3219e1282a8 /textproc/p5-Text-Diff-Parser | |
parent | ef2a6605281cf6b2c3d2ed4b6398b05e3ef1a7b8 (diff) | |
download | pkgsrc-f56d466680ae9b6dafdc4e5610e86a554f007f23.tar.gz |
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 (limited to 'textproc/p5-Text-Diff-Parser')
-rw-r--r-- | textproc/p5-Text-Diff-Parser/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-Parser/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-Parser/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/textproc/p5-Text-Diff-Parser/DESCR b/textproc/p5-Text-Diff-Parser/DESCR new file mode 100644 index 00000000000..880337f71c8 --- /dev/null +++ b/textproc/p5-Text-Diff-Parser/DESCR @@ -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 --git a/textproc/p5-Text-Diff-Parser/Makefile b/textproc/p5-Text-Diff-Parser/Makefile new file mode 100644 index 00000000000..5bf7fa58b0c --- /dev/null +++ b/textproc/p5-Text-Diff-Parser/Makefile @@ -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 +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 --git a/textproc/p5-Text-Diff-Parser/distinfo b/textproc/p5-Text-Diff-Parser/distinfo new file mode 100644 index 00000000000..c7991507e4b --- /dev/null +++ b/textproc/p5-Text-Diff-Parser/distinfo @@ -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 |