pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue May 31 21:06:57 UTC 2022

Modified Files:
        pkgsrc/textproc: Makefile

Log Message:
p5-Text-WordDiff: add version 0.09

This module is a variation on the lovely Text::Diff module. Rather than
generating traditional line-oriented diffs, however, it generates word-oriented
diffs. This can be useful for tracking changes in narrative documents or
documents with very long lines. To diff source code, one is still best off
using Text::Diff. But if you want to see how a short story changed from one
version to the next, this module will do the job very nicely.


To generate a diff of this commit:
cvs rdiff -u -r1.1316 -r1.1317 pkgsrc/textproc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1316 pkgsrc/textproc/Makefile:1.1317
--- pkgsrc/textproc/Makefile:1.1316     Thu May 12 08:10:26 2022
+++ pkgsrc/textproc/Makefile    Tue May 31 21:06:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1316 2022/05/12 08:10:26 adam Exp $
+# $NetBSD: Makefile,v 1.1317 2022/05/31 21:06:57 markd Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -844,6 +844,7 @@ SUBDIR+=    p5-Text-VisualWidth-PP
 SUBDIR+=       p5-Text-WagnerFischer
 SUBDIR+=       p5-Text-WikiCreole
 SUBDIR+=       p5-Text-WikiFormat
+SUBDIR+=       p5-Text-WordDiff
 SUBDIR+=       p5-Text-WrapI18N
 SUBDIR+=       p5-Text-Wrapper
 SUBDIR+=       p5-Text-Xslate



Home | Main Index | Thread Index | Old Index