[22432] trunk/dports/math/ndiff/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 28 21:03:45 PST 2007


Revision: 22432
          http://trac.macosforge.org/projects/macports/changeset/22432
Author:   pipping at macports.org
Date:     2007-02-28 21:03:44 -0800 (Wed, 28 Feb 2007)

Log Message:
-----------
 * cleanup

Modified Paths:
--------------
    trunk/dports/math/ndiff/Portfile

Modified: trunk/dports/math/ndiff/Portfile
===================================================================
--- trunk/dports/math/ndiff/Portfile	2007-03-01 04:20:27 UTC (rev 22431)
+++ trunk/dports/math/ndiff/Portfile	2007-03-01 05:03:44 UTC (rev 22432)
@@ -1,25 +1,25 @@
 # $Id$
 
 PortSystem 1.0
-name             ndiff
-version          2.00
-categories       math
-maintainers      toby at opendarwin.org
-description      compare putatively similar files
+name                ndiff
+version             2.00
+categories          math
+maintainers         toby at opendarwin.org
+description         compare putatively similar files
 long_description \
-	ndiff assumes that you have two text files containing \
-	numerical values, and the two files are expected to be \
-	identical, or at least numerically similar. ndiff \
-	allows you to specify absolute and/or relative error \
-	tolerances for differences between numerical values in \
-	the two files, and then reports only the lines with \
-	values exceeding those tolerances. It also tells you \
-	by how much they differ.
-homepage         http://www.math.utah.edu/~beebe/software/ndiff/
-platforms        darwin
-master_sites     ftp://ftp.math.utah.edu/pub/misc/
-checksums        md5 885548b4dc26e72c5455bebb5ba6c16d
+    ndiff assumes that you have two text files containing numerical     \
+    values, and the two files are expected to be identical, or at least \
+    numerically similar. ndiff allows you to specify absolute and/or    \
+    relative error tolerances for differences between numerical values  \
+    in the two files, and then reports only the lines with values       \
+    exceeding those tolerances. It also tells you by how much they      \
+    differ.
 
-patchfiles       patch-Makefile.in
+homepage            http://www.math.utah.edu/~beebe/software/ndiff/
+platforms           darwin
+master_sites        ftp://ftp.math.utah.edu/pub/misc/
+checksums           md5 885548b4dc26e72c5455bebb5ba6c16d
 
-destroot.destdir prefix=${destroot}${prefix}
+patchfiles          patch-Makefile.in
+
+destroot.destdir    prefix=${destroot}${prefix}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070228/4348b646/attachment.html


More information about the macports-changes mailing list