[46496] trunk/dports/tex

snc at macports.org snc at macports.org
Thu Feb 5 12:36:57 PST 2009


Revision: 46496
          http://trac.macports.org/changeset/46496
Author:   snc at macports.org
Date:     2009-02-05 12:36:57 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
created dot2texi, ticket #18217

Added Paths:
-----------
    trunk/dports/tex/dot2texi/
    trunk/dports/tex/dot2texi/Portfile

Added: trunk/dports/tex/dot2texi/Portfile
===================================================================
--- trunk/dports/tex/dot2texi/Portfile	                        (rev 0)
+++ trunk/dports/tex/dot2texi/Portfile	2009-02-05 20:36:57 UTC (rev 46496)
@@ -0,0 +1,55 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                dot2texi
+version             3-0-0
+categories          tex
+platforms           darwin
+maintainers         nomaintainer
+description         Allows you to embed DOT descriptions in your TeX document
+long_description \
+   The dot2texi package allows you to embed graphs written the DOT \
+   description language directly in your document.  The dot2tex tool \
+   is used to transform the output from Graphviz to LATEX code using \
+   either the TikZ and PGF package, orthe PSTricks package. The generated \
+   code can then be included directly in you  document. This package can \
+   automate the process if shell escape is enabled.
+
+homepage            http://www.fauskes.net/code/dot2tex/documentation/#the-dot2texi-latex-package
+master_sites        googlecode:dot2tex
+checksums           md5     b8aa0f5f4feaf21a1a22b6743aa4d6b3 \
+                    sha1    7d6fa98931ec6806b9ba7c4f29f7e718ff6cb9a8 \
+                    rmd160  053f8db5f6f579f1850f02b9afc269986ee43ef5
+                    
+livecheck.regex     <a href="http://dot2tex.googlecode.com/files/dot2texisty-(.*)\.tar\.gz"
+
+use_zip             yes
+extract.mkdir       yes
+
+distname            ${name}sty-${version}
+
+# Depends on xkeyval (>= 2.3) (provided by texlive, but not by tetex)
+# Also depends on moreverg and PSTricks or PGF
+
+depends_run         bin:dot2tex:dot2tex port:texlive port:pgf
+depends_lib         bin:texhash:texlive
+
+use_configure   no
+build { }
+
+destroot {
+    set texmf ${destroot}${prefix}/share/texmf-local/
+    set r ${worksrcpath}/dot2texi
+    file mkdir ${texmf}/tex/latex
+    file mkdir ${texmf}/doc/latex/dot2texi
+    file copy ${r}/dot2texi.sty ${texmf}/tex/latex/
+    file copy ${r}/dot2texi.tex ${r}/dot2texi.pdf ${r}/gpl.txt ${r}/README \
+        ${r}/examples \
+        ${texmf}/doc/latex/dot2texi
+}
+
+post-activate {
+    system "texhash"
+}


Property changes on: trunk/dports/tex/dot2texi/Portfile
___________________________________________________________________
Added: snv:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090205/66968770/attachment.html>


More information about the macports-changes mailing list