Ticket #23426: Portfile

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