[Lunar-commits] <moonbase-other> dot2tex: added to moonbase

v4hn me at v4hn.de
Fri Jul 27 14:31:50 CEST 2012


commit 7e632dbe742c2e17df9bea956bc784a1f831d32e
Author: v4hn <me at v4hn.de>
Date: Fri, 27 Jul 2012 05:31:50 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7e632dbe742c2e17df9bea956bc784a1f831d32e

dot2tex: added to moonbase
---
  python/dot2tex/BUILD                                         +6/-0     
  python/dot2tex/DEPENDS                                       +2/-0     
  python/dot2tex/DETAILS                                       +16/-0    
  3 files changed, 24 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/python/dot2tex/BUILD
@@ -0,0 +1,6 @@
+(
+
+   prepare_install &&
+   python ./setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/dot2tex/DEPENDS
@@ -0,0 +1,2 @@
+depends pyparsing
+depends graphviz
--- /dev/null
+++ b/python/dot2tex/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=dot2tex
+         VERSION=2.8.7
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://dot2tex.googlecode.com/files/
+      SOURCE_VFY=sha1:57f4a480e9ee1738d6cea094061a000003435384
+        WEB_SITE=http://www.fauskes.net/code/dot2tex/
+         ENTERED=20120727
+         UPDATED=20120727
+           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.
+EOF




More information about the Lunar-commits mailing list