[133939] trunk/dports/devel/xxdiff/Portfile

larryv at macports.org larryv at macports.org
Sun Mar 15 17:17:02 PDT 2015


Revision: 133939
          https://trac.macports.org/changeset/133939
Author:   larryv at macports.org
Date:     2015-03-15 17:17:02 -0700 (Sun, 15 Mar 2015)
Log Message:
-----------
xxdiff: Add modeline, rearrange, and reformat (NFC)

Modified Paths:
--------------
    trunk/dports/devel/xxdiff/Portfile

Modified: trunk/dports/devel/xxdiff/Portfile
===================================================================
--- trunk/dports/devel/xxdiff/Portfile	2015-03-15 23:48:17 UTC (rev 133938)
+++ trunk/dports/devel/xxdiff/Portfile	2015-03-16 00:17:02 UTC (rev 133939)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -5,25 +6,27 @@
 name                xxdiff
 version             3.2
 categories          devel
+platforms           darwin
 license             GPL-2+
-platforms           darwin
 maintainers         nomaintainer
+
 description         xxdiff is a graphical merging tool
 long_description    xxdiff is a graphical browser for viewing the \
-                    differences between two or three files, or between two \
-                    directories, and can be used to produce a merged version.
-
+                    differences between two or three files, or between \
+                    two directories, and can be used to produce a \
+                    merged version.
 homepage            http://furius.ca/xxdiff/
-master_sites        sourceforge
-checksums           md5 301ff399a1e4be8b68c38c3e27c0b1ad \
-                    sha1 ab2848fd9279f55b5db270f319ad4791154ecf82 \
-                    rmd160 12e7527f39713b925f05b687c2ad8b60459bb670
-use_bzip2           yes
 
 depends_lib         port:bison \
                     port:flex \
                     port:qt3
 
+master_sites        sourceforge
+use_bzip2           yes
+checksums           md5     301ff399a1e4be8b68c38c3e27c0b1ad \
+                    sha1    ab2848fd9279f55b5db270f319ad4791154ecf82 \
+                    rmd160  12e7527f39713b925f05b687c2ad8b60459bb670
+
 use_configure       no
 
 build {
@@ -33,9 +36,11 @@
 }
 
 destroot {
+
     # Destroot xxdiff.
     xinstall ${worksrcpath}/bin/xxdiff   ${destroot}${prefix}/bin
     xinstall ${worksrcpath}/src/xxdiff.1 ${destroot}${prefix}/share/man/man1
+
     # Destroot xxdiff documentation.
     xinstall -d ${destroot}${prefix}/share/doc
     file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150315/23e645e7/attachment-0001.html>


More information about the macports-changes mailing list