[100255] trunk/dports/textproc/wdiff/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Dec 5 19:26:34 PST 2012


Revision: 100255
          https://trac.macports.org/changeset/100255
Author:   ryandesign at macports.org
Date:     2012-12-05 19:26:34 -0800 (Wed, 05 Dec 2012)
Log Message:
-----------
wdiff: adjust formatting and whitespace; add modeline

Modified Paths:
--------------
    trunk/dports/textproc/wdiff/Portfile

Modified: trunk/dports/textproc/wdiff/Portfile
===================================================================
--- trunk/dports/textproc/wdiff/Portfile	2012-12-06 03:22:47 UTC (rev 100254)
+++ trunk/dports/textproc/wdiff/Portfile	2012-12-06 03:26:34 UTC (rev 100255)
@@ -1,29 +1,33 @@
+# -*- 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		wdiff
-version		0.6.3
-categories	textproc
-platforms	darwin
-maintainers	nomaintainer
-description	Display word differences between text files
-long_description wdiff compares two files, finding which \
- words have been deleted or added to old_file to get new_file. A \
- word is anything between whitespace. The output is collected and \
- used to produce an annotated copy of new_file on standard output. \
- Suitable annotations produce a nice display of word differences \
- between the original files.
+name                wdiff
+version             0.6.3
+categories          textproc
+platforms           darwin
+maintainers         nomaintainer
 
-homepage	http://www.gnu.org/software/wdiff/
-master_sites	gnu
+description         Display word differences between text files
 
-checksums	sha1    3138bad5c054632e5fbefa75a97a17c321693dfe \
-		rmd160  c38b7d085c33b05b33b76cd01c6389a44bbe34d0
+long_description    wdiff compares two files, finding which words have been \
+                    deleted or added to old_file to get new_file. A word is \
+                    anything between whitespace. The output is collected and \
+                    used to produce an annotated copy of new_file on standard \
+                    output. Suitable annotations produce a nice display of \
+                    word differences between the original files.
 
-depends_lib	port:gettext
+homepage            http://www.gnu.org/software/wdiff/
+master_sites        gnu
 
-destroot.destdir prefix=${destroot}${prefix} \
- mandir=${destroot}${prefix}/share/man/man1 \
- infodir=${destroot}${prefix}/share/info
-destroot.target	install install-man
+checksums           sha1    3138bad5c054632e5fbefa75a97a17c321693dfe \
+                    rmd160  c38b7d085c33b05b33b76cd01c6389a44bbe34d0
+
+depends_lib         port:gettext
+
+destroot.destdir    prefix=${destroot}${prefix} \
+                    mandir=${destroot}${prefix}/share/man/man1 \
+                    infodir=${destroot}${prefix}/share/info
+
+destroot.target     install install-man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121205/b778e2cb/attachment.html>


More information about the macports-changes mailing list