          MODULE=patchutils
         VERSION=0.3.2
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=http://cyberelk.net/tim/data/$MODULE/stable
      SOURCE_VFY=sha1:00c9d41318240bfae93843abd442adbdc8c4b568
        WEB_SITE=http://cyberelk.net/tim/software/patchutils
         ENTERED=20090124
         UPDATED=20110211
           SHORT="A collection of tools for patch files"

cat << EOF
Patchutils contains a collection of tools for manipulating patch files:
  interdiff   : show differences between two diff files
  combinediff : create a cumulative unified patch from two incremental patches
  filterdiff  : extract or exclude diffs from a diff file
  fixcvsdiff  : fix problematic diff files
  lsdiff      : show which files are modified by a patch
  splitdiff   : separate out incremental patches
  rediff      : fix offsets and counts of a hand-edited diff
  grepdiff    : show files modified by a diff containing a regex
  recountdiff : recompute patch counts and offsets
  unwrapdiff  : demangle word-wrapped patches
  dehtmldiff  : get usable diff from an HTML page
  flipdiff    : exchange the order of two incremental patches
  espdiff     : apply the appropriate transformation to a set of patches.
EOF
