           MODULE=patch
         VERSION=2.7.6
          SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
      SOURCE_VFY=sha256:8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e
        WEB_SITE=http://www.gnu.org/software/patch/patch.html
         ENTERED=20010922
         UPDATED=20181019
           SHORT="Patch applies a patch to a file"

cat << EOF
patch - Applies a patch to a file
GNU version of Larry Wall's program that takes "diff's" output and
applies it to an original file to generate a modified version of that
file. Normally, the patched versions are put in place of the originals.
Backups can be made.
EOF
