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