Ticket #26893: latexit.portfile

File latexit.portfile, 1.7 KB (added by TruePath (Peter Gerdes), 14 years ago)

LatexIT portfile

Line 
1# $Id: Portfile 68487 2010-06-04 15:54:19Z singingwolfboy@macports.org $
2
3PortSystem          1.0
4PortGroup           xcode 1.0
5
6name                LaTeXiT
7version             2.3.0
8set und_vers        [string map {. _} ${version}]
9categories          tex aqua
10platforms           darwin
11maintainers         singingwolfboy openmaintainer
12description         Drag-and-drop LaTeX support for Mac applications
13
14long_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
23homepage            http://pierre.chachatelier.fr/programmation/latexit_en.php
24master_sites        http://pierre.chachatelier.fr/programmation/fichiers/
25distname            ${name}-source-${und_vers}
26use_zip             yes
27
28depends_run         bin:gs:ghostscript \
29                    bin:pdftex:texlive
30
31worksrcdir          ${name}-mainline
32xcode.target        "Automator-CreateEquations" "LaTeXiT Helper" "LaTeXiT"
33xcode.configuration "Development"
34
35checksums           md5     55caa6ebba7a8f4d6fea8044c15b11e6 \
36                    sha1    04666b070aa1ebff772754c2368489091515c996 \
37                    rmd160  f15b944851282b7fb9a739ad56677354fe025782
38
39variant mactex description "Use MacTeX instead of TeX Live" {
40    depends_run-delete    bin:pdftex:texlive
41}