This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
[ITP] wdiff 0.5 -- Compare two files word by word
- From: Jari Aalto (Cygwin-bug#20070822T0855) <jari dot aalto at cante dot net>
- To: cygwin-apps at cygwin dot com
- Date: Wed, 22 Aug 2007 12:33:58 +0300
- Subject: [ITP] wdiff 0.5 -- Compare two files word by word
Included in Debian
http://packages.debian.org/stable/text/wdiff
Jari
sdesc: "Compare two files word by word"
ldesc: "Find word deleted or added from the first file to make the second. A
word is defined as anything between whitespace. It works by creating
two temporary files, one word per line, and the executes 'diff' on
these fields. It collects the 'diff' output and uses it to produce a
nicer display of word differences between the original files."
category: Utils
requires: cygwin
a) manual
wget \
http://cygwin.cante.net/wdiff/wdiff-0.5-1.tar.bz2 \
http://cygwin.cante.net/wdiff/wdiff-0.5-1-src.tar.bz2 \
http://cygwin.cante.net/wdiff/setup.hint
b) automated: get.sh displays further instructions
gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8
mkdir wdiff ; cd wdiff
rm -f get.sh get.sh.sig
wget http://cygwin.cante.net/wdiff/get.sh \
http://cygwin.cante.net/wdiff/get.sh.sig &&
gpg --verify get.sh.sig get.sh &&
sh get.sh