# $Id: Portfile,v 1.2 2004/01/15 00:11:08 toby Exp $
PortSystem 1.0

name		wdiff
version		0.5
categories	textproc
maintainers	fenner@research.att.com
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}
destroot.target	install install-man
