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

Jean-Yves Lefort jylefort at FreeBSD.org
Mon Apr 10 10:48:50 UTC 2006


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)


More information about the cvs-ports mailing list