Ticket #31574: latexit.portfile

File latexit.portfile, 1.6 KB (added by somewheregladlybeyond@…, 13 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           xcode 1.0
5
6name                LaTeXiT
7version             2.4.1
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://www.chachatelier.fr/latexit/downloads/
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     6b255451862ebe658e5d637d3bdd7ea1 \
36                    sha1    f6d64f635b290b5b983911956c3e12e80d278ae0 \
37                    rmd160  3340aa979e2b22e777e9f7340ff5edee7d503c97
38
39variant mactex description "Use MacTeX instead of TeX Live" {
40    depends_run-delete    bin:pdftex:texlive
41}