Ticket #11990: Portfile

File Portfile, 858 bytes (added by mmoll@…, 17 years ago)
Line 
1PortSystem 1.0
2
3name            qhull
4version         2003.1
5categories      math
6maintainers     mmoll@cs.rice.edu
7
8description Programs and library for computing convex hulls.
9long_description        \
10        Qhull computes the convex hull, Delaunay triangulation, Voronoi \
11        diagram, halfspace intersection about a point, furthest-site \
12        Delaunay triangulation, and furthest-site Voronoi diagram. The \
13        software runs in 2-d, 3-d, 4-d, and higher dimensions. Qhull \
14        implements the Quickhull algorithm for computing the convex hull. \
15        It handles roundoff errors from floating point arithmetic. Qhull \
16        also computes volumes, surface areas, and approximations to the \
17        convex hull.
18
19homepage        http://www.qhull.org
20distname        ${name}-${version}
21master_sites    ${homepage}/download
22extract.suffix .tar.gz
23checksums       md5 48228e26422bff85ef1f45df5b6e3314
24configure.args --mandir=${prefix}/share/man
25