Commit graph

9 commits

Author SHA1 Message Date
Wen Heping
2f05d87ab5 - Update to 4.11.1
PR:		227362
Submitted by:	lbartoletti@tuxfamily.org
2018-04-29 00:49:58 +00:00
Wen Heping
b445396c2e - Update to 4.9
- Remove GUI option but always build libCGAL_ImageIO and libCGAL_Qt
2016-10-13 09:12:46 +00:00
Wen Heping
244d506562 - Update to 4.8.1 2016-07-05 09:02:06 +00:00
Dmitry Marakasov
85cf4395e8 - Fix build of cgal consumers (sfcgal) with boost 1.60
PR:		199601
Approved by:	portmgr blanket
2016-02-09 10:38:38 +00:00
Raphael Kubo da Costa
cfc6c42930 Update CMake to 3.1.1.
Release notes for the 3.3 series:
http://www.cmake.org/cmake/help/v3.3/release/3.3.html

This update took longer than expected because of a behavior change in CMake:
now calls to find_library(), find_path() etc will take the $PATH environment
variable into consideration, which in practice means that it will prefer
libraries in base instead of those in ports when both versions are available.
r395972 is an example of the groundwork that had to be done before landing this
patch.

- deskutils/owncloudclient: When OpenSSL from ports is to be used, make sure to
  pass ${LOCALBASE} as $CMAKE_PREFIX_PATH, otherwise it will use the version in
  base (see above) and fail on 9.x.
- math/cgal: Import upstream patch to fix the configuration process with CMake
  3.3.x.

PR:		202516
2015-09-07 12:09:53 +00:00
Wen Heping
d48119d6bc - Fix build on armv6
PR:		200286
Submitted by:	mikael.urankar@gmail.com
2015-05-19 02:50:54 +00:00
Wen Heping
f7e6654403 - Update to 4.1
PR:		177060
Submitted by:	Pedro Giffuni <giffunip@tutopia.com>
Approved by:	portmgr(decke@)
2013-04-02 15:38:48 +00:00
Martin Wilke
a3585cf85c - Update to 3.4
- Pass maintainership to submitter

PR:		131807
Submitted by:	"Wen Heping" <wenheping@gmail.com>
2009-02-19 20:03:09 +00:00
Jean-Yves Lefort
de81bcb1c4 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/
2006-04-10 10:48:49 +00:00