    MODULE=diffstat
   VERSION=1.69
    SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=https://invisible-mirror.net/archives/$MODULE
SOURCE_VFY=sha256:bb02464072f769dd9832fd999526734c90eb4d66fb56d5351540a750c88a77f6
  WEB_SITE=http://invisible-island.net/diffstat/diffstat.html
   ENTERED=20060322
   UPDATED=20260416
     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
