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

cal at macports.org cal at macports.org
Sun Jul 6 04:12:38 PDT 2014


Revision: 121733
          https://trac.macports.org/changeset/121733
Author:   cal at macports.org
Date:     2014-07-06 04:12:38 -0700 (Sun, 06 Jul 2014)
Log Message:
-----------
latexdifF: whitespace only

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

Modified: trunk/dports/tex/latexdiff/Portfile
===================================================================
--- trunk/dports/tex/latexdiff/Portfile	2014-07-06 07:11:41 UTC (rev 121732)
+++ trunk/dports/tex/latexdiff/Portfile	2014-07-06 11:12:38 UTC (rev 121733)
@@ -3,15 +3,15 @@
 
 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
+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 \
@@ -26,45 +26,45 @@
                  sha256  6bc83859e209c81c8aee2f8e102c9e50c377ffcf83b3bfbdbceaf790bc3e0d3b
 
 depends_run      path:bin/perl5.16:perl5.16 \
-				 port:p5.16-algorithm-diff
+                 port:p5.16-algorithm-diff
 
 configure {
-	 	reinplace "s|/usr/bin/env perl|${prefix}/bin/perl5.16|g" \
- 		${worksrcpath}/latexdiff-so ${worksrcpath}/latexdiff-vc \
- 		${worksrcpath}/latexdiff-fast ${worksrcpath}/latexdiff \
- 		${worksrcpath}/latexrevise 
+    reinplace "s|/usr/bin/env perl|${prefix}/bin/perl5.16|g" \
+    ${worksrcpath}/latexdiff-so ${worksrcpath}/latexdiff-vc \
+    ${worksrcpath}/latexdiff-fast ${worksrcpath}/latexdiff \
+    ${worksrcpath}/latexrevise
 }
 
-build            { }
+build            {}
 
 destroot.destdir INSTALLPATH=${destroot}${prefix} \
                  INSTALLMANPATH=${destroot}${prefix}/share/man
 
 destroot {
-	# install scripts
-	xinstall -m 755 ${worksrcpath}/latexdiff ${destroot}${prefix}/bin
-	xinstall -m 755 ${worksrcpath}/latexdiff-fast ${destroot}${prefix}/bin
-	xinstall -m 755 ${worksrcpath}/latexdiff-so ${destroot}${prefix}/bin
-	xinstall -m 755 ${worksrcpath}/latexdiff-vc ${destroot}${prefix}/bin
-	xinstall -m 755 ${worksrcpath}/latexrevise ${destroot}${prefix}/bin
+    # install scripts
+    xinstall -m 755 ${worksrcpath}/latexdiff ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/latexdiff-fast ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/latexdiff-so ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/latexdiff-vc ${destroot}${prefix}/bin
+    xinstall -m 755 ${worksrcpath}/latexrevise ${destroot}${prefix}/bin
 
-	# install man pages
-	xinstall -m 644 ${worksrcpath}/latexdiff.1 ${destroot}${prefix}/share/man/man1
-	xinstall -m 644 ${worksrcpath}/latexdiff-vc.1 ${destroot}${prefix}/share/man/man1
-	xinstall -m 644 ${worksrcpath}/latexrevise.1 ${destroot}${prefix}/share/man/man1
+    # install man pages
+    xinstall -m 644 ${worksrcpath}/latexdiff.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 644 ${worksrcpath}/latexdiff-vc.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 644 ${worksrcpath}/latexrevise.1 ${destroot}${prefix}/share/man/man1
 
-	# install docs
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/doc/latexdiff-man.pdf ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/doc/latexdiff-man.tex ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/doc/example-diff.tex ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
-	
-	# install examples
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/example
-	xinstall -m 644 ${worksrcpath}/example/example-draft.tex ${destroot}${prefix}/share/doc/${name}/example
-	xinstall -m 644 ${worksrcpath}/example/example-rev.tex ${destroot}${prefix}/share/doc/${name}/example
+    # install docs
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/doc/latexdiff-man.pdf ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/doc/latexdiff-man.tex ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/doc/example-diff.tex ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
+
+    # install examples
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/example
+    xinstall -m 644 ${worksrcpath}/example/example-draft.tex ${destroot}${prefix}/share/doc/${name}/example
+    xinstall -m 644 ${worksrcpath}/example/example-rev.tex ${destroot}${prefix}/share/doc/${name}/example
 }
 
 pre-activate {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140706/018d69bd/attachment.html>


More information about the macports-changes mailing list