[113157] trunk/dports/x11/tkdiff/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 10 18:36:27 PST 2013


Revision: 113157
          https://trac.macports.org/changeset/113157
Author:   ryandesign at macports.org
Date:     2013-11-10 18:36:27 -0800 (Sun, 10 Nov 2013)
Log Message:
-----------
tkdiff: tabs to spaces; reformatting; add modeline

Modified Paths:
--------------
    trunk/dports/x11/tkdiff/Portfile

Modified: trunk/dports/x11/tkdiff/Portfile
===================================================================
--- trunk/dports/x11/tkdiff/Portfile	2013-11-11 02:32:23 UTC (rev 113156)
+++ trunk/dports/x11/tkdiff/Portfile	2013-11-11 02:36:27 UTC (rev 113157)
@@ -1,40 +1,43 @@
+# -*- 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			tkdiff
+name                tkdiff
 version             4.2
-categories		x11 devel
-license			GPL-2+
-platforms		darwin
-supported_archs	noarch
-maintainers		nomaintainer
-description		graphical front end to the diff program
-long_description	tkdiff is a graphical front end to the diff program. It \
-				provides a side-by-side view of the differences between two \
-				files, along with several innovative features such as diff \
-				bookmarks and a graphical map of differences for quick \
-				navigation.
+categories          x11 devel
+platforms           darwin
+maintainers         nomaintainer
+supported_archs     noarch
+license             GPL-2+
 
-homepage		http://tkdiff.sourceforge.net/
+description         graphical front end to the diff program
+
+long_description    tkdiff is a graphical front end to the diff program. It \
+                    provides a side-by-side view of the differences between \
+                    two files, along with several innovative features such as \
+                    diff bookmarks and a graphical map of differences for \
+                    quick navigation.
+
+homepage            http://tkdiff.sourceforge.net/
 master_sites        sourceforge:project/tkdiff/tkdiff/${version}/
 worksrcdir          ${name}-unix
 
 checksums           rmd160  96bb5b6ebc004dc5247c0f7fbce4b20816af8024 \
                     sha256  734bb417184c10072eb64e8d274245338e41b7fdeff661b5ef30e89f3e3aa357
 
-depends_run		port:tk
+depends_run         port:tk
 
 configure {
-	reinplace "s|exec wish|exec ${prefix}/bin/wish|g" ${worksrcpath}/tkdiff
+    reinplace "s|exec wish|exec ${prefix}/bin/wish|g" ${worksrcpath}/tkdiff
     reinplace "s|4\.1\.4|${version}|g" ${worksrcpath}/README.txt
 }
 
-build	{}
+build   {}
 
 destroot {
-	xinstall -m 755 ${worksrcpath}/tkdiff ${destroot}${prefix}/bin
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/
+    xinstall -m 755 ${worksrcpath}/tkdiff ${destroot}${prefix}/bin
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/
     xinstall -m 644 -W ${worksrcpath} CHANGELOG.txt LICENSE.txt README.txt \
-		${destroot}${prefix}/share/doc/${name}/
+        ${destroot}${prefix}/share/doc/${name}/
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131110/797deb5f/attachment.html>


More information about the macports-changes mailing list