# $Id: Portfile 56061 2009-08-24 00:33:19Z ryandesign@macports.org $
PortSystem 1.0

name		wdiff
version		0.5
categories	textproc
platforms	darwin
maintainers	fenner
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.
master_sites	gnu
checksums	md5 7f9c78f5dd6fb4f3dabe28fbd4d14319
configure.type	gnu
destroot.destdir prefix=${destroot}${prefix} \
 mandir=${destroot}${prefix}/share/man/man1 \
 infodir=${destroot}${prefix}/share/info
destroot.target	install install-man
