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.