Dot2texi version 3-0-0 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    dot2texi  most recent diff


    version 3-0-0

      View the most recent changes for the dot2texi port at: dot2texi.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for dot2texi.
      The raw portfile for dot2texi 3-0-0 is located here:
      http://dot2texi.darwinports.com/dports/tex/dot2texi/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/dot2texi


      # -*- 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
      The dot2texi Portfile 50091 2009-04-25 05:32:20Z snc macports.org $

      PortSystem 1.0

      Name: dot2texi
      Version: 3-0-0
      Category: tex
      Platform: darwin
      Maintainers: snc openmaintainer
      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 http://dot2tex.googlecode.com/files/dot2texisty\-\(\.\*\)\.zip"

      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"
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/dot2texi
      % sudo port install dot2texi
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching dot2texi
      ---> Verifying checksum for dot2texi
      ---> Extracting dot2texi
      ---> Configuring dot2texi
      ---> Building dot2texi with target all
      ---> Staging dot2texi into destroot
      ---> Installing dot2texi
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using dot2texi with these commands:
      %  man dot2texi
      % apropos dot2texi
      % which dot2texi
      % locate dot2texi

     Where to find more information:

    Darwin Ports



    Lightbox this page.