[41593] trunk/dports/print/latex2html/Portfile
mcalhoun at macports.org
mcalhoun at macports.org
Thu Nov 6 12:07:37 PST 2008
Revision: 41593
http://trac.macports.org/changeset/41593
Author: mcalhoun at macports.org
Date: 2008-11-06 12:07:36 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
latex2html: ensure that MacPorts programs are used; change the default perl port to perl5 (See #16830); add livecheck.
Modified Paths:
--------------
trunk/dports/print/latex2html/Portfile
Modified: trunk/dports/print/latex2html/Portfile
===================================================================
--- trunk/dports/print/latex2html/Portfile 2008-11-06 19:59:44 UTC (rev 41592)
+++ trunk/dports/print/latex2html/Portfile 2008-11-06 20:07:36 UTC (rev 41593)
@@ -20,11 +20,14 @@
sha1 5e0aa47572e0c13a4c5da51e963d5496be3f86e7 \
rmd160 a95f06253d6fc8808ffedcad7edf8235194d7756
-depends_run bin:texhash:texlive \
- bin:gs:ghostscript \
- bin:pnmcrop:netpbm \
- bin:perl:perl5.8
+depends_run port:texlive \
+ port:ghostscript \
+ port:netpbm
+depends_lib path:bin/perl:perl5
+
+configure.perl ${prefix}/bin/perl
+
configure.args --without-mktexlsr \
--with-texpath=${prefix}/share/texmf-local/tex/latex/html
@@ -33,4 +36,6 @@
post-activate { system "texhash" }
-
+livecheck.check regex
+livecheck.url "http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/?C=M;O=D"
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/a1664cc8/attachment.html>
More information about the macports-changes
mailing list