[121734] trunk/dports/tex/latexdiff/Portfile

cal at macports.org cal at macports.org
Sun Jul 6 04:15:51 PDT 2014


Revision: 121734
          https://trac.macports.org/changeset/121734
Author:   cal at macports.org
Date:     2014-07-06 04:15:51 -0700 (Sun, 06 Jul 2014)
Log Message:
-----------
latexdiff: indent to a multiple of four, whitespace only

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

Modified: trunk/dports/tex/latexdiff/Portfile
===================================================================
--- trunk/dports/tex/latexdiff/Portfile	2014-07-06 11:12:38 UTC (rev 121733)
+++ trunk/dports/tex/latexdiff/Portfile	2014-07-06 11:15:51 UTC (rev 121734)
@@ -1,32 +1,32 @@
 # -*- 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             latexdiff
-version          1.0.3
-revision         1
-categories       tex
-maintainers      nomaintainer
-license          GPL-2
-platforms        darwin
-supported_archs  noarch
-description      determine and mark up significant differences between latex files
-long_description latexdiff is a Perl script, which compares two latex files \
-                 and marks up significant differences between them (i.e. a \
-                 diff for latex files). Various options are available for \
-                 visual markup using standard latex packages such as \
-                 color.sty. Changes not directly affecting visible text, for \
-                 example in formatting commands, are still marked in the latex \
-                 source.
-homepage         http://latexdiff.berlios.de
-master_sites     http://download.berlios.de/${name}
+name                latexdiff
+version             1.0.3
+revision            1
+categories          tex
+maintainers         nomaintainer
+license             GPL-2
+platforms           darwin
+supported_archs     noarch
+description         determine and mark up significant differences between latex files
+long_description    latexdiff is a Perl script, which compares two latex files \
+                    and marks up significant differences between them (i.e. a \
+                    diff for latex files). Various options are available for \
+                    visual markup using standard latex packages such as \
+                    color.sty. Changes not directly affecting visible text, for \
+                    example in formatting commands, are still marked in the latex \
+                    source.
+homepage            http://latexdiff.berlios.de
+master_sites        http://download.berlios.de/${name}
 
-checksums        rmd160  1b1d5b7688787753939f640c9d64de8d569b659a \
-                 sha256  6bc83859e209c81c8aee2f8e102c9e50c377ffcf83b3bfbdbceaf790bc3e0d3b
+checksums           rmd160  1b1d5b7688787753939f640c9d64de8d569b659a \
+                    sha256  6bc83859e209c81c8aee2f8e102c9e50c377ffcf83b3bfbdbceaf790bc3e0d3b
 
-depends_run      path:bin/perl5.16:perl5.16 \
-                 port:p5.16-algorithm-diff
+depends_run         path:bin/perl5.16:perl5.16 \
+                    port:p5.16-algorithm-diff
 
 configure {
     reinplace "s|/usr/bin/env perl|${prefix}/bin/perl5.16|g" \
@@ -35,10 +35,10 @@
     ${worksrcpath}/latexrevise
 }
 
-build            {}
+build               {}
 
-destroot.destdir INSTALLPATH=${destroot}${prefix} \
-                 INSTALLMANPATH=${destroot}${prefix}/share/man
+destroot.destdir    INSTALLPATH=${destroot}${prefix} \
+                    INSTALLMANPATH=${destroot}${prefix}/share/man
 
 destroot {
     # install scripts
@@ -78,6 +78,6 @@
     }
 }
 
-livecheck.type   regex
-livecheck.url    https://developer.berlios.de/project/showfiles.php?group_id=13015
-livecheck.regex  ${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       https://developer.berlios.de/project/showfiles.php?group_id=13015
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140706/fce548b5/attachment.html>


More information about the macports-changes mailing list