From 6395626dfb70efa43d71004607bc349e61d2b026 Mon Sep 17 00:00:00 2001 From: mjl Date: Sun, 4 Dec 2005 13:13:27 +0000 Subject: Import p5-Text-Diff-HTML 0.04 --- textproc/p5-Text-Diff-HTML/DESCR | 8 ++++++++ textproc/p5-Text-Diff-HTML/Makefile | 19 +++++++++++++++++++ textproc/p5-Text-Diff-HTML/PLIST | 1 + textproc/p5-Text-Diff-HTML/distinfo | 5 +++++ 4 files changed, 33 insertions(+) create mode 100644 textproc/p5-Text-Diff-HTML/DESCR create mode 100644 textproc/p5-Text-Diff-HTML/Makefile create mode 100644 textproc/p5-Text-Diff-HTML/PLIST create mode 100644 textproc/p5-Text-Diff-HTML/distinfo (limited to 'textproc') diff --git a/textproc/p5-Text-Diff-HTML/DESCR b/textproc/p5-Text-Diff-HTML/DESCR new file mode 100644 index 00000000000..9c56324c48e --- /dev/null +++ b/textproc/p5-Text-Diff-HTML/DESCR @@ -0,0 +1,8 @@ +A formatting class provided by the Text::Diff module, to add XHTML +markup to the unified diff format. + +In the XHTML formatted by this module, the contents of the diff +returned by diff() are wrapped in a
element, as is each hunk +of the diff. Within each hunk, all content is properly HTML encoded +using HTML::Entities, and the various sections of the diff are marked +up with the appropriate XHTML elements. diff --git a/textproc/p5-Text-Diff-HTML/Makefile b/textproc/p5-Text-Diff-HTML/Makefile new file mode 100644 index 00000000000..fb77947c745 --- /dev/null +++ b/textproc/p5-Text-Diff-HTML/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/12/04 13:13:27 mjl Exp $ + +DISTNAME= Text-Diff-HTML-0.04 +PKGNAME= p5-${DISTNAME} +# PKGREVISION= 2 +CATEGORIES= perl5 textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DW/DWHEELER/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= HTML formatting class for Text::Diff + +DEPENDS+= p5-Text-Diff>=0.11:../../textproc/p5-Text-Diff +DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/Text/Diff/HTML/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Diff-HTML/PLIST b/textproc/p5-Text-Diff-HTML/PLIST new file mode 100644 index 00000000000..40d506bd91d --- /dev/null +++ b/textproc/p5-Text-Diff-HTML/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/04 13:13:27 mjl Exp $ diff --git a/textproc/p5-Text-Diff-HTML/distinfo b/textproc/p5-Text-Diff-HTML/distinfo new file mode 100644 index 00000000000..499f7629721 --- /dev/null +++ b/textproc/p5-Text-Diff-HTML/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/12/04 13:13:27 mjl Exp $ + +SHA1 (Text-Diff-HTML-0.04.tar.gz) = b52c3573677a533c1c521f3e8ad138a36a3081f5 +RMD160 (Text-Diff-HTML-0.04.tar.gz) = 4f4f48a07960978223be5e97e6318cf725fb1db7 +Size (Text-Diff-HTML-0.04.tar.gz) = 5375 bytes -- cgit v1.2.3