Ticket #21479: Portfile

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