           SPELL=lsof
         VERSION=4.76
          SOURCE=${SPELL}_${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
   SOURCE_URL[0]=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/$SOURCE
     SOURCE_HASH=sha1:75e1b81d8498a0dbe818e952ebada985c08ab2db
        WEB_SITE=http://freshmeat.net/projects/lsof/
         ENTERED=20011005
         UPDATED=20030707
      LICENSE[0]=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ
       BUILD_API=2
           SHORT="LiSt Open Files"
cat << EOF
Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open
Files, and it does just that. It lists information about any files that
are open by processes currently running on the system. It can also list
communications open by each process.
EOF
