cvs commit: ports/print Makefile ports/print/dot2tex Makefile distinfo pkg-descr pkg-plist

Romain Tartière romain at FreeBSD.org
Tue Sep 14 09:27:53 UTC 2010


romain      2010-09-14 09:27:53 UTC

  FreeBSD ports repository

  Modified files:
    print                Makefile 
  Added files:
    print/dot2tex        Makefile distinfo pkg-descr pkg-plist 
  Log:
  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
  
  WWW:    http://www.fauskes.net/code/dot2tex/
  
  Revision  Changes    Path
  1.491     +1 -0      ports/print/Makefile
  1.1       +24 -0     ports/print/dot2tex/Makefile (new)
  1.1       +3 -0      ports/print/dot2tex/distinfo (new)
  1.1       +10 -0     ports/print/dot2tex/pkg-descr (new)
  1.1       +12 -0     ports/print/dot2tex/pkg-plist (new)


More information about the cvs-all mailing list