# Watch: https://ftp.gnu.org/gnu/diffutils/
           SPELL=diffutils
         VERSION=3.12
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
      SOURCE_GPG=gnu-verified.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=https://www.gnu.org/software/diffutils/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="devel"
           SHORT="finds differences between and among files"
cat << EOF
A group of utilities that displays difference between and among text files.

'diff' outputs the difference between two files in any of several formats. If
the files are identical, it normally produces no ouput; if they are binary
(non-text) it normally reports only that they are different.

'cmp' shows the offsets and files numbers where two files differ; it can also
show, side by side, all the characters that differ between the two files.

'sdiff' merges two files interactively.

'diff3' shows differences among three files. If two people have made independent
changes to a common original, diff3 reports that difference between the original
and the two changed versions, and can produce a merged file that contains both
persons' changes along with warnings about conflicts.
EOF
