# $Id: Portfile 87288 2011-11-16 09:55:39Z mww@macports.org $

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.

homepage            http://os.ghalkes.nl/dwdiff.html
master_sites        http://os.ghalkes.nl/dist/
checksums           rmd160  efea9e6390abf9426e2e9a2f3d7e112f28ec2922 \
                    sha256  68ec0cd92af9f541bb68a3a30fbe615be766c76a35410cc21267c6f7049cc7d3

extract.suffix      .tgz

depends_lib         port:gettext port:icu

configure.cflags-append ${configure.cppflags}

destroot.destdir    prefix=${destroot}${prefix}
