From owner-cvs-all@FreeBSD.ORG Wed Apr 28 15:28:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D7CA16A4CF; Wed, 28 Apr 2004 15:28:00 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5984543D2D; Wed, 28 Apr 2004 15:28:00 -0700 (PDT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3SMS0Ge068790; Wed, 28 Apr 2004 15:28:00 -0700 (PDT) (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3SMS0kf068789; Wed, 28 Apr 2004 15:28:00 -0700 (PDT) (envelope-from thierry) Message-Id: <200404282228.i3SMS0kf068789@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 28 Apr 2004 15:28:00 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/qhull Makefile distinfo pkg-descr pkg-plist ports/math/qhull/files patch-configure patch-eg::Makefile.in patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 22:28:00 -0000 thierry 2004/04/28 15:28:00 PDT FreeBSD ports repository Modified files: math Makefile Added files: math/qhull Makefile distinfo pkg-descr pkg-plist math/qhull/files patch-configure patch-eg::Makefile.in patch-src::Makefile.in Log: Add qhull 1.0, qhull computes convex hulls, Delaunay triangulations and halfspaces. Remark: submitter time-out -> maintainership assigned to ports@. PR: 63693 Submitted by: pusto@web.de Revision Changes Path 1.264 +1 -0 ports/math/Makefile 1.1 +34 -0 ports/math/qhull/Makefile (new) 1.1 +2 -0 ports/math/qhull/distinfo (new) 1.1 +10 -0 ports/math/qhull/files/patch-configure (new) 1.1 +11 -0 ports/math/qhull/files/patch-eg::Makefile.in (new) 1.1 +11 -0 ports/math/qhull/files/patch-src::Makefile.in (new) 1.1 +12 -0 ports/math/qhull/pkg-descr (new) 1.1 +78 -0 ports/math/qhull/pkg-plist (new)