[135891] trunk/dports/tex/tex-f7u12/Portfile

petr at macports.org petr at macports.org
Wed May 6 07:55:23 PDT 2015


Revision: 135891
          https://trac.macports.org/changeset/135891
Author:   petr at macports.org
Date:     2015-05-06 07:55:23 -0700 (Wed, 06 May 2015)
Log Message:
-----------
tex-f7u12: whitespace changes

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

Modified: trunk/dports/tex/tex-f7u12/Portfile
===================================================================
--- trunk/dports/tex/tex-f7u12/Portfile	2015-05-06 14:48:45 UTC (rev 135890)
+++ trunk/dports/tex/tex-f7u12/Portfile	2015-05-06 14:55:23 UTC (rev 135891)
@@ -1,43 +1,44 @@
 # -*- 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-f7u12
-version			dev
-categories		tex
-platforms		darwin
-maintainers		phw openmaintainer
-description		Latex package for using ragefaces
-long_description	${description}
+name                tex-f7u12
+version             dev
+categories          tex
+platforms           darwin
 supported_archs		noarch
+maintainers         phw openmaintainer
 
-homepage	    https://github.com/jesusabdullah/latex-f7u12
+description         Latex package for using ragefaces
+long_description    ${description}
 
-fetch.type	   git
-git.url 	   https://github.com/jesusabdullah/latex-f7u12.git
-git.branch     origin/master
+homepage            https://github.com/jesusabdullah/latex-f7u12
 
-distname		latex-f7u12
+fetch.type          git
+git.url             https://github.com/jesusabdullah/latex-f7u12.git
+git.branch          origin/master
 
-depends_lib		bin:tex:texlive
+distname            latex-f7u12
 
-use_configure	no
-build			{}
+depends_lib         bin:tex:texlive
 
+use_configure       no
+build               {}
+
 checksums           md5     7a5ac28f0267e419b8d79d049cfca652 \
                     sha1    6896f5e689a5927b7fb71387e82ccad27e27cdff \
                     rmd160  bd3da9417d7cd0244f519d98b9c16d73ab9d8887
 
 destroot {
-            xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12
-            xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/svg
-            xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/faces
-            xinstall -m 644    ${worksrcpath}/f7u12.sty         ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/
+    xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12
+    xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/svg
+    xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/faces
+    xinstall -m 644    ${worksrcpath}/f7u12.sty         ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/
     eval    xinstall -m 644    [glob ${worksrcpath}/faces/*]    ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/faces/
     eval    xinstall -m 644    [glob ${worksrcpath}/svg/*]      ${destroot}${prefix}/share/texmf-dist/tex/latex/f7u12/svg/
 }
 
-post-activate		{ system "mktexlsr" }
+post-activate       { system "mktexlsr" }
 
-livecheck.type		none
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150506/67ad44ad/attachment.html>


More information about the macports-changes mailing list