[128355] trunk/dports/tex/tex-whizzytex/Portfile

petr at macports.org petr at macports.org
Wed Nov 19 09:28:47 PST 2014


Revision: 128355
          https://trac.macports.org/changeset/128355
Author:   petr at macports.org
Date:     2014-11-19 09:28:47 -0800 (Wed, 19 Nov 2014)
Log Message:
-----------
tex-whizzytex: whitespace and formating

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

Modified: trunk/dports/tex/tex-whizzytex/Portfile
===================================================================
--- trunk/dports/tex/tex-whizzytex/Portfile	2014-11-19 17:23:46 UTC (rev 128354)
+++ trunk/dports/tex/tex-whizzytex/Portfile	2014-11-19 17:28:47 UTC (rev 128355)
@@ -1,52 +1,53 @@
 # -*- 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			tex-whizzytex
-version			1.3.1
-revision 		3
-categories		tex
-license			GPL-2+
-platforms		darwin
-supported_archs	noarch
-maintainers		phw openmaintainer
-description		An emacs minor mode for incremental viewing of LaTeX documents
-long_description	${description}
+name                tex-whizzytex
+version             1.3.1
+revision            3
+categories          tex
+license             GPL-2+
+platforms           darwin
+supported_archs     noarch
+maintainers         phw openmaintainer
 
-homepage		http://cristal.inria.fr/whizzytex
-master_sites	        http://gallium.inria.fr/whizzytex
-distname		whizzytex
-distfiles		${distname}-${version}.tgz
-worksrcdir 		${distname}-${version}
+description         An emacs minor mode for incremental viewing of LaTeX documents
+long_description    ${description}
 
-configure.pre_args 	-prefix ${prefix}
+homepage            http://cristal.inria.fr/whizzytex
+master_sites        http://gallium.inria.fr/whizzytex
+distname            whizzytex
+distfiles           ${distname}-${version}.tgz
+worksrcdir          ${distname}-${version}
 
-depends_lib		bin:tex:texlive
+configure.pre_args  -prefix ${prefix}
 
+depends_lib         bin:tex:texlive
 
+
 checksums           md5     240d4ccb54b167f3baf55313411d6b92 \
                     sha1    c01e0dc5886631250c786251c009324064dfde97 \
-		    rmd160  017cbdfa178216ec5f97ef0a4848813ac35550e1
+                    rmd160  017cbdfa178216ec5f97ef0a4848813ac35550e1
 
 pre-configure {
-                  system "open /Applications/Utilities/X11.app"
+    system "open /Applications/Utilities/X11.app"
 }
 post-destroot {
-                  xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/whizzytex
-                  xinstall -m 644    ${worksrcpath}/src/${distname}.sty ${destroot}${prefix}/share/texmf-dist/tex/latex/whizzytex/
+    xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/whizzytex
+    xinstall -m 644 ${worksrcpath}/src/${distname}.sty \
+        ${destroot}${prefix}/share/texmf-dist/tex/latex/whizzytex/
 }
 
-
 post-activate   {
-                        system "mktexlsr"
-			ui_msg "WhizzyTex requires a viewer, like xdvi."
-			ui_msg "To use this, put the following into your ~/.emacs:"
-			ui_msg "(add-to-list 'load-path \"${prefix}/share/whizzytex/emacs/\")"
-			ui_msg "(autoload 'whizzytex-mode"
-			ui_msg "\"whizzytex\""
-			ui_msg "\"WhizzyTeX, a minor-mode WYSIWIG environment for LaTeX\" t)"
- 			}
+    system "mktexlsr"
+    ui_msg "WhizzyTex requires a viewer, like xdvi."
+    ui_msg "To use this, put the following into your ~/.emacs:"
+    ui_msg "(add-to-list 'load-path \"${prefix}/share/whizzytex/emacs/\")"
+    ui_msg "(autoload 'whizzytex-mode"
+    ui_msg "\"whizzytex\""
+    ui_msg "\"WhizzyTeX, a minor-mode WYSIWIG environment for LaTeX\" t)"
+}
 
-livecheck.url		"http://cristal.inria.fr/whizzytex/"
-livecheck.regex		"whizzytex-((\\d+(\\.)*)+)\\.tgz"
+livecheck.url       "http://cristal.inria.fr/whizzytex/"
+livecheck.regex     "whizzytex-((\\d+(\\.)*)+)\\.tgz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141119/cd178817/attachment.html>


More information about the macports-changes mailing list