[71771] trunk/dports/print/latex2html/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 22 16:50:10 PDT 2010


Revision: 71771
          http://trac.macports.org/changeset/71771
Author:   ryandesign at macports.org
Date:     2010-09-22 16:50:08 -0700 (Wed, 22 Sep 2010)
Log Message:
-----------
latex2html: whitespace changes, add modeline

Modified Paths:
--------------
    trunk/dports/print/latex2html/Portfile

Modified: trunk/dports/print/latex2html/Portfile
===================================================================
--- trunk/dports/print/latex2html/Portfile	2010-09-22 23:36:53 UTC (rev 71770)
+++ trunk/dports/print/latex2html/Portfile	2010-09-22 23:50:08 UTC (rev 71771)
@@ -1,42 +1,50 @@
+# -*- 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
+PortSystem              1.0
 
-name		latex2html
-version		2008
-revision	2
-categories	print
-platforms	darwin
-maintainers	nomaintainer
-description	Convert LaTeX into HTML.
-long_description	\
-		LATEX2HTML is a convertor written in Perl that		\
-		converts LATEX documents to HTML.
+name                    latex2html
+version                 2008
+revision                2
+categories              print
+platforms               darwin
+maintainers             nomaintainer
 
-homepage	http://saftsack.fs.uni-bayreuth.de/~latex2ht
-master_sites	${homepage}/current/
+description             Convert LaTeX into HTML.
 
-checksums	md5     275ab6cfa8ca9328446b7f40d8dc302e		\
-		sha1    5e0aa47572e0c13a4c5da51e963d5496be3f86e7	\
-		rmd160  a95f06253d6fc8808ffedcad7edf8235194d7756
+long_description        LATEX2HTML is a convertor written in Perl that \
+                        converts LATEX documents to HTML.
 
-depends_run	bin:latex:texlive-latex	\
-		port:ghostscript	\
-		port:netpbm
+homepage                http://saftsack.fs.uni-bayreuth.de/~latex2ht
+master_sites            ${homepage}/current/
 
-depends_lib	path:bin/perl:perl5
+checksums               md5     275ab6cfa8ca9328446b7f40d8dc302e \
+                        sha1    5e0aa47572e0c13a4c5da51e963d5496be3f86e7 \
+                        rmd160  a95f06253d6fc8808ffedcad7edf8235194d7756
 
-configure.perl  ${prefix}/bin/perl
+depends_run             bin:latex:texlive-latex \
+                        port:ghostscript \
+                        port:netpbm
 
-configure.args	--without-mktexlsr	\
-		--with-texpath=${prefix}/share/texmf/tex/latex/html
+depends_lib             path:bin/perl:perl5
 
-post-destroot	{ reinplace "s|gray85|rgb:d9/d9/d9|g" ${destroot}${prefix}/bin/pstoimg
+configure.perl          ${prefix}/bin/perl
+
+configure.args          --without-mktexlsr \
+                        --with-texpath=${prefix}/share/texmf/tex/latex/html
+
+post-destroot {
+    reinplace "s|gray85|rgb:d9/d9/d9|g" ${destroot}${prefix}/bin/pstoimg
 }
 
-post-activate	{ system "mktexlsr" }
-post-deactivate	{ system "mktexlsr" }
+post-activate {
+    system "mktexlsr"
+}
 
-livecheck.type  regex
-livecheck.url "http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/?C=M;O=D"
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+post-deactivate {
+    system "mktexlsr"
+}
+
+livecheck.type          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/20100922/9507b79f/attachment.html>


More information about the macports-changes mailing list