Date: Mon, 10 Apr 2006 10:48:49 +0000 (UTC) From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200604101048.k3AAmnHR046699@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604101048.k3AAmnHR046699>