Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.13 2013/05/31 12:42:15 wiz Exp $
DISTNAME= Text-Diff-HTML-0.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Diff-HTML/
COMMENT= HTML formatting class for Text::Diff
LICENSE= gnu-gpl-v2 # OR artistic
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"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2011/10/17 10:31:20 hiramatsu Exp $
SHA1 (Text-Diff-HTML-0.07.tar.gz) = ef4ab0769d9e2ca7912e2137f3e0d4d9d18c2f3f
RMD160 (Text-Diff-HTML-0.07.tar.gz) = 94a6d6979fde5e9cac8748733e06356cb653ad86
Size (Text-Diff-HTML-0.07.tar.gz) = 6510 bytes