[49927] trunk/dports/tex

vinc17 at macports.org vinc17 at macports.org
Mon Apr 20 01:18:26 PDT 2009


Revision: 49927
          http://trac.macports.org/changeset/49927
Author:   vinc17 at macports.org
Date:     2009-04-20 01:18:26 -0700 (Mon, 20 Apr 2009)
Log Message:
-----------
Added new port latexmk (from CTAN).

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

Added: trunk/dports/tex/latexmk/Portfile
===================================================================
--- trunk/dports/tex/latexmk/Portfile	                        (rev 0)
+++ trunk/dports/tex/latexmk/Portfile	2009-04-20 08:18:26 UTC (rev 49927)
@@ -0,0 +1,49 @@
+# $Id$
+
+PortSystem          1.0
+
+name                latexmk
+version             4.05
+categories          tex print
+platforms           darwin
+maintainers         vincent-opdarw at vinc17.org
+
+description         Automates the process of generating a LaTeX document
+long_description \
+    Latexmk completely automates the process of generating a LaTeX document. \
+    Essentially, it is a highly specialized cousin of the general make       \
+    utility.  Given the source files for a document, latexmk issues the      \
+    appropriate sequence of commands to generate a .dvi, .ps, .pdf or        \
+    hardcopy version of the document.  It can also be set to run             \
+    continuously with a previewer\; the latex program, etc, are rerun        \
+    whenever one of the source files is modified.
+
+homepage            http://www.ctan.org/tex-archive/support/latexmk/
+master_sites        http://www.ctan.org/get/support
+distname            latexmk
+use_zip             yes
+
+checksums           md5     37b05b0cd0f0c061c3acdd1aed817e3d \
+                    sha1    5900230514dbfc63daae8ae87653f9c7760b9814 \
+                    rmd160  d020b3396c65ef8f1dae6cdb0e780806a8e17b4e
+
+depends_lib         bin:latex:texlive
+
+use_configure       no
+build               {}
+
+destroot {
+    set bindir ${destroot}${prefix}/bin
+    file mkdir ${bindir}
+    xinstall -m 755 -v ${worksrcpath}/${name}.pl ${bindir}/${name}
+    set mandir ${destroot}${prefix}/share/man/man1
+    file mkdir ${mandir}
+    xinstall -m 644 -v ${worksrcpath}/${name}.1 ${mandir}
+    set docdir ${destroot}${prefix}/share/doc/${name}
+    file mkdir ${docdir}
+    xinstall -m 644 -v -W ${worksrcpath} \
+        CHANGES COPYING README ${name}.pdf ${name}.txt ${docdir}
+}
+
+livecheck.check     regex
+livecheck.regex     Version (\[0-9.\]+),


Property changes on: trunk/dports/tex/latexmk/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/20090420/acb6a20c/attachment.html>


More information about the macports-changes mailing list