[86041] trunk/dports/math/qhull/Portfile

snc at macports.org snc at macports.org
Tue Oct 18 12:08:02 PDT 2011


Revision: 86041
          http://trac.macports.org/changeset/86041
Author:   snc at macports.org
Date:     2011-10-18 12:08:01 -0700 (Tue, 18 Oct 2011)
Log Message:
-----------
qhull: whitespace

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

Modified: trunk/dports/math/qhull/Portfile
===================================================================
--- trunk/dports/math/qhull/Portfile	2011-10-18 19:06:19 UTC (rev 86040)
+++ trunk/dports/math/qhull/Portfile	2011-10-18 19:08:01 UTC (rev 86041)
@@ -2,41 +2,42 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup cmake 1.0
-name		qhull
-version		2011.1
-revision    1
-categories	math
-platforms	darwin
-maintainers	mmoll
-license     Permissive
+PortGroup           cmake 1.0
 
+name                qhull
+version             2011.1
+revision            1
+categories          math
+platforms           darwin
+maintainers         mmoll
+license             Permissive
+
 description Programs and library for computing convex hulls.
-long_description	\
-	Qhull computes the convex hull, Delaunay triangulation, Voronoi \
-	diagram, halfspace intersection about a point, furthest-site \
-	Delaunay triangulation, and furthest-site Voronoi diagram. The \
-	software runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull \
-	implements the Quickhull algorithm for computing the convex hull. \
-	It handles roundoff errors from floating point arithmetic. Qhull \
-	also computes volumes, surface areas, and approximations to the \
-	convex hull.
+long_description    \
+    Qhull computes the convex hull, Delaunay triangulation, Voronoi \
+    diagram, halfspace intersection about a point, furthest-site \
+    Delaunay triangulation, and furthest-site Voronoi diagram. The \
+    software runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull \
+    implements the Quickhull algorithm for computing the convex hull. \
+    It handles roundoff errors from floating point arithmetic. Qhull \
+    also computes volumes, surface areas, and approximations to the \
+    convex hull.
 
-homepage	http://www.qhull.org
-master_sites	${homepage}/download
-distname	${name}-${version}-src
-extract.suffix	.tgz
+homepage            http://www.qhull.org
+master_sites        ${homepage}/download
+distname            ${name}-${version}-src
+extract.suffix      .tgz
 checksums           md5     a65061cf2a6e6581182f4df0f3667a8e \
                     sha1    3639b52e99bc0837fb2670d3a8a4bac3f0347ab8 \
                     rmd160  4689ece746c1125757f1d0e162bbe95d3864ba5b
-patchfiles	patch-CMakeLists.txt.diff \
-            patch-QhullPointSet.h.diff 
+patchfiles          patch-CMakeLists.txt.diff \
+                    patch-QhullPointSet.h.diff
 # last patch is for g++-4.0 / Leopard, see #31053
-worksrcdir	${name}-${version}	
-configure.args-append -DDOC_INSTALL_DIR=share/doc/qhull -DMAN_INSTALL_DIR=share/man/man1
+worksrcdir          ${name}-${version}
+configure.args-append   -DDOC_INSTALL_DIR=share/doc/qhull -DMAN_INSTALL_DIR=share/man/man1
 post-destroot {
     ln -s ${prefix}/include/libqhull ${destroot}${prefix}/include/qhull
 }
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex Download: Qhull (\[0-9.\]+) for Unix
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     Download: Qhull (\[0-9.\]+) for Unix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111018/b37205ff/attachment.html>


More information about the macports-changes mailing list