diff options
author | mjl <mjl> | 2005-12-04 13:13:27 +0000 |
---|---|---|
committer | mjl <mjl> | 2005-12-04 13:13:27 +0000 |
commit | af21fd68dac85929fa5fb694685ac864a66b644b (patch) | |
tree | 0b3b8e4fad7290d8a6705e138058d4b666a3bb21 /textproc | |
parent | 7aed53f1e7b78c70ddddcbba292b816696683d9d (diff) | |
download | pkgsrc-af21fd68dac85929fa5fb694685ac864a66b644b.tar.gz |
Import p5-Text-Diff-HTML 0.04
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Diff-HTML/DESCR | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-HTML/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-HTML/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Diff-HTML/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
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 <div> 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 |