Revision: 68484 http://trac.macports.org/changeset/68484 Author: singingwolfboy@macports.org Date: 2010-06-04 08:33:15 -0700 (Fri, 04 Jun 2010) Log Message: ----------- whitespace changes only Modified Paths: -------------- trunk/dports/tex/LaTeXiT/Portfile Modified: trunk/dports/tex/LaTeXiT/Portfile =================================================================== --- trunk/dports/tex/LaTeXiT/Portfile 2010-06-04 15:31:28 UTC (rev 68483) +++ trunk/dports/tex/LaTeXiT/Portfile 2010-06-04 15:33:15 UTC (rev 68484) @@ -1,37 +1,35 @@ # $Id$ -PortSystem 1.0 -PortGroup xcode 1.0 +PortSystem 1.0 +PortGroup xcode 1.0 -name LaTeXiT -version 2.2.0 -set und_vers [string map {. _} ${version}] -categories tex aqua -platforms darwin -maintainers singingwolfboy openmaintainer -description Drag-and-drop LaTeX support for Mac applications +name LaTeXiT +version 2.2.0 +set und_vers [string map {. _} ${version}] +categories tex aqua +platforms darwin +maintainers singingwolfboy openmaintainer +description Drag-and-drop LaTeX support for Mac applications -long_description \ - LaTeXiT is a small utility that allows you to quickly typeset \ - LaTeX equations, without bothering with file creation, \ - preambles, and so on. The PDF image obtained can then be \ - exported by drag'n drop to any application supporting it. This \ - is very useful to insert equations in presentations made with \ - Keynote or Powerpoint. LaTeXiT also features an application \ - service, so that you can type and transform equations directly \ - in most text editors (Pages, Nisus Writer Express, TextEdit...). +long_description \ + LaTeXiT is a small utility that allows you to quickly typeset LaTeX \ + equations, without bothering with file creation, preambles, and so on. \ + The PDF image obtained can then be exported by drag'n drop to any \ + application supporting it. This is very useful to insert equations in \ + presentations made with Keynote or Powerpoint. LaTeXiT also features an \ + application service, so that you can type and transform equations \ + directly in most text editors (Pages, Nisus Writer Express, TextEdit...). +homepage http://pierre.chachatelier.fr/programmation/latexit_en.php +master_sites http://pierre.chachatelier.fr/programmation/fichiers/ +distname ${name}-source-${und_vers} +use_zip yes -homepage http://pierre.chachatelier.fr/programmation/latexit_en.php -master_sites http://pierre.chachatelier.fr/programmation/fichiers/ -distname ${name}-source-${und_vers} -use_zip yes +depends_run bin:gs:ghostscript \ + bin:pdftex:texlive -depends_run bin:gs:ghostscript \ - bin:pdftex:texlive - -worksrcdir ${name}-mainline -xcode.target "Automator-CreateEquations" "LaTeXiT Helper" "LaTeXiT" +worksrcdir ${name}-mainline +xcode.target "Automator-CreateEquations" "LaTeXiT Helper" "LaTeXiT" xcode.configuration "Development" checksums md5 9ed138de9cbaed6e33e6e323bfdf8856 \ @@ -39,5 +37,5 @@ rmd160 6608a2660590c28e24110b19d7441748ad837937 variant mactex description "If your TeX distribution is MacTeX" { - depends_run-delete bin:pdftex:texlive + depends_run-delete bin:pdftex:texlive }
participants (1)
-
singingwolfboy@macports.org