diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-01 01:29:35 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-01 01:29:35 +0800 |
commit | e47020bb309f2842c7828d88c7feedf0f627c58c (patch) | |
tree | d1067a8d9aa6d98224b1e96c745eb674861ad305 /math/Makefile | |
parent | 1ffd142c85671129194ce642c5105ef37264d11b (diff) | |
download | freebsd-ports-gnome-e47020bb309f2842c7828d88c7feedf0f627c58c.tar.gz freebsd-ports-gnome-e47020bb309f2842c7828d88c7feedf0f627c58c.tar.zst freebsd-ports-gnome-e47020bb309f2842c7828d88c7feedf0f627c58c.zip |
Numdiff is a little program that can be used to compare putatively similar
files line by line and field by field, ignoring small numeric differences
or/and different numeric formats.
Equivalently, Numdiff is a program with the capability to appropriately
compare files containing numerical fields (and not only).
% numdiff file1 file2
WWW: http://www.nongnu.org/numdiff/
PR: ports/104525
Submitted by: Cheng-Lung Sung <clsung at FreeBSD.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 0ac4e03cea57..8e48950ee533 100644 --- a/math/Makefile +++ b/math/Makefile @@ -157,6 +157,7 @@ SUBDIR += ngraph SUBDIR += nsc2ke SUBDIR += ntl + SUBDIR += numdiff SUBDIR += ocaml-ocamlgraph SUBDIR += octave SUBDIR += octave-devel |