Ticket #718: Portfile

File Portfile, 681 bytes (added by fenner@…, 21 years ago)

wdiff 0.5 Portfile

Line 
1PortSystem 1.0
2
3name            wdiff
4version         0.5
5categories      textproc
6maintainers     fenner@research.att.com
7description     Display word differences between text files
8long_description wdiff compares two files, finding which \
9 words have been deleted or added to old_file to get new_file. A \
10 word is anything between whitespace. The output is collected and \
11 used to produce an annotated copy of new_file on standard output. \
12 Suitable annotations produce a nice display of word differences \
13 between the original files.
14master_sites    gnu:wdiff
15checksums       md5 7f9c78f5dd6fb4f3dabe28fbd4d14319
16configure.type  gnu
17install.destroot prefix=${destroot}${prefix}
18install.target  install install-man