          MODULE=diffstat
         VERSION=1.55
          SOURCE=$MODULE-$VERSION.tgz
      SOURCE_URL=ftp://invisible-island.net/$MODULE
      SOURCE_VFY=sha1:625650a9f1a27edbb98316adb3013e57c8e2e23a
        WEB_SITE=http://invisible-island.net/diffstat/diffstat.html
         ENTERED=20060322
         UPDATED=20120103
           SHORT="Shows a histogram of a diff/patch file"

cat << EOF
diffstat is widely used by kernel developers to show where a submitted
patch impacts the kernel. it will read the output of diff and
display a histogram of the insertions, deletions, and modifications
per-file. It is useful for reviewing large, complex patch files.
EOF
