[31337] trunk/dports/tex

milosh at macports.org milosh at macports.org
Tue Nov 20 06:03:00 PST 2007


Revision: 31337
          http://trac.macosforge.org/projects/macports/changeset/31337
Author:   milosh at macports.org
Date:     2007-11-20 06:02:56 -0800 (Tue, 20 Nov 2007)

Log Message:
-----------
Add texmf-full: more useful packages in texmf tree.
Thanks to Eric Cronin

Added Paths:
-----------
    trunk/dports/tex/texlive_texmf-full/
    trunk/dports/tex/texlive_texmf-full/Portfile

Added: trunk/dports/tex/texlive_texmf-full/Portfile
===================================================================
--- trunk/dports/tex/texlive_texmf-full/Portfile	                        (rev 0)
+++ trunk/dports/tex/texlive_texmf-full/Portfile	2007-11-20 14:02:56 UTC (rev 31337)
@@ -0,0 +1,48 @@
+# $Id$
+
+PortSystem 1.0
+
+name           texlive_texmf-full
+version        2007
+categories     tex
+maintainers    milosh openmaintainer
+description    full texmf tree for texlive
+long_description   TeX Live is an easy way to get up and running with TeX. \
+     It provides a comprehensive TeX system with binaries for most flavors \
+     of Unix, including GNU/Linux, and also Windows. It includes all the \
+     major TeX-related programs, macro packages, and fonts that are free \
+     software, including support for many languages around the world.
+
+homepage       http://www.tug.org/texlive/
+platforms      darwin
+
+depends_run    port:texlive
+
+master_sites   http://students.dec.bournemouth.ac.uk/ebarrett/texlive/distfiles/
+distname       ${name}-${version}
+worksrcdir     ${name}-${version}
+
+checksums      md5 1cf12855a3ab90b5c6465c8cc86491d5 \
+               sha1 5869e551286285604ff3326286f858d86c6051d5
+
+use_configure  no
+build       {
+         delete ${worksrcpath}/texmf/doc/man
+         delete ${worksrcpath}/texmf/fmtutil/format.xetex.cnf
+         delete ${worksrcpath}/texmf-dist/tex/generic/xetexconfig
+         delete ${worksrcpath}/texmf-dist/tex/xelatex/xetexconfig
+         delete ${worksrcpath}/texmf-dist/tex/xelatex/xetexurl
+}
+
+destroot    {
+         copy ${worksrcpath}/texmf ${destroot}${prefix}/share
+         copy ${worksrcpath}/texmf-dist ${destroot}${prefix}/share
+}
+
+post-activate {
+        system "mktexlsr"
+}
+
+livecheck.check     regex
+livecheck.url       ${homepage}acquire.html
+livecheck.regex     "TeX Live (\[0-9\]+) "


Property changes on: trunk/dports/tex/texlive_texmf-full/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071120/13c103bc/attachment-0001.html


More information about the macports-changes mailing list