diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-12-20 22:14:57 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-12-20 22:14:57 +0800 |
commit | a4630a11eafa4a8e0929f1952b3c9c663cedb255 (patch) | |
tree | 4fbb1614b047abffab998725d1fbb92d5b20a56b /textproc | |
parent | 0281d5c476f6c3946ed70bb13c8f7d9f04fcca03 (diff) | |
download | freebsd-ports-gnome-a4630a11eafa4a8e0929f1952b3c9c663cedb255.tar.gz freebsd-ports-gnome-a4630a11eafa4a8e0929f1952b3c9c663cedb255.tar.zst freebsd-ports-gnome-a4630a11eafa4a8e0929f1952b3c9c663cedb255.zip |
Patches text with given patch.
WWW: http://search.cpan.org/dist/Text-Patch/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Patch/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Text-Patch/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Patch/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Patch/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
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 <kuriyama@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |