[58040] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Sun Sep 20 22:46:39 PDT 2009


Revision: 58040
          http://trac.macports.org/changeset/58040
Author:   ryandesign at macports.org
Date:     2009-09-20 22:46:39 -0700 (Sun, 20 Sep 2009)
Log Message:
-----------
numdiff: new port, version 4.2.0; closes #21479

Added Paths:
-----------
    trunk/dports/science/numdiff/
    trunk/dports/science/numdiff/Portfile

Added: trunk/dports/science/numdiff/Portfile
===================================================================
--- trunk/dports/science/numdiff/Portfile	                        (rev 0)
+++ trunk/dports/science/numdiff/Portfile	2009-09-21 05:46:39 UTC (rev 58040)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+
+name                numdiff
+version             4.2.0
+categories          science math
+maintainers         cerfacs.fr:dechaume
+
+description         Compare files containing numerical fields.
+long_description    When you compare a couple of such files, what you want to \
+obtain usually is a list of the numerical fields in the second file which \
+numerically differ from the corresponding fields in the first file. Well known \
+tools like diff, cmp or wdiff can not be used to this purpose: they can not \
+recognize whether a difference between two numerical fields is only due to the \
+notation or is actually a difference of numerical values.
+
+homepage            http://www.nongnu.org/numdiff/
+platforms           darwin
+master_sites        http://mirrors.linhub.com/mirrors/savannah/numdiff/
+
+checksums           md5 76970345a6ab1f30e48b1930d53d7013 \
+                    sha1 1e6fc7a257771379cb30d826f1fdeeb97993b0f9
+
+# do not install the natural language support
+configure.args      --disable-nls
+
+worksrcdir          ${name}
+
+destroot.destdir    prefix=${destroot}${prefix}


Property changes on: trunk/dports/science/numdiff/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090920/f2d4ff0e/attachment.html>


More information about the macports-changes mailing list