# -*- 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

PortSystem          1.0

name                wdiff
version             1.2.2
revision            1
categories          textproc
maintainers         {ryandesign @ryandesign} openmaintainer
license             GPL-3+

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.

homepage            https://www.gnu.org/software/wdiff/
master_sites        gnu

checksums           rmd160  62b2cc3131965ba9922bf2112e9dd2a4ad432440 \
                    sha256  34ff698c870c87e6e47a838eeaaae729fa73349139fc8db12211d2a22b78af6b \
                    size    1478567

depends_build       bin:makeinfo:texinfo \
                    port:gettext

depends_lib         port:gettext-runtime \
                    port:ncurses
