From owner-cvs-ports@FreeBSD.ORG Mon Apr 10 10:48:50 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B16416A403; Mon, 10 Apr 2006 10:48:50 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B822443D46; Mon, 10 Apr 2006 10:48:49 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3AAmnIZ046700; Mon, 10 Apr 2006 10:48:49 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3AAmnHR046699; Mon, 10 Apr 2006 10:48:49 GMT (envelope-from jylefort) Message-Id: <200604101048.k3AAmnHR046699@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 10 Apr 2006 10:48:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/cgal Makefile distinfo pkg-descr ports/math/cgal/files patch-include_CGAL_number__type__basic.h patch-install__cgal patch-src_makefile__lib patch-src_makefile__sharedlib X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 10:48:50 -0000 jylefort 2006-04-10 10:48:49 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/cgal Makefile distinfo pkg-descr math/cgal/files patch-include_CGAL_number__type__basic.h patch-install__cgal patch-src_makefile__lib patch-src_makefile__sharedlib Log: Add cgal. CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most important of the solutions and methods developed in computational geometry available to users in industry and academia in a C++ library. The goal is to provide easy access to useful, reliable geometric algorithms. The CGAL library contains: * the Kernel with geometric primitives such as points, vectors, lines, predicates for testing things such as relative positions of points, and operations such as intersections and distance calculation. * the Basic Library which is a collection of standard data structures and geometric algorithms, such as convex hull in 2D/3D, (Delaunay) triangulation in 2D/3D, planar map, polyhedron, smallest enclosing circle, and multidimensional query structures. * the Support Library which offers interfaces to other packages, e.g., for visualisation, and I/O, and other support facilities. WWW: http://www.cgal.org/ Revision Changes Path 1.360 +1 -0 ports/math/Makefile 1.1 +79 -0 ports/math/cgal/Makefile (new) 1.1 +6 -0 ports/math/cgal/distinfo (new) 1.1 +12 -0 ports/math/cgal/files/patch-include_CGAL_number__type__basic.h (new) 1.1 +45 -0 ports/math/cgal/files/patch-install__cgal (new) 1.1 +10 -0 ports/math/cgal/files/patch-src_makefile__lib (new) 1.1 +10 -0 ports/math/cgal/files/patch-src_makefile__sharedlib (new) 1.1 +22 -0 ports/math/cgal/pkg-descr (new)