Port details |
- numdiff Compare putatively similar files, ignoring small numeric differences
- 5.9.0_1 math
=1 5.9.0_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2006-11-01 13:50:32
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: sysinfo, rtty, tmpreaper, svk
- Also Listed In: textproc
- License: GPLv3
- Description:
- 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/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/numdiff/ && make install clean
- To add the package, run one of these commands:
- pkg install math/numdiff
- pkg install numdiff
- PKGNAME: numdiff
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1488108088
SHA256 (numdiff-5.9.0.tar.gz) = 87284a117944723eebbf077f857a0a114d818f8b5b54d289d59e73581194f5ef
SIZE (numdiff-5.9.0.tar.gz) = 915117
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libgmp.so : math/gmp
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for numdiff-5.9.0_1:
DOCS=on: Build and/or install documentation
GMP=on: GMP (multiple precision arithmetic) support
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- math_numdiff
- USES:
- gmake gettext-runtime
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 5.9.0_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Nov 2018 18:12:58
5.9.0_1
|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
26 Feb 2017 12:46:29
5.9.0
|
rakuco  |
Update to 5.9.0.
There seems to be no need to set CPPFLAGS and LDFLAGS, and install all of
numdiff's documentation. |
01 Apr 2016 14:16:20
5.8.1_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
17 Feb 2015 03:36:59
5.8.1_1
|
jbeich  |
- Track libgmp dependency via GMP option
- Enable GMP by default per upstream [1]
[1] http://www.nongnu.org/numdiff/numdiff.html#with-GNU-MP-is-better |
17 Feb 2015 03:13:43
5.8.1
|
jbeich  |
- Update to version 5.8.1
- Convert to GNU_CONFIGURE
- Add NLS option
- Respect STRIP
- Unbreak check-plist with DOCS=off
- Drop default LICENSE_FILE
- Wrap long lines in pkg-descr
PR: 197445
Submitted by: tkato432@yahoo.com |
02 Dec 2014 22:40:57
5.6.1
|
bapt  |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
15 Nov 2014 12:20:54
5.6.1
|
antoine  |
Cleanup plist |
11 Jun 2014 14:50:00
5.6.1
|
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
15 Feb 2014 12:32:42
5.6.1
|
miwi  |
- Really Stage |
15 Feb 2014 10:14:23
5.6.1
|
miwi  |
- Stage support |
20 Sep 2013 20:55:06
5.6.1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
17 Jun 2013 16:17:41
5.6.1
|
wg  |
math/numdiff: update to 5.6.1
- Update to 5.6.1 [1]
- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Use bsd.port.options.mk instead of pre/post
PR: ports/176833
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout) |
20 Mar 2011 12:54:45
5.2.1
|
miwi  |
- Get Rid MD5 support |
15 Jul 2010 02:58:54
5.2.1
|
clsung  |
- fix pkg-plist
Submitted by: sahil |
12 Jul 2010 08:37:12
5.2.1
|
clsung  |
- Update to 5.2.1
PR: ports/148381
Submitted by: C-S <c-s_AT_c-s dot li> |
23 Jul 2007 09:36:52
4.2.0
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
26 May 2007 05:16:27
4.2.0
|
clsung  |
- Update 4.2.0 |
23 Nov 2006 03:23:30
4.0.0
|
clsung  |
- Update to 4.0.0 |
31 Oct 2006 17:29:35
3.0.2
|
alepulver  |
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> |