          MODULE=valgrind
         VERSION=3.7.0
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=http://valgrind.org/downloads
      SOURCE_VFY=sha1:b412f49895bb8a78fc314047119760b5d36e5b5e
        WEB_SITE=http://valgrind.org
         ENTERED=20050821
         UPDATED=20111114
           SHORT="An open-source memory debugger for x86-GNU/Linux"

cat <<EOF
Valgrind is a GPL'd tool to help you find memory-management problems in
your programs. When a program is run under Valgrind's supervision, all
reads and writes of memory are checked, and calls to malloc/new/free/delete
are intercepted.
EOF
