diff options
author | skv <skv@FreeBSD.org> | 2008-12-25 01:55:01 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2008-12-25 01:55:01 +0800 |
commit | 0ca0b4e5ed7bc7b7c35cd7e162b935632f027206 (patch) | |
tree | 049bd7a399f1cbae614b6e81732b6dd13ed8c884 | |
parent | 2c9d380f68672af7901ad0d73426b109e6297289 (diff) | |
download | freebsd-ports-gnome-0ca0b4e5ed7bc7b7c35cd7e162b935632f027206.tar.gz freebsd-ports-gnome-0ca0b4e5ed7bc7b7c35cd7e162b935632f027206.tar.zst freebsd-ports-gnome-0ca0b4e5ed7bc7b7c35cd7e162b935632f027206.zip |
Add p5-Text-Diff-Parser 0.08, parse patch files containing unified and
standard diffs.
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index aa520cece941..841606b08d45 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -579,6 +579,7 @@ SUBDIR += p5-Text-Delimited SUBDIR += p5-Text-Diff SUBDIR += p5-Text-Diff-HTML + SUBDIR += p5-Text-Diff-Parser SUBDIR += p5-Text-Diff3 SUBDIR += p5-Text-DoubleMetaphone SUBDIR += p5-Text-Emoticon 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 |