diff --git a/textproc/Makefile b/textproc/Makefile index b0d579c513fe..257645aeeb0c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -678,6 +678,7 @@ SUBDIR += p5-Text-Original SUBDIR += p5-Text-ParagraphDiff SUBDIR += p5-Text-ParseWords + SUBDIR += p5-Text-Patch SUBDIR += p5-Text-Query SUBDIR += p5-Text-Quote SUBDIR += p5-Text-Quoted diff --git a/textproc/p5-Text-Patch/Makefile b/textproc/p5-Text-Patch/Makefile new file mode 100644 index 000000000000..5972a60bbb09 --- /dev/null +++ b/textproc/p5-Text-Patch/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Text::Patch +# Date created: 20 Dec 2009 +# Whom: Jun Kuriyama +# +# $FreeBSD$ +# + +PORTNAME= Text-Patch +PORTVERSION= 1.4 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to patch text with given patch + +PERL_CONFIGURE= yes + +MAN3= Text::Patch.3 + +.include diff --git a/textproc/p5-Text-Patch/distinfo b/textproc/p5-Text-Patch/distinfo new file mode 100644 index 000000000000..4fc86e4d26a8 --- /dev/null +++ b/textproc/p5-Text-Patch/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Patch-1.4.tar.gz) = df9d160e5f32bfbcc240edccc4e46a88 +SHA256 (Text-Patch-1.4.tar.gz) = 4d01926fdb5847779a62aaccd064c16c81027f8433a2dc9063873bf5cc4fd149 +SIZE (Text-Patch-1.4.tar.gz) = 13243 diff --git a/textproc/p5-Text-Patch/pkg-descr b/textproc/p5-Text-Patch/pkg-descr new file mode 100644 index 000000000000..c3420bce1fb9 --- /dev/null +++ b/textproc/p5-Text-Patch/pkg-descr @@ -0,0 +1,3 @@ +Patches text with given patch. + +WWW: http://search.cpan.org/dist/Text-Patch/ diff --git a/textproc/p5-Text-Patch/pkg-plist b/textproc/p5-Text-Patch/pkg-plist new file mode 100644 index 000000000000..c2d006f89b25 --- /dev/null +++ b/textproc/p5-Text-Patch/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Patch/.packlist +%%SITE_PERL%%/Text/Patch.pm +@dirrmtry %%SITE_PERL%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Patch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text