[71153] trunk/dports/tex

adfernandes at macports.org adfernandes at macports.org
Thu Sep 2 11:00:13 PDT 2010


Revision: 71153
          http://trac.macports.org/changeset/71153
Author:   adfernandes at macports.org
Date:     2010-09-02 11:00:12 -0700 (Thu, 02 Sep 2010)
Log Message:
-----------
new port: LaTeXML LaTeX to XML converter

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

Added: trunk/dports/tex/LaTeXML/Portfile
===================================================================
--- trunk/dports/tex/LaTeXML/Portfile	                        (rev 0)
+++ trunk/dports/tex/LaTeXML/Portfile	2010-09-02 18:00:12 UTC (rev 71153)
@@ -0,0 +1,55 @@
+# $Id$
+#======================================================================
+# Portfile for LaTeXML
+# (draft)
+#======================================================================
+PortSystem 1.0
+name LaTeXML
+version 0.7.0
+categories tex
+maintainers bruce.miller at nist.gov adfernandes
+description LaTeXML converts TeX to XML
+long_description \
+   LaTeXML converts TeX to XML,\
+   including XHTML with MathML.
+
+homepage http://dlmf.nist.gov/LaTeXML/
+platforms darwin
+master_sites http://dlmf.nist.gov/LaTeXML/releases/
+checksums md5 61fc79ed5391728c8b00465ab48c6697 \
+         sha1 3cbc416ea71ff1c21b5ac1493a1b925297eb674d \
+         rmd160 0230ffc3a1604b891c65276a4e9f745018b3e78a
+# Use:
+# md5sum LaTeXML-0.7.0.tar.gz
+# openssl sha1 LaTeXML-0.7.0.tar.gz
+# openssl rmd160 LaTeXML-0.7.0.tar.gz
+#============================================================
+# Dependencies
+depends_lib port:p5-parse-recdescent \
+  	    port:p5-xml-libxml \
+  	    port:p5-xml-libxslt \
+  	    port:p5-perlmagick \
+	    bin:texhash:texlive
+# That last seems to be the way to depend on TeX
+# being installed, without necessarily requiring
+# _specifically_ texlive (eg MacTeX or something
+# else perhaps can work, if /usr/texbin is in
+# binpath in macports.conf)
+#============================================================
+# Configuration
+# Override configure to do it the perl way.
+configure.cmd perl Makefile.PL
+
+# Note that installation does
+#   make install DESTDIR=${destroot}
+# which stages the installation to $destroot, NOT the eventual final installation.
+
+#============================================================
+# Do this to enable testing
+# test.run yes
+
+#============================================================
+# Get TeX to notice our style files, since this isn't done
+# when staging the installation to ${destpath}
+post-activate { system "mktexlsr" }
+


Property changes on: trunk/dports/tex/LaTeXML/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/20100902/ee5a1291/attachment.html>


More information about the macports-changes mailing list