[59519] trunk/dports/tex

snc at macports.org snc at macports.org
Thu Oct 15 17:56:52 PDT 2009


Revision: 59519
          http://trac.macports.org/changeset/59519
Author:   snc at macports.org
Date:     2009-10-15 17:56:51 -0700 (Thu, 15 Oct 2009)
Log Message:
-----------
created luatex, ticket #22055

Added Paths:
-----------
    trunk/dports/tex/luatex/
    trunk/dports/tex/luatex/Portfile

Added: trunk/dports/tex/luatex/Portfile
===================================================================
--- trunk/dports/tex/luatex/Portfile	                        (rev 0)
+++ trunk/dports/tex/luatex/Portfile	2009-10-16 00:56:51 UTC (rev 59519)
@@ -0,0 +1,33 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+
+name                luatex
+version             0.43.0
+categories          tex
+maintainers         gundla.ch:patrick
+description         LuaTeX
+long_description    LuaTeX is the successor of PDFTeX, Aleph and Omega. \
+                    It is a typesetting system based on TeX but full \
+                    unicode aware and programmable in Lua. This package \
+                    provides luatex and texlua binaries only. It is not \
+                    a full featured TeX installation. That means, you \
+                    have to take care of format generation etc.
+homepage            http://luatex.org
+platforms           darwin
+use_bzip2           yes
+use_configure       no
+distname            ${name}-beta-${version}
+master_sites        http://foundry.supelec.fr/gf/download/frsrelease/353/1363/
+checksums           md5 2ca3f261191310b62fc93c98791a67e7 \
+                    sha1 46f27ccd8630e7903b0f97fb6c41ce57faaf213e \
+                    rmd160 0d0e8bcdaba73f1d182dc1cb42b06a53b7536494
+build.cmd           ./build.sh
+build.args          --parallel
+build.target
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/build/texk/web2c/luatex ${destroot}${prefix}/bin
+    ln  ${destroot}${prefix}/bin/luatex  ${destroot}${prefix}/bin/texlua
+}


Property changes on: trunk/dports/tex/luatex/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091015/03e5af00/attachment.html>


More information about the macports-changes mailing list