From 93f37b41fb70839cec3fe150db6a9daf13809804 Mon Sep 17 00:00:00 2001 From: sno Date: Tue, 11 Sep 2012 09:17:46 +0000 Subject: 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. --- textproc/p5-Text-Patch/DESCR | 1 + textproc/p5-Text-Patch/Makefile | 22 ++++++++++++++++++++++ textproc/p5-Text-Patch/distinfo | 5 +++++ 3 files changed, 28 insertions(+) create mode 100644 textproc/p5-Text-Patch/DESCR create mode 100644 textproc/p5-Text-Patch/Makefile create mode 100644 textproc/p5-Text-Patch/distinfo (limited to 'textproc') diff --git a/textproc/p5-Text-Patch/DESCR b/textproc/p5-Text-Patch/DESCR new file mode 100644 index 00000000000..0e22a876a57 --- /dev/null +++ b/textproc/p5-Text-Patch/DESCR @@ -0,0 +1 @@ +Text::Patch combines source text with given diff (difference) data. diff --git a/textproc/p5-Text-Patch/Makefile b/textproc/p5-Text-Patch/Makefile new file mode 100644 index 00000000000..932ab4140bc --- /dev/null +++ b/textproc/p5-Text-Patch/Makefile @@ -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" diff --git a/textproc/p5-Text-Patch/distinfo b/textproc/p5-Text-Patch/distinfo new file mode 100644 index 00000000000..e3ac358430d --- /dev/null +++ b/textproc/p5-Text-Patch/distinfo @@ -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 -- cgit v1.2.3