1 | # $Id: Portfile 68487 2010-06-04 15:54:19Z singingwolfboy@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup xcode 1.0 |
---|
5 | |
---|
6 | name LaTeXiT |
---|
7 | version 2.3.0 |
---|
8 | set und_vers [string map {. _} ${version}] |
---|
9 | categories tex aqua |
---|
10 | platforms darwin |
---|
11 | maintainers singingwolfboy openmaintainer |
---|
12 | description Drag-and-drop LaTeX support for Mac applications |
---|
13 | |
---|
14 | long_description \ |
---|
15 | LaTeXiT is a small utility that allows you to quickly typeset LaTeX \ |
---|
16 | equations, without bothering with file creation, preambles, and so on. \ |
---|
17 | The PDF image obtained can then be exported by drag'n drop to any \ |
---|
18 | application supporting it. This is very useful to insert equations in \ |
---|
19 | presentations made with Keynote or Powerpoint. LaTeXiT also features an \ |
---|
20 | application service, so that you can type and transform equations \ |
---|
21 | directly in most text editors (Pages, Nisus Writer Express, TextEdit...). |
---|
22 | |
---|
23 | homepage http://pierre.chachatelier.fr/programmation/latexit_en.php |
---|
24 | master_sites http://pierre.chachatelier.fr/programmation/fichiers/ |
---|
25 | distname ${name}-source-${und_vers} |
---|
26 | use_zip yes |
---|
27 | |
---|
28 | depends_run bin:gs:ghostscript \ |
---|
29 | bin:pdftex:texlive |
---|
30 | |
---|
31 | worksrcdir ${name}-mainline |
---|
32 | xcode.target "Automator-CreateEquations" "LaTeXiT Helper" "LaTeXiT" |
---|
33 | xcode.configuration "Development" |
---|
34 | |
---|
35 | checksums md5 55caa6ebba7a8f4d6fea8044c15b11e6 \ |
---|
36 | sha1 04666b070aa1ebff772754c2368489091515c996 \ |
---|
37 | rmd160 f15b944851282b7fb9a739ad56677354fe025782 |
---|
38 | |
---|
39 | variant mactex description "Use MacTeX instead of TeX Live" { |
---|
40 | depends_run-delete bin:pdftex:texlive |
---|
41 | } |
---|