[114155] trunk/dports/tex/latex2rtf/Portfile

nicos at macports.org nicos at macports.org
Sat Nov 30 07:47:34 PST 2013


Revision: 114155
          https://trac.macports.org/changeset/114155
Author:   nicos at macports.org
Date:     2013-11-30 07:47:34 -0800 (Sat, 30 Nov 2013)
Log Message:
-----------
latex2rtf: whitespaces and add modeline

Modified Paths:
--------------
    trunk/dports/tex/latex2rtf/Portfile

Modified: trunk/dports/tex/latex2rtf/Portfile
===================================================================
--- trunk/dports/tex/latex2rtf/Portfile	2013-11-30 14:50:33 UTC (rev 114154)
+++ trunk/dports/tex/latex2rtf/Portfile	2013-11-30 15:47:34 UTC (rev 114155)
@@ -1,47 +1,48 @@
+# -*- 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	   latex2rtf
-version	   2.3.3
-categories	tex
-platforms	darwin
-license         GPL-2+
-maintainers	jmpp openmaintainer
+name                latex2rtf
+version             2.3.3
+categories          tex
+platforms           darwin
+license             GPL-2+
+maintainers         jmpp openmaintainer
 
-description	Translator program intended to translate a LaTeX document into RTF
-long_description	LaTeX2rtf is a translator program which is intended to translate a LaTeX \
-			document (precisely: the text and a limited subset of LaTeX tags) into \
-			the RTF format which can be imported by several textprocessors (including \
-			Microsoft Word for Windows and Word for Macintosh).
+description         Translator program intended to translate a LaTeX document into RTF
+long_description    LaTeX2rtf is a translator program which is intended to translate a LaTeX \
+                    document (precisely: the text and a limited subset of LaTeX tags) into \
+                    the RTF format which can be imported by several textprocessors (including \
+                    Microsoft Word for Windows and Word for Macintosh).
 
-homepage	http://latex2rtf.sourceforge.net/
-master_sites	sourceforge
+homepage            http://latex2rtf.sourceforge.net/
+master_sites        sourceforge
 checksums           md5     bc57ec84ea46137a3bdd1a2b04709546 \
                     sha1    85dd36e8595f92f41b0b173a6b42279333bbb1a9 \
                     rmd160  7e94cf6f8f65654af020d2d9e0a71dd6f6ea2a9a
 
-patchfiles	patch-Makefile.diff
+patchfiles          patch-Makefile.diff
 
-depends_run	bin:tex:texlive \
-		bin:gs:ghostscript \
-		bin:convert:ImageMagick \
-		bin:pnmtopng:netpbm
+depends_run         bin:tex:texlive \
+                    bin:gs:ghostscript \
+                    bin:convert:ImageMagick \
+                    bin:pnmtopng:netpbm
 
-use_configure	no
+use_configure       no
 
-destroot.target	install install-info
+destroot.target     install install-info
 
 build.pre_args-append \
-		PREFIX=${prefix} \
-		CC=${configure.cc}
+                    PREFIX=${prefix} \
+                    CC=${configure.cc}
 
 destroot.pre_args-append \
-		DESTDIR=${destroot} \
-		PREFIX=${prefix} \
-		CC=${configure.cc}
+                    DESTDIR=${destroot} \
+                    PREFIX=${prefix} \
+                    CC=${configure.cc}
 
-test.run	yes
+test.run            yes
 
 livecheck.type      sourceforge
 livecheck.distname  ${name}-unix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131130/a8686f1e/attachment-0001.html>


More information about the macports-changes mailing list