diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2008-12-24 17:55:01 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2008-12-24 17:55:01 +0000 |
commit | 0f166c5db1b28e6beed9d382304ff189f0f9aafb (patch) | |
tree | f930327387f3b40efa67ae5511f04e7fa8d8fdc0 /textproc/p5-Text-Diff-Parser | |
parent | Mark XORP 1.5 broken due to RTF_LLINFO removal in OSVERSION 800059. (diff) |
Add p5-Text-Diff-Parser 0.08, parse patch files containing unified and
standard diffs.
Diffstat (limited to 'textproc/p5-Text-Diff-Parser')
-rw-r--r-- | textproc/p5-Text-Diff-Parser/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-Parser/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-Parser/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-Parser/pkg-plist | 6 |
4 files changed, 35 insertions, 0 deletions
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 <skv@protey.ru> +# +# $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 <bsd.port.mk> 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 |