           SPELL=dot2tex
         VERSION=1.5.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://www.fauskes.net/media/code/${SPELL}/files/${SOURCE}
     SOURCE_HASH=sha512:1a2b87d36c6a60f7b23f71742107d9158c5839fa506f87a59ebf7bf99f253a2372491b532a668dd219b7f6a89bf79c6a4418e13c128b31be0f5fbb62df26d178
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://www.fauskes.net/code/dot2tex
      LICENSE[0]=MIT
         ENTERED=20070127
           SHORT="a graphviz to LaTeX converter"
cat << EOF
The purpose of dot2tex is to give graphs generated by Graphviz a more LaTeX
friendly look and feel. This is accomplished by converting xdot output from
Graphviz to a series of PSTricks or PGF/TikZ commands. This approach allows:

    * Typesetting labels with LaTeX, allowing mathematical notation.  *
    Using native PSTricks and PGF/TikZ commands for drawing arrows
      (optional).
    * Using backend specific styles to customize the output
EOF
