[135889] trunk/dports/tex/tex-gantt/Portfile

petr at macports.org petr at macports.org
Wed May 6 07:46:34 PDT 2015


Revision: 135889
          https://trac.macports.org/changeset/135889
Author:   petr at macports.org
Date:     2015-05-06 07:46:34 -0700 (Wed, 06 May 2015)
Log Message:
-----------
tex-gantt: non-semantic whitespace changes

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

Modified: trunk/dports/tex/tex-gantt/Portfile
===================================================================
--- trunk/dports/tex/tex-gantt/Portfile	2015-05-06 14:38:46 UTC (rev 135888)
+++ trunk/dports/tex/tex-gantt/Portfile	2015-05-06 14:46:34 UTC (rev 135889)
@@ -1,47 +1,45 @@
 # -*- 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-gantt
-version			1.3
-revision		1
-categories		tex
-platforms		darwin
-maintainers		phw openmaintainer
-supported_archs		noarch
+name                tex-gantt
+version             1.3
+revision            1
+categories          tex
+platforms           darwin
+maintainers         phw openmaintainer
+supported_archs     noarch
 
-description		tetex package for creating gantt diagrams
-long_description	${description}
+description         tetex package for creating gantt diagrams
+long_description    ${description}
 
+homepage            http://www.martin-kumm.de/tex_gantt_package.php
+master_sites        http://www.martin-kumm.de/tex/
+distname            gantt
+distfiles           ${distname}.sty
+dist_subdir         ${name}/${version}
 
-homepage		http://www.martin-kumm.de/tex_gantt_package.php
-master_sites    http://www.martin-kumm.de/tex/
-distname		gantt
-distfiles		${distname}.sty
-dist_subdir		${name}/${version}
+depends_lib         bin:tex:texlive
 
-depends_lib		bin:tex:texlive
+use_configure       no
 
-use_configure		no
+checksums           sha1    e57dd3118e2acd8bdb8a834c8bc68671aee573e0 \
+                    rmd160  a434294dde507cb5b59edc99c338cb715586be8b
 
-checksums		sha1    e57dd3118e2acd8bdb8a834c8bc68671aee573e0 \
-			rmd160  a434294dde507cb5b59edc99c338cb715586be8b
-
 extract {
-	file copy ${distpath}/${distname}.sty ${workpath}
+    file copy ${distpath}/${distname}.sty ${workpath}
 }
 
-build			{}
+build {}
 
 destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/gantt
-	xinstall -m 644    ${workpath}/${distname}.sty ${destroot}${prefix}/share/texmf-dist/tex/latex/gantt
+    xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/gantt
+    xinstall -m 644    ${workpath}/${distname}.sty ${destroot}${prefix}/share/texmf-dist/tex/latex/gantt
 }
 
-post-activate		{ system "mktexlsr" }
+post-activate { system "mktexlsr" }
 
-livecheck.type  regex
-livecheck.url   http://www.martin-kumm.de/tex/gantt.sty
-livecheck.regex Version (\\d+(?:\\.\\d+)*)
-
+livecheck.type      regex
+livecheck.url       http://www.martin-kumm.de/tex/gantt.sty
+livecheck.regex     Version (\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150506/ba9abf76/attachment.html>


More information about the macports-changes mailing list