Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (167acab4011f502b42f963849c70e4a0d1cb84c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (167acab4011f502b42f963849c70e4a0d1cb84c7)
  • Date: Sat, 27 Jan 2007 13:00:32 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
doc/dot2tex/BUILD | 1 +
doc/dot2tex/DEPENDS | 3 +++
doc/dot2tex/DETAILS | 20 ++++++++++++++++++++
doc/dot2tex/HISTORY | 2 ++
doc/dot2tex/INSTALL | 1 +
6 files changed, 30 insertions(+)

New commits:
commit 72c3d894c92f012674298bf498c2859d8038a033
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

new spell: a graphviz to latex converter

diff --git a/ChangeLog b/ChangeLog
index d06b7e6..8fa6f37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-01-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * doc/dot2tex: new spell, a graphviz to latex converter
+
2007-01-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libs/libdnsres: A non-blocking, thread-safe DNS resolver library.
* utils/sisctrl: A tool that allows you to tune SiS drivers from X
#9166
diff --git a/doc/dot2tex/BUILD b/doc/dot2tex/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/doc/dot2tex/BUILD
@@ -0,0 +1 @@
+true
diff --git a/doc/dot2tex/DEPENDS b/doc/dot2tex/DEPENDS
new file mode 100755
index 0000000..2ac6fc3
--- /dev/null
+++ b/doc/dot2tex/DEPENDS
@@ -0,0 +1,3 @@
+depends pyparsing &&
+depends pydot &&
+depends graphviz
diff --git a/doc/dot2tex/DETAILS b/doc/dot2tex/DETAILS
new file mode 100755
index 0000000..c29079b
--- /dev/null
+++ b/doc/dot2tex/DETAILS
@@ -0,0 +1,20 @@
+ 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
diff --git a/doc/dot2tex/HISTORY b/doc/dot2tex/HISTORY
new file mode 100644
index 0000000..337ae5c
--- /dev/null
+++ b/doc/dot2tex/HISTORY
@@ -0,0 +1,2 @@
+2007-01-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, HISTORY, INSTALL created spell
diff --git a/doc/dot2tex/INSTALL b/doc/dot2tex/INSTALL
new file mode 100755
index 0000000..762d43b
--- /dev/null
+++ b/doc/dot2tex/INSTALL
@@ -0,0 +1 @@
+python setup.py install



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (167acab4011f502b42f963849c70e4a0d1cb84c7), Florian Franzmann, 01/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page