Adding new package for CPAN module Text::Patch version 1.8
into textproc/p5-Text-Patch. Text::Patch combines source text with given diff (difference) data.
This commit is contained in:
parent
619ef977e6
commit
93f37b41fb
3 changed files with 28 additions and 0 deletions
1
textproc/p5-Text-Patch/DESCR
Normal file
1
textproc/p5-Text-Patch/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Text::Patch combines source text with given diff (difference) data.
|
22
textproc/p5-Text-Patch/Makefile
Normal file
22
textproc/p5-Text-Patch/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/09/11 09:17:46 sno Exp $
|
||||
|
||||
DISTNAME= Text-Patch-1.8
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= perl5 textproc
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Perl5 module patches text with given patch
|
||||
HOMEPAGE= http://search.cpan.org/dist/Text-Patch/
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
|
||||
PERL5_PACKLIST= auto/Text/Patch/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
textproc/p5-Text-Patch/distinfo
Normal file
5
textproc/p5-Text-Patch/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2012/09/11 09:17:46 sno Exp $
|
||||
|
||||
SHA1 (Text-Patch-1.8.tar.gz) = 025d6249ae2b57b2f92cc7e1761b94a5fdbe4635
|
||||
RMD160 (Text-Patch-1.8.tar.gz) = 765bf9d0488d6dbe9ecf35c27a3f4abd6978981b
|
||||
Size (Text-Patch-1.8.tar.gz) = 12652 bytes
|
Loading…
Reference in a new issue