mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Patches text with given patch.
WWW: http://search.cpan.org/dist/Text-Patch/
This commit is contained in:
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
|
@ -678,6 +678,7 @@
|
||||||
SUBDIR += p5-Text-Original
|
SUBDIR += p5-Text-Original
|
||||||
SUBDIR += p5-Text-ParagraphDiff
|
SUBDIR += p5-Text-ParagraphDiff
|
||||||
SUBDIR += p5-Text-ParseWords
|
SUBDIR += p5-Text-ParseWords
|
||||||
|
SUBDIR += p5-Text-Patch
|
||||||
SUBDIR += p5-Text-Query
|
SUBDIR += p5-Text-Query
|
||||||
SUBDIR += p5-Text-Quote
|
SUBDIR += p5-Text-Quote
|
||||||
SUBDIR += p5-Text-Quoted
|
SUBDIR += p5-Text-Quoted
|
||||||
|
|
21
textproc/p5-Text-Patch/Makefile
Normal file
21
textproc/p5-Text-Patch/Makefile
Normal 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>
|
3
textproc/p5-Text-Patch/distinfo
Normal file
3
textproc/p5-Text-Patch/distinfo
Normal 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
|
3
textproc/p5-Text-Patch/pkg-descr
Normal file
3
textproc/p5-Text-Patch/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Patches text with given patch.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Text-Patch/
|
5
textproc/p5-Text-Patch/pkg-plist
Normal file
5
textproc/p5-Text-Patch/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue