aboutsummaryrefslogtreecommitdiff
path: root/math/numdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - fix pkg-plistCheng-Lung Sung2010-07-152-11/+2
| | | | | | | Submitted by: sahil Notes: svn path=/head/; revision=257765
* - Update to 5.2.1Cheng-Lung Sung2010-07-124-24/+31
| | | | | | | | PR: ports/148381 Submitted by: C-S <c-s_AT_c-s dot li> Notes: svn path=/head/; revision=257671
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* - Update 4.2.0Cheng-Lung Sung2007-05-263-4/+6
| | | | Notes: svn path=/head/; revision=191879
* - Update to 4.0.0Cheng-Lung Sung2006-11-232-5/+5
| | | | Notes: svn path=/head/; revision=177854
* Numdiff is a little program that can be used to compare putatively similarAlejandro Pulver2006-10-314-0/+58
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> Notes: svn path=/head/; revision=175879