View | Details | Raw Unified | Return to bug 142894
Collapse All | Expand All

(-)qhull/Makefile (-1 / +5 lines)
Lines 6-12 Link Here
6
6
7
PORTNAME=	qhull
7
PORTNAME=	qhull
8
PORTVERSION=	1.0
8
PORTVERSION=	1.0
9
PORTREVISION=	1
9
PORTREVISION=	2
10
CATEGORIES=	math
10
CATEGORIES=	math
11
MASTER_SITES=	http://www.qhull.org/download/
11
MASTER_SITES=	http://www.qhull.org/download/
12
DISTNAME=	${PORTNAME}-2003.1
12
DISTNAME=	${PORTNAME}-2003.1
Lines 14-19 Link Here
14
MAINTAINER=	stephen@missouri.edu
14
MAINTAINER=	stephen@missouri.edu
15
COMMENT=	Qhull computes convex hulls, Delaunay triangulations and halfspaces
15
COMMENT=	Qhull computes convex hulls, Delaunay triangulations and halfspaces
16
16
17
PATCH_SITES=	http://www.qhull.org/download/
18
PATCHFILES=	poly.c-qh_gethash.patch
19
PATCH_DIST_STRIP=	-p2
20
17
USE_AUTOTOOLS=	libtool:22
21
USE_AUTOTOOLS=	libtool:22
18
USE_GMAKE=	yes
22
USE_GMAKE=	yes
19
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
(-)qhull/distinfo (+3 lines)
Lines 1-3 Link Here
1
MD5 (qhull-2003.1.tar.gz) = 48228e26422bff85ef1f45df5b6e3314
1
MD5 (qhull-2003.1.tar.gz) = 48228e26422bff85ef1f45df5b6e3314
2
SHA256 (qhull-2003.1.tar.gz) = 68725c96603a426da748d38d0f83e7a9dd6a0bfc483525debe04001846475b0b
2
SHA256 (qhull-2003.1.tar.gz) = 68725c96603a426da748d38d0f83e7a9dd6a0bfc483525debe04001846475b0b
3
SIZE (qhull-2003.1.tar.gz) = 724313
3
SIZE (qhull-2003.1.tar.gz) = 724313
4
MD5 (poly.c-qh_gethash.patch) = 2545ef6e268e41e31d52685c08c778e5
5
SHA256 (poly.c-qh_gethash.patch) = fb42b86fa80e1d4e671043a07ff3bdf4ad641094f93630241877fce096916737
6
SIZE (poly.c-qh_gethash.patch) = 684

Return to bug 142894