[25573] trunk/dports/math

source_changes at macosforge.org source_changes at macosforge.org
Thu May 24 18:59:50 PDT 2007


Revision: 25573
          http://trac.macosforge.org/projects/macports/changeset/25573
Author:   sfiera at macports.org
Date:     2007-05-24 18:59:50 -0700 (Thu, 24 May 2007)

Log Message:
-----------
 * new port qhull
 * resolves #11990

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

Added: trunk/dports/math/qhull/Portfile
===================================================================
--- trunk/dports/math/qhull/Portfile	                        (rev 0)
+++ trunk/dports/math/qhull/Portfile	2007-05-25 01:59:50 UTC (rev 25573)
@@ -0,0 +1,23 @@
+PortSystem 1.0
+
+name		qhull
+version		2003.1
+categories	math
+maintainers	mmoll at cs.rice.edu
+
+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.
+
+homepage	http://www.qhull.org
+master_sites	${homepage}/download
+checksums	md5 48228e26422bff85ef1f45df5b6e3314
+configure.args --mandir=${prefix}/share/man
+


Property changes on: trunk/dports/math/qhull/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070524/3a136d7b/attachment.html


More information about the macports-changes mailing list