1 | # $Id: Portfile 58040 2009-09-21 05:46:39Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name numdiff |
---|
6 | version 5.2.1 |
---|
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://savannah.nongnu.org/download/numdiff/ |
---|
21 | |
---|
22 | checksums md5 a8f4c3347a20b4effd8a38511729dd55 \ |
---|
23 | sha1 7e1157af1481dcc9edcb9dbf0afa9f288ac3a802 |
---|
24 | |
---|
25 | # do not install the natural language support |
---|
26 | configure.args --disable-nls |
---|
27 | |
---|
28 | destroot.destdir prefix=${destroot}${prefix} |
---|