Patches text with given patch.

WWW: http://search.cpan.org/dist/Text-Patch/
This commit is contained in:
Jun Kuriyama 2009-12-20 14:14:57 +00:00
parent c66fb51986
commit b69b437cb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246297
5 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,3 @@
Patches text with given patch.
WWW: http://search.cpan.org/dist/Text-Patch/

View File

@ -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