[87288] trunk/dports/textproc/dwdiff/Portfile

mww at macports.org mww at macports.org
Wed Nov 16 01:55:39 PST 2011


Revision: 87288
          http://trac.macports.org/changeset/87288
Author:   mww at macports.org
Date:     2011-11-16 01:55:39 -0800 (Wed, 16 Nov 2011)
Log Message:
-----------
dwdiff: whitespace changes only

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

Modified: trunk/dports/textproc/dwdiff/Portfile
===================================================================
--- trunk/dports/textproc/dwdiff/Portfile	2011-11-16 09:53:36 UTC (rev 87287)
+++ trunk/dports/textproc/dwdiff/Portfile	2011-11-16 09:55:39 UTC (rev 87288)
@@ -2,25 +2,33 @@
 
 PortSystem 1.0
 
-name			dwdiff
-version			2.0
-revision        1
-categories		textproc
-platforms		darwin
-maintainers		mww
-license			GPL-3
-description		diff program that operates at the word level
-long_description	dwdiff is a front-end for the diff program that operates at the word level instead of the line level. It is different from wdiff in that it allows the user to specify what should be considered whitespace, and in that it takes an optional list of characters that should be considered delimiters. Delimiters are single characters that are treated as if they are words, even when there is no whitespace separating them from preceding words or delimiters. dwdiff is mostly commandline compatible with wdiff. Only the --autopager, --terminal and --avoid-wraps options are not supported.
+name                dwdiff
+version             2.0
+revision            1
+categories          textproc
+platforms           darwin
+maintainers         mww
+license             GPL-3
+description         diff program that operates at the word level
+long_description    \
+    dwdiff is a front-end for the diff program that operates at the word level \
+    instead of the line level. It is different from wdiff in that it allows \
+    the user to specify what should be considered whitespace, and in that it \
+    takes an optional list of characters that should be considered delimiters. \
+    Delimiters are single characters that are treated as if they are words, \
+    even when there is no whitespace separating them from preceding words or \
+    delimiters. dwdiff is mostly commandline compatible with wdiff. Only the \
+    --autopager, --terminal and --avoid-wraps options are not supported.
 
-homepage		http://os.ghalkes.nl/dwdiff.html
-master_sites		http://os.ghalkes.nl/dist/
+homepage            http://os.ghalkes.nl/dwdiff.html
+master_sites        http://os.ghalkes.nl/dist/
 checksums           rmd160  efea9e6390abf9426e2e9a2f3d7e112f28ec2922 \
                     sha256  68ec0cd92af9f541bb68a3a30fbe615be766c76a35410cc21267c6f7049cc7d3
 
-extract.suffix		.tgz
+extract.suffix      .tgz
 
-depends_lib		port:gettext port:icu
+depends_lib         port:gettext port:icu
 
 configure.cflags-append ${configure.cppflags}
 
-destroot.destdir	prefix=${destroot}${prefix}
+destroot.destdir    prefix=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111116/1387b9d4/attachment.html>


More information about the macports-changes mailing list