From 0f166c5db1b28e6beed9d382304ff189f0f9aafb Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Wed, 24 Dec 2008 17:55:01 +0000 Subject: Add p5-Text-Diff-Parser 0.08, parse patch files containing unified and standard diffs. --- textproc/p5-Text-Diff-Parser/Makefile | 21 +++++++++++++++++++++ textproc/p5-Text-Diff-Parser/distinfo | 3 +++ textproc/p5-Text-Diff-Parser/pkg-descr | 5 +++++ textproc/p5-Text-Diff-Parser/pkg-plist | 6 ++++++ 4 files changed, 35 insertions(+) create mode 100644 textproc/p5-Text-Diff-Parser/Makefile create mode 100644 textproc/p5-Text-Diff-Parser/distinfo create mode 100644 textproc/p5-Text-Diff-Parser/pkg-descr create mode 100644 textproc/p5-Text-Diff-Parser/pkg-plist (limited to 'textproc/p5-Text-Diff-Parser') diff --git a/textproc/p5-Text-Diff-Parser/Makefile b/textproc/p5-Text-Diff-Parser/Makefile new file mode 100644 index 000000000000..4a2df576a553 --- /dev/null +++ b/textproc/p5-Text-Diff-Parser/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Text-Diff-Parser +# Date created: 24 Dec 2008 +# Whom: Sergey Skvortsov +# +# $FreeBSD$ +# + +PORTNAME= Text-Diff-Parser +PORTVERSION= 0.08 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= Parse patch files containing unified and standard diffs + +PERL_CONFIGURE= yes + +MAN3= Text::Diff::Parser.3 + +.include diff --git a/textproc/p5-Text-Diff-Parser/distinfo b/textproc/p5-Text-Diff-Parser/distinfo new file mode 100644 index 000000000000..e8868c440e29 --- /dev/null +++ b/textproc/p5-Text-Diff-Parser/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Diff-Parser-0.08.tar.gz) = 2355b42efeff5ca1f445aa842c3b56c7 +SHA256 (Text-Diff-Parser-0.08.tar.gz) = 3bf99a46ede41674b8a7f85b98bee552f0b8d305fe583950e6e805046929136f +SIZE (Text-Diff-Parser-0.08.tar.gz) = 19400 diff --git a/textproc/p5-Text-Diff-Parser/pkg-descr b/textproc/p5-Text-Diff-Parser/pkg-descr new file mode 100644 index 000000000000..89a802dcf15d --- /dev/null +++ b/textproc/p5-Text-Diff-Parser/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://search.cpan.org/dist/Text-Diff-Parser/ diff --git a/textproc/p5-Text-Diff-Parser/pkg-plist b/textproc/p5-Text-Diff-Parser/pkg-plist new file mode 100644 index 000000000000..2fcf8c163a2c --- /dev/null +++ b/textproc/p5-Text-Diff-Parser/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff/Parser/.packlist +%%SITE_PERL%%/Text/Diff/Parser.pm +@dirrmtry %%SITE_PERL%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff/Parser +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Diff +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text -- cgit v1.2.3