summaryrefslogtreecommitdiffstats
path: root/devel/wdiff/DETAILS
blob: a5c9dec4b410c82d030e635238cd51e97fdfcc4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=wdiff
         VERSION=1.1.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://ftp.gnu.org/gnu/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:c8378fc3bab2ae4051ca9c7bea0cc4c3e4ba411f5c1d31141d9b9929ec83c18f26cd9210c95c934c32239981256d616757ebf22321b878fe30f5a2c86efda30f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.gnu.org/software/wdiff/"
      LICENSE[0]=GPL
         ENTERED=20120307
           SHORT="a front end to diff for comparing files on a word per word basis"
cat << EOF
The GNU wdiff program is a front end to diff for comparing files on a word per
word basis. A word is anything between whitespace. This is useful for comparing
two texts in which a few words have been changed and for which paragraphs have
been refilled. It works by creating two temporary files, one word per line,
and then executes diff on these files. It collects the diff output and uses
it to produce a nicer display of word differences between the original files.
EOF