summaryrefslogtreecommitdiff
path: root/math/qhull5
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-10-29 09:06:05 +0000
commit3add449a170be706377b66bee46af25633bc945c (patch)
tree7415df14a37624ff0b24fd40bde079927a88c28a /math/qhull5
parent975af646f278430e563b72219a2c3055b211eb1a (diff)
Diffstat (limited to 'math/qhull5')
-rw-r--r--math/qhull5/Makefile34
-rw-r--r--math/qhull5/distinfo2
-rw-r--r--math/qhull5/files/patch-configure10
-rw-r--r--math/qhull5/files/patch-eg::Makefile.in11
-rw-r--r--math/qhull5/files/patch-src::Makefile.in11
-rw-r--r--math/qhull5/pkg-descr12
-rw-r--r--math/qhull5/pkg-plist78
7 files changed, 0 insertions, 158 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile
deleted file mode 100644
index b369c957dbb2..000000000000
--- a/math/qhull5/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: qhull
-# Date created: 3 March 2004
-# Whom: pusto@web.de
-#
-# $FreeBSD$
-
-PORTNAME= qhull
-PORTVERSION= 1.0
-CATEGORIES= math
-MASTER_SITES= http://www.qhull.org/download/
-DISTNAME= ${PORTNAME}-2003.1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces
-
-USE_REINPLACE= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-USE_INC_LIBTOOL_VER= 13
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-.if !defined(NOPORTDOCS)
-MAN1= qhull.1 rbox.1
-.endif
-
-pre-configure:
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e "s|src html eg config|src config|" \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e "s|install-docDATA install-examplesDATA||" \
- ${WRKSRC}/src/Makefile.in
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/qhull5/distinfo b/math/qhull5/distinfo
deleted file mode 100644
index 7f3551a1a9e8..000000000000
--- a/math/qhull5/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (qhull-2003.1.tar.gz) = 48228e26422bff85ef1f45df5b6e3314
-SIZE (qhull-2003.1.tar.gz) = 724313
diff --git a/math/qhull5/files/patch-configure b/math/qhull5/files/patch-configure
deleted file mode 100644
index 5bb34aa5fe4c..000000000000
--- a/math/qhull5/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Fri Feb 6 16:33:25 2004
-+++ configure Wed Apr 28 23:45:04 2004
-@@ -18958,6 +18958,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/math/qhull5/files/patch-eg::Makefile.in b/math/qhull5/files/patch-eg::Makefile.in
deleted file mode 100644
index f9877a8061e3..000000000000
--- a/math/qhull5/files/patch-eg::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- eg/Makefile.in.orig Fri Feb 6 16:33:23 2004
-+++ eg/Makefile.in Wed Apr 28 23:06:27 2004
-@@ -138,7 +138,7 @@
-
- # to:
- docdir = $(prefix)/share/doc/$(PACKAGE)
--examplesdir = $(docdir)/examples
-+examplesdir = $(prefix)/share/examples/$(PACKAGE)
-
- # which:
- examples_DATA = \
diff --git a/math/qhull5/files/patch-src::Makefile.in b/math/qhull5/files/patch-src::Makefile.in
deleted file mode 100644
index 9623670c7d08..000000000000
--- a/math/qhull5/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Fri Feb 6 16:33:23 2004
-+++ src/Makefile.in Wed Apr 28 23:37:31 2004
-@@ -198,7 +198,7 @@
-
- # to:
- docdir = $(prefix)/share/doc/$(PACKAGE)
--examplesdir = $(docdir)/examples
-+examplesdir = $(prefix)/share/examples/$(PACKAGE)
-
- # which:
- examples_DATA = \
diff --git a/math/qhull5/pkg-descr b/math/qhull5/pkg-descr
deleted file mode 100644
index 9a7aedb63908..000000000000
--- a/math/qhull5/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
- Qhull computes convex hulls, Delaunay triangulations, halfspace
-intersections about a point, Voronoi diagrams, furthest-site Delaunay
-triangulations, and furthest-site Voronoi diagrams. It runs in 2-d,
-3-d, 4-d, and higher dimensions. It implements the Quickhull algorithm
-for computing the convex hull. Qhull handles roundoff errors from
-floating point arithmetic. It computes volumes, surface areas, and
-approximations to the convex hull.
-
-WWW: www.qhull.org
-
-- Eduard
-pusto@web.de
diff --git a/math/qhull5/pkg-plist b/math/qhull5/pkg-plist
deleted file mode 100644
index ca983a89c1b9..000000000000
--- a/math/qhull5/pkg-plist
+++ /dev/null
@@ -1,78 +0,0 @@
-bin/qconvex
-bin/qdelaunay
-bin/qhalf
-bin/qhull
-bin/qvoronoi
-bin/rbox
-include/qhull/geom.h
-include/qhull/mem.h
-include/qhull/poly.h
-include/qhull/qhull_a.h
-include/qhull/stat.h
-include/qhull/io.h
-include/qhull/merge.h
-include/qhull/qhull.h
-include/qhull/qset.h
-include/qhull/user.h
-lib/libqhull.a
-lib/libqhull.so
-lib/libqhull.so.5
-@comment These doc files must be ditributed even with NOPORTDOCS
-%%DOCSDIR%%/Announce.txt
-%%DOCSDIR%%/COPYING.txt
-%%DOCSDIR%%/README.txt
-%%DOCSDIR%%/REGISTER.txt
-%%DOCSDIR%%/index.htm
-%%PORTDOCS%%%%DOCSDIR%%/Changes.txt
-%%PORTDOCS%%%%DOCSDIR%%/qh-geom.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-globa.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-io.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-mem.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-merge.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-poly.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-qhull.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-set.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-stat.htm
-%%PORTDOCS%%%%DOCSDIR%%/qh-user.htm
-%%PORTDOCS%%%%EXAMPLESDIR%%/user_eg.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/user_eg2.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/qhull_interface.cpp
-%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.txt
-%%PORTDOCS%%%%EXAMPLESDIR%%/Mborland
-%%PORTDOCS%%%%EXAMPLESDIR%%/q_eg
-%%PORTDOCS%%%%EXAMPLESDIR%%/q_egtest
-%%PORTDOCS%%%%EXAMPLESDIR%%/q_test
-%%PORTDOCS%%%%EXAMPLESDIR%%/Qhull-go.bat
-%%PORTDOCS%%%%EXAMPLESDIR%%/q_test.bat
-%%PORTDOCS%%%%DOCSDIR%%/html/index.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qconvex.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qdelau_f.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qdelaun.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--4d.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--cone.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--dt.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--geom.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--half.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh--rand.gif
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-eg.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-faq.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-get.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-impre.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-in.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optc.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optf.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optg.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-opto.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optp.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optq.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-optt.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qh-quick.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qhalf.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qhull.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qvoron_f.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/qvoronoi.htm
-%%PORTDOCS%%%%DOCSDIR%%/html/rbox.htm
-@dirrm include/qhull
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
-@dirrm %%DOCSDIR%%