1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name numdiff |
---|
6 | version 4.2.0 |
---|
7 | categories science math |
---|
8 | maintainers cerfacs.fr:dechaume |
---|
9 | |
---|
10 | description Compare files containing numerical fields. |
---|
11 | long_description When you compare a couple of such files, what you want to \ |
---|
12 | obtain usually is a list of the numerical fields in the second file which \ |
---|
13 | numerically differ from the corresponding fields in the first file. Well known \ |
---|
14 | tools like diff, cmp or wdiff can not be used to this purpose: they can not \ |
---|
15 | recognize whether a difference between two numerical fields is only due to the \ |
---|
16 | notation or is actually a difference of numerical values. |
---|
17 | |
---|
18 | homepage http://www.nongnu.org/numdiff/ |
---|
19 | platforms darwin |
---|
20 | master_sites http://mirrors.linhub.com/mirrors/savannah/numdiff/ |
---|
21 | |
---|
22 | checksums md5 76970345a6ab1f30e48b1930d53d7013 \ |
---|
23 | sha1 1e6fc7a257771379cb30d826f1fdeeb97993b0f9 |
---|
24 | |
---|
25 | # do not install the natural language support |
---|
26 | configure.args --disable-nls |
---|
27 | |
---|
28 | worksrcdir ${name} |
---|
29 | |
---|
30 | # for DESTROOT |
---|
31 | patchfiles patch-Makefile.in.diff |
---|