           SPELL=sig2dot
         VERSION=0.29
          SOURCE=${SPELL}.pl
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://www.chaosreigns.com/code/${SPELL}/${SOURCE}
   SOURCE_IGNORE=unversioned
        WEB_SITE=http://www.chaosreigns.com/code/sig2dot/
         ENTERED=20030403
      LICENSE[0]=GPL
        KEYWORDS="graph graphics"
           SHORT="Generate .dot graph file for GPG/PGP keyring relationships"
cat << EOF
sig2dot.pl can be used to generate a graph of all of the signature
relationships in a GPG/PGP keyring, like those resulting from keysigning
parties, or the Debian Keyring (of all Debian developers). It converts the
output of "gpg --list-sigs" to a .dot file, which is a graph definition that
can be rendered by springgraph or graphviz. sig2dot is released under the GPL.
EOF
