Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2018 00:49:58 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468597 - in head/math/cgal: . files
Message-ID:  <201804290049.w3T0nwnd088919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun Apr 29 00:49:58 2018
New Revision: 468597
URL: https://svnweb.freebsd.org/changeset/ports/468597

Log:
  - Update to 4.11.1
  
  PR:		227362
  Submitted by:	lbartoletti@tuxfamily.org

Modified:
  head/math/cgal/Makefile
  head/math/cgal/distinfo
  head/math/cgal/files/patch-CMakeLists.txt
  head/math/cgal/files/patch-include_CGAL_config.h
  head/math/cgal/pkg-plist

Modified: head/math/cgal/Makefile
==============================================================================
--- head/math/cgal/Makefile	Sun Apr 29 00:03:12 2018	(r468596)
+++ head/math/cgal/Makefile	Sun Apr 29 00:49:58 2018	(r468597)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cgal
-PORTVERSION=	4.10.1
-PORTREVISION=	3
+PORTVERSION=	4.11.1
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/releases/${DISTNAME}/
 DISTNAME=	${PORTNAME:tu}-${PORTVERSION}

Modified: head/math/cgal/distinfo
==============================================================================
--- head/math/cgal/distinfo	Sun Apr 29 00:03:12 2018	(r468596)
+++ head/math/cgal/distinfo	Sun Apr 29 00:49:58 2018	(r468597)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505409456
-SHA256 (CGAL-4.10.1.tar.xz) = 2baef1f4cca90dc82851267c36f8632bd6b39e8a5d15c23f1d78b4172d36d743
-SIZE (CGAL-4.10.1.tar.xz) = 14254012
+TIMESTAMP = 1523167855
+SHA256 (CGAL-4.11.1.tar.xz) = fb152fc30f007e5911922913f8dc38e0bb969b534373ca0fbe85b4d872300e8b
+SIZE (CGAL-4.11.1.tar.xz) = 14650588

Modified: head/math/cgal/files/patch-CMakeLists.txt
==============================================================================
--- head/math/cgal/files/patch-CMakeLists.txt	Sun Apr 29 00:03:12 2018	(r468596)
+++ head/math/cgal/files/patch-CMakeLists.txt	Sun Apr 29 00:49:58 2018	(r468597)
@@ -1,17 +1,17 @@
---- CMakeLists.txt.orig	2016-09-16 19:00:17 UTC
+--- CMakeLists.txt.orig	2018-04-08 06:26:10 UTC
 +++ CMakeLists.txt
 @@ -759,11 +759,11 @@ set ( CGAL_INSTALL_CMAKE_DIR "${CGAL_INS
    CACHE STRING "The folder where CGAL CMake modules will be installed, relative to CMAKE_INSTALL_PREFIX" 
    )
  
--set ( CGAL_INSTALL_DOC_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/doc/${CGAL_VERSION_DIR}"
+-set ( CGAL_INSTALL_DOC_DIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/${CGAL_VERSION_DIR}"
 -  CACHE STRING "The folder where CGAL documentation and license files will be installed, relative to CMAKE_INSTALL_PREFIX"
 -  )
-+# set ( CGAL_INSTALL_DOC_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/doc/${CGAL_VERSION_DIR}"
-+#  CACHE STRING "The folder where CGAL documentation and license files will be installed, relative to CMAKE_INSTALL_PREFIX"
-+#  )
++# set ( CGAL_INSTALL_DOC_DIR "${CMAKE_INSTALL_DATAROOTDIR}/doc/${CGAL_VERSION_DIR}"
++#   CACHE STRING "The folder where CGAL documentation and license files will be installed, relative to CMAKE_INSTALL_PREFIX"
++#   )
  
--set ( CGAL_INSTALL_MAN_DIR "${CMAKE_INSTALL_FULL_DATAROOTDIR}/man/man1"
+-set ( CGAL_INSTALL_MAN_DIR "${CMAKE_INSTALL_DATAROOTDIR}/man/man1"
 +set ( CGAL_INSTALL_MAN_DIR "man/man1"
    CACHE STRING "The folder where manual pages for CGAL scripts will be installed, relative to CMAKE_INSTALL_PREFIX"
    )

Modified: head/math/cgal/files/patch-include_CGAL_config.h
==============================================================================
--- head/math/cgal/files/patch-include_CGAL_config.h	Sun Apr 29 00:03:12 2018	(r468596)
+++ head/math/cgal/files/patch-include_CGAL_config.h	Sun Apr 29 00:49:58 2018	(r468597)
@@ -1,6 +1,6 @@
---- include/CGAL/config.h.orig	2016-09-16 19:00:17 UTC
+--- include/CGAL/config.h.orig	2018-02-24 20:00:36 UTC
 +++ include/CGAL/config.h
-@@ -300,7 +300,8 @@
+@@ -335,7 +335,8 @@
     || defined(__x86_64) || defined(__x86_64__) \
     || defined(__ia64) || defined(__ia64__) \
     || defined(_M_IX86) || defined(_M_IA64) \

Modified: head/math/cgal/pkg-plist
==============================================================================
--- head/math/cgal/pkg-plist	Sun Apr 29 00:03:12 2018	(r468596)
+++ head/math/cgal/pkg-plist	Sun Apr 29 00:49:58 2018	(r468597)
@@ -299,7 +299,6 @@ include/CGAL/Barycentric_coordinates_2/Segment_coordin
 include/CGAL/Barycentric_coordinates_2/Triangle_coordinates_2.h
 include/CGAL/Barycentric_coordinates_2/Wachspress_2.h
 include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h
-include/CGAL/Barycentric_mapping_parameterizer_3.h
 include/CGAL/Basic_sweep_line_2.h
 include/CGAL/Bbox_2.h
 include/CGAL/Bbox_2_Line_2_intersection.h
@@ -449,7 +448,9 @@ include/CGAL/Cartesian_converter.h
 include/CGAL/Cartesian_d.h
 include/CGAL/Cartesian_matrix.h
 include/CGAL/Cell_attribute.h
+include/CGAL/Cell_attribute_with_id.h
 include/CGAL/Cell_attribute_with_point.h
+include/CGAL/Cell_attribute_with_point_and_id.h
 include/CGAL/Cell_const_iterators.h
 include/CGAL/Cell_iterators.h
 include/CGAL/Chinese_remainder_traits.h
@@ -462,7 +463,6 @@ include/CGAL/Circular_arc_2.h
 include/CGAL/Circular_arc_3.h
 include/CGAL/Circular_arc_point_2.h
 include/CGAL/Circular_arc_point_3.h
-include/CGAL/Circular_border_parameterizer_3.h
 include/CGAL/Circular_kernel_2.h
 include/CGAL/Circular_kernel_2/Circular_arc_2.h
 include/CGAL/Circular_kernel_2/Circular_arc_point_2.h
@@ -540,9 +540,6 @@ include/CGAL/Constrained_voronoi_diagram_2.h
 include/CGAL/Constraint_hierarchy_2.h
 include/CGAL/Construct_theta_graph_2.h
 include/CGAL/Construct_yao_graph_2.h
-include/CGAL/Convertible_circulator_project.h
-include/CGAL/Convertible_filter_iterator.h
-include/CGAL/Convertible_iterator_project.h
 include/CGAL/Convex_decomposition_3/Edge_sorter.h
 include/CGAL/Convex_decomposition_3/External_structure_builder.h
 include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h
@@ -628,12 +625,11 @@ include/CGAL/Diagonalize_traits.h
 include/CGAL/Dimension.h
 include/CGAL/Direction_2.h
 include/CGAL/Direction_3.h
-include/CGAL/Discrete_authalic_parameterizer_3.h
-include/CGAL/Discrete_conformal_map_parameterizer_3.h
 include/CGAL/Distance_2.h
 include/CGAL/Double_map.h
 include/CGAL/Dummy_tds_2.h
 include/CGAL/Dynamic_matrix.h
+include/CGAL/Dynamic_property_map.h
 include/CGAL/Eigen_diagonalize_traits.h
 include/CGAL/Eigen_matrix.h
 include/CGAL/Eigen_solver_traits.h
@@ -658,6 +654,7 @@ include/CGAL/Envelope_3/Envelope_overlay_functor.h
 include/CGAL/Envelope_3/Envelope_pm_dcel.h
 include/CGAL/Envelope_3/set_dividors.h
 include/CGAL/Envelope_diagram_1.h
+include/CGAL/Epeck_d.h
 include/CGAL/Epick_d.h
 include/CGAL/Euclidean_distance.h
 include/CGAL/Euclidean_distance_sphere_point.h
@@ -696,7 +693,6 @@ include/CGAL/Filtered_predicate_with_state.h
 include/CGAL/Fixed_alpha_shape_3.h
 include/CGAL/Fixed_alpha_shape_cell_base_3.h
 include/CGAL/Fixed_alpha_shape_vertex_base_3.h
-include/CGAL/Fixed_border_parameterizer_3.h
 include/CGAL/Flattening_iterator.h
 include/CGAL/Fourtuple.h
 include/CGAL/Fraction_traits.h
@@ -762,7 +758,9 @@ include/CGAL/Handle_for.h
 include/CGAL/Handle_for_virtual.h
 include/CGAL/Handle_hash_function.h
 include/CGAL/Handle_with_policy.h
+include/CGAL/Has_conversion.h
 include/CGAL/Has_timestamp.h
+include/CGAL/Hidden_point_memory_policy.h
 include/CGAL/Hilbert_policy_tags.h
 include/CGAL/Hilbert_sort_2.h
 include/CGAL/Hilbert_sort_3.h
@@ -878,6 +876,9 @@ include/CGAL/IO/Scanner_OFF.h
 include/CGAL/IO/Tee_for_output_iterator.h
 include/CGAL/IO/Triangulation_geomview_ostream_2.h
 include/CGAL/IO/Triangulation_geomview_ostream_3.h
+include/CGAL/IO/Triangulation_off_ostream.h
+include/CGAL/IO/Triangulation_off_ostream_2.h
+include/CGAL/IO/Triangulation_off_ostream_3.h
 include/CGAL/IO/Triangulation_ps_stream.h
 include/CGAL/IO/VRML_1_ostream.h
 include/CGAL/IO/VRML_2_ostream.h
@@ -890,6 +891,7 @@ include/CGAL/IO/generic_print_polyhedron.h
 include/CGAL/IO/io.h
 include/CGAL/IO/io_impl.h
 include/CGAL/IO/io_tags.h
+include/CGAL/IO/output_surface_facets_to_facegraph.h
 include/CGAL/IO/output_surface_facets_to_polyhedron.h
 include/CGAL/IO/output_surface_facets_to_triangle_soup.h
 include/CGAL/IO/print_OFF.h
@@ -897,11 +899,12 @@ include/CGAL/IO/print_VRML_1.h
 include/CGAL/IO/print_VRML_2.h
 include/CGAL/IO/print_inventor.h
 include/CGAL/IO/print_wavefront.h
+include/CGAL/IO/read_las_points.h
 include/CGAL/IO/read_off_points.h
-include/CGAL/IO/read_ply_point_set_3.h
 include/CGAL/IO/read_ply_points.h
 include/CGAL/IO/read_xyz_points.h
 include/CGAL/IO/scan_OFF.h
+include/CGAL/IO/write_las_points.h
 include/CGAL/IO/write_off_points.h
 include/CGAL/IO/write_ply_points.h
 include/CGAL/IO/write_xyz_points.h
@@ -1055,6 +1058,7 @@ include/CGAL/Kinetic/CORE_Expr_exact_simulation_traits
 include/CGAL/Kinetic/Cartesian.h
 include/CGAL/Kinetic/Certificate_generator.h
 include/CGAL/Kinetic/Default_instantaneous_kernel.h
+include/CGAL/Kinetic/Default_instantaneous_mapped_kernel.h
 include/CGAL/Kinetic/Default_simulator.h
 include/CGAL/Kinetic/Delaunay_triangulation_2.h
 include/CGAL/Kinetic/Delaunay_triangulation_3.h
@@ -1123,7 +1127,6 @@ include/CGAL/Kinetic/internal/triangulation_helpers_3.
 include/CGAL/Kinetic/listeners.h
 include/CGAL/LEDA_arithmetic_kernel.h
 include/CGAL/LEDA_basic.h
-include/CGAL/LSCM_parameterizer_3.h
 include/CGAL/Labeled_image_mesh_domain_3.h
 include/CGAL/Labeled_mesh_domain_3.h
 include/CGAL/Lapack_svd.h
@@ -1148,7 +1151,9 @@ include/CGAL/Linear_algebraCd.h
 include/CGAL/Linear_algebraHd.h
 include/CGAL/Linear_cell_complex.h
 include/CGAL/Linear_cell_complex_base.h
+include/CGAL/Linear_cell_complex_bgl_min_items.h
 include/CGAL/Linear_cell_complex_constructors.h
+include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h
 include/CGAL/Linear_cell_complex_for_combinatorial_map.h
 include/CGAL/Linear_cell_complex_for_generalized_map.h
 include/CGAL/Linear_cell_complex_incremental_builder.h
@@ -1163,7 +1168,6 @@ include/CGAL/Manhattan_distance_iso_box_point.h
 include/CGAL/Marching_tetrahedra_observer_default_3.h
 include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h
 include/CGAL/Mean_curvature_flow_skeletonization.h
-include/CGAL/Mean_value_coordinates_parameterizer_3.h
 include/CGAL/Memory_sizer.h
 include/CGAL/Mesh_2/Clusters.h
 include/CGAL/Mesh_2/Do_not_refine_edges.h
@@ -1183,9 +1187,6 @@ include/CGAL/Mesh_2/Uniform_sizing_field_2.h
 include/CGAL/Mesh_3/C3T3_helpers.h
 include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h
 include/CGAL/Mesh_3/Concurrent_mesher_config.h
-include/CGAL/Mesh_3/Creator_weighted_point_3.h
-include/CGAL/Mesh_3/Detect_features_in_polyhedra.h
-include/CGAL/Mesh_3/Detect_features_in_polyhedra_fwd.h
 include/CGAL/Mesh_3/Detect_polylines_in_polyhedra.h
 include/CGAL/Mesh_3/Detect_polylines_in_polyhedra_fwd.h
 include/CGAL/Mesh_3/Dump_c3t3.h
@@ -1219,7 +1220,6 @@ include/CGAL/Mesh_3/Refine_facets_manifold_base.h
 include/CGAL/Mesh_3/Refine_tets_visitor.h
 include/CGAL/Mesh_3/Robust_intersection_kernel.h
 include/CGAL/Mesh_3/Robust_intersection_traits_3.h
-include/CGAL/Mesh_3/Robust_weighted_circumcenter_filtered_traits_3.h
 include/CGAL/Mesh_3/Sizing_grid.h
 include/CGAL/Mesh_3/Sliver_perturber.h
 include/CGAL/Mesh_3/Slivers_exuder.h
@@ -1250,6 +1250,9 @@ include/CGAL/Mesh_3/min_dihedral_angle.h
 include/CGAL/Mesh_3/parameters_defaults.h
 include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h
 include/CGAL/Mesh_3/polylines_to_protect.h
+include/CGAL/Mesh_3/properties.h
+include/CGAL/Mesh_3/properties_Polyhedron_3.h
+include/CGAL/Mesh_3/properties_Surface_mesh.h
 include/CGAL/Mesh_3/radius_ratio.h
 include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h
 include/CGAL/Mesh_3/sliver_criteria.h
@@ -1489,6 +1492,7 @@ include/CGAL/NewKernel_d/Types/Line.h
 include/CGAL/NewKernel_d/Types/Ray.h
 include/CGAL/NewKernel_d/Types/Segment.h
 include/CGAL/NewKernel_d/Types/Sphere.h
+include/CGAL/NewKernel_d/Types/Weighted_point.h
 include/CGAL/NewKernel_d/Vector/array.h
 include/CGAL/NewKernel_d/Vector/avx4.h
 include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h
@@ -1508,6 +1512,7 @@ include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h
 include/CGAL/NewKernel_d/Wrapper/Segment_d.h
 include/CGAL/NewKernel_d/Wrapper/Sphere_d.h
 include/CGAL/NewKernel_d/Wrapper/Vector_d.h
+include/CGAL/NewKernel_d/Wrapper/Weighted_point_d.h
 include/CGAL/NewKernel_d/function_objects_cartesian.h
 include/CGAL/NewKernel_d/functor_properties.h
 include/CGAL/NewKernel_d/functor_tags.h
@@ -1557,13 +1562,6 @@ include/CGAL/PCA_util.h
 include/CGAL/PCA_util_Eigen.h
 include/CGAL/Parabola_2.h
 include/CGAL/Parabola_segment_2.h
-include/CGAL/Param_mesh_patch_circulators.h
-include/CGAL/Param_mesh_patch_iterators.h
-include/CGAL/Param_mesh_patch_vertex.h
-include/CGAL/Parameterization_mesh_feature_extractor.h
-include/CGAL/Parameterization_mesh_patch_3.h
-include/CGAL/Parameterization_polyhedron_adaptor_3.h
-include/CGAL/Parameterizer_traits_3.h
 include/CGAL/Partition_2/Circulator_pair.h
 include/CGAL/Partition_2/Indirect_edge_compare.h
 include/CGAL/Partition_2/Indirect_less_xy_2.h
@@ -1607,16 +1605,14 @@ include/CGAL/Periodic_2_triangulation_statically_filte
 include/CGAL/Periodic_2_triangulation_traits_2.h
 include/CGAL/Periodic_2_triangulation_vertex_base_2.h
 include/CGAL/Periodic_3_Delaunay_triangulation_3.h
-include/CGAL/Periodic_3_Delaunay_triangulation_filtered_traits_3.h
 include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h
-include/CGAL/Periodic_3_construct_point_3.h
 include/CGAL/Periodic_3_offset_3.h
+include/CGAL/Periodic_3_regular_triangulation_3.h
+include/CGAL/Periodic_3_regular_triangulation_traits_3.h
 include/CGAL/Periodic_3_triangulation_3.h
 include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h
 include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h
-include/CGAL/Periodic_3_triangulation_dummy_36.h
 include/CGAL/Periodic_3_triangulation_hierarchy_3.h
-include/CGAL/Periodic_3_triangulation_iterators_3.h
 include/CGAL/Periodic_3_triangulation_traits_3.h
 include/CGAL/Plane_3.h
 include/CGAL/Plane_separator.h
@@ -1652,6 +1648,8 @@ include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h
 include/CGAL/Polygon_2/polygon_assertions.h
 include/CGAL/Polygon_2_algorithms.h
 include/CGAL/Polygon_convex_decomposition_2.h
+include/CGAL/Polygon_mesh_processing/Detect_features_in_polyhedra.h
+include/CGAL/Polygon_mesh_processing/Detect_features_in_polyhedra_fwd.h
 include/CGAL/Polygon_mesh_processing/Weights.h
 include/CGAL/Polygon_mesh_processing/bbox.h
 include/CGAL/Polygon_mesh_processing/border.h
@@ -1686,12 +1684,14 @@ include/CGAL/Polygon_mesh_processing/internal/fair_imp
 include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h
 include/CGAL/Polygon_mesh_processing/internal/named_function_params.h
 include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h
+include/CGAL/Polygon_mesh_processing/internal/parameters_interface.h
 include/CGAL/Polygon_mesh_processing/internal/refine_impl.h
 include/CGAL/Polygon_mesh_processing/intersection.h
 include/CGAL/Polygon_mesh_processing/measure.h
 include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h
 include/CGAL/Polygon_mesh_processing/orientation.h
 include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h
+include/CGAL/Polygon_mesh_processing/random_perturbation.h
 include/CGAL/Polygon_mesh_processing/refine.h
 include/CGAL/Polygon_mesh_processing/remesh.h
 include/CGAL/Polygon_mesh_processing/repair.h
@@ -1709,12 +1709,12 @@ include/CGAL/Polygon_triangulation_decomposition_2.h
 include/CGAL/Polygon_vertical_decomposition_2.h
 include/CGAL/Polygon_with_holes_2.h
 include/CGAL/PolyhedralSurf_neighbors.h
+include/CGAL/Polyhedral_complex_mesh_domain_3.h
 include/CGAL/Polyhedral_mesh_domain_3.h
 include/CGAL/Polyhedral_mesh_domain_with_features_3.h
 include/CGAL/Polyhedron_3.h
 include/CGAL/Polyhedron_3_to_lcc.h
 include/CGAL/Polyhedron_copy_3.h
-include/CGAL/Polyhedron_decorator_3.h
 include/CGAL/Polyhedron_incremental_builder_3.h
 include/CGAL/Polyhedron_items_3.h
 include/CGAL/Polyhedron_items_with_id_3.h
@@ -2008,6 +2008,7 @@ include/CGAL/Rectangular_p_center_traits_2.h
 include/CGAL/Referenced_argument.h
 include/CGAL/Regular_complex_d.h
 include/CGAL/Regular_grid_2.h
+include/CGAL/Regular_triangulation.h
 include/CGAL/Regular_triangulation_2.h
 include/CGAL/Regular_triangulation_3.h
 include/CGAL/Regular_triangulation_adaptation_policies_2.h
@@ -2018,6 +2019,7 @@ include/CGAL/Regular_triangulation_euclidean_traits_2.
 include/CGAL/Regular_triangulation_euclidean_traits_3.h
 include/CGAL/Regular_triangulation_face_base_2.h
 include/CGAL/Regular_triangulation_filtered_traits_2.h
+include/CGAL/Regular_triangulation_traits_adapter.h
 include/CGAL/Regular_triangulation_vertex_base_2.h
 include/CGAL/Regular_triangulation_vertex_base_3.h
 include/CGAL/Residue.h
@@ -2025,6 +2027,7 @@ include/CGAL/Ridges.h
 include/CGAL/Robust_circumcenter_filtered_traits_3.h
 include/CGAL/Robust_circumcenter_traits_3.h
 include/CGAL/Robust_construction.h
+include/CGAL/Robust_weighted_circumcenter_filtered_traits_3.h
 include/CGAL/Root_for_circles_2_2.h
 include/CGAL/Root_for_spheres_2_3.h
 include/CGAL/Root_of_traits.h
@@ -2032,8 +2035,11 @@ include/CGAL/Root_of_traits_specializations.h
 include/CGAL/Rotational_sweep_visibility_2.h
 include/CGAL/Runge_kutta_integrator_2.h
 include/CGAL/Scalar_factor_traits.h
-include/CGAL/Scale_space_reconstruction_3/Scale_space_surface_reconstruction_3_impl.h
+include/CGAL/Scale_space_reconstruction_3/Advancing_front_mesher.h
+include/CGAL/Scale_space_reconstruction_3/Alpha_shape_mesher.h
+include/CGAL/Scale_space_reconstruction_3/Jet_smoother.h
 include/CGAL/Scale_space_reconstruction_3/Shape_construction_3.h
+include/CGAL/Scale_space_reconstruction_3/Weighted_PCA_smoother.h
 include/CGAL/Scale_space_reconstruction_3/internal/Auto_count.h
 include/CGAL/Scale_space_surface_reconstruction_3.h
 include/CGAL/Search_traits.h
@@ -2185,7 +2191,6 @@ include/CGAL/Sqrt_extension/Wang_traits.h
 include/CGAL/Sqrt_extension/convert_to_bfi.h
 include/CGAL/Sqrt_extension/io.h
 include/CGAL/Sqrt_extension_fwd.h
-include/CGAL/Square_border_parameterizer_3.h
 include/CGAL/Straight_2.h
 include/CGAL/Straight_skeleton_2.h
 include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h
@@ -2204,9 +2209,11 @@ include/CGAL/Straight_skeleton_halfedge_base_2.h
 include/CGAL/Straight_skeleton_items_2.h
 include/CGAL/Straight_skeleton_vertex_base_2.h
 include/CGAL/Stream_lines_2.h
-include/CGAL/Subdivision_mask_3.h
-include/CGAL/Subdivision_method_3.h
-include/CGAL/Subdivision_method_impl_3.h
+include/CGAL/Subdivision_method_3/internal/Euler_extensions.h
+include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h
+include/CGAL/Subdivision_method_3/subdivision_hosts_3.h
+include/CGAL/Subdivision_method_3/subdivision_masks_3.h
+include/CGAL/Subdivision_method_3/subdivision_methods_3.h
 include/CGAL/Surface_mesh.h
 include/CGAL/Surface_mesh/IO.h
 include/CGAL/Surface_mesh/Properties.h
@@ -2218,6 +2225,29 @@ include/CGAL/Surface_mesh_default_criteria_3.h
 include/CGAL/Surface_mesh_default_edges_criteria_3.h
 include/CGAL/Surface_mesh_default_triangulation_3.h
 include/CGAL/Surface_mesh_deformation.h
+include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/Discrete_authalic_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/Discrete_conformal_map_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/Error_code.h
+include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/IO/File_off.h
+include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h
+include/CGAL/Surface_mesh_parameterization/Mean_value_coordinates_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h
+include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h
+include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h
+include/CGAL/Surface_mesh_parameterization/internal/angles.h
+include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h
+include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h
+include/CGAL/Surface_mesh_parameterization/internal/validity.h
+include/CGAL/Surface_mesh_parameterization/orbifold_enums.h
+include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h
+include/CGAL/Surface_mesh_parameterization/parameterize.h
 include/CGAL/Surface_mesh_shortest_path.h
 include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h
 include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h
@@ -2231,6 +2261,7 @@ include/CGAL/Surface_mesh_simplification/Detail/Edge_c
 include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse_impl.h
 include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h
 include/CGAL/Surface_mesh_simplification/HalfedgeGraph_Polyhedron_3.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_placement.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h
@@ -2300,10 +2331,6 @@ include/CGAL/Sweep_line_2_algorithms.h
 include/CGAL/Sweep_line_empty_visitor.h
 include/CGAL/TDS_full_cell_default_storage_policy.h
 include/CGAL/TDS_full_cell_mirror_storage_policy.h
-include/CGAL/Taucs_fix.h
-include/CGAL/Taucs_matrix.h
-include/CGAL/Taucs_solver_traits.h
-include/CGAL/Taucs_vector.h
 include/CGAL/Tetrahedron_3.h
 include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h
 include/CGAL/Three/Polyhedron_demo_plugin_helper.h
@@ -2314,7 +2341,8 @@ include/CGAL/Three/Scene_interface.h
 include/CGAL/Three/Scene_item.h
 include/CGAL/Three/Scene_item_config.h
 include/CGAL/Three/Scene_item_with_properties.h
-include/CGAL/Three/Scene_print_interface_item.h
+include/CGAL/Three/Scene_print_item_interface.h
+include/CGAL/Three/Scene_zoomable_item_interface.h
 include/CGAL/Three/TextRenderer.h
 include/CGAL/Three/Viewer_config.h
 include/CGAL/Three/Viewer_interface.h
@@ -2328,7 +2356,6 @@ include/CGAL/Tools/Log.h
 include/CGAL/Tools/Log_impl.h
 include/CGAL/Tools/chained_map.h
 include/CGAL/Tools/utility_macros.h
-include/CGAL/Traits_with_offsets_adaptor.h
 include/CGAL/Transform_iterator.h
 include/CGAL/Tree_assertions.h
 include/CGAL/Tree_base.h
@@ -2407,7 +2434,6 @@ include/CGAL/Triangulation_vertex_base_with_id_2.h
 include/CGAL/Triangulation_vertex_base_with_info_2.h
 include/CGAL/Triangulation_vertex_base_with_info_3.h
 include/CGAL/Trivial_iterator.h
-include/CGAL/Two_vertices_parameterizer_3.h
 include/CGAL/Twotuple.h
 include/CGAL/Umbilics.h
 include/CGAL/Uncertain.h
@@ -2460,13 +2486,9 @@ include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h
 include/CGAL/Weighted_point.h
 include/CGAL/Weighted_point_2.h
 include/CGAL/Weighted_point_3.h
-include/CGAL/Weighted_point_with_psc_localisation.h
-include/CGAL/Weighted_point_with_surface_index.h
-include/CGAL/Weighted_point_with_surface_index_geom_traits.h
 include/CGAL/Width_3.h
 include/CGAL/Width_default_traits_3.h
 include/CGAL/Width_polyhedron_3.h
-include/CGAL/Win32_exception.h
 include/CGAL/aff_transformation_tags.h
 include/CGAL/aff_transformation_tags_impl.h
 include/CGAL/algorithm.h
@@ -2496,8 +2518,12 @@ include/CGAL/bbox_intersection_3.h
 include/CGAL/bilateral_smooth_point_set.h
 include/CGAL/boost/graph/Dual.h
 include/CGAL/boost/graph/Euler_operations.h
+include/CGAL/boost/graph/Face_filtered_graph.h
 include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h
+include/CGAL/boost/graph/Seam_mesh.h
 include/CGAL/boost/graph/backward_compatibility_functions.h
+include/CGAL/boost/graph/boost_parameters_interface.h
+include/CGAL/boost/graph/cgal_bgl_graph_io.h
 include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h
 include/CGAL/boost/graph/copy_face_graph.h
 include/CGAL/boost/graph/dijkstra_shortest_paths.h
@@ -2510,9 +2536,11 @@ include/CGAL/boost/graph/graph_traits_Constrained_tria
 include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h
 include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h
 include/CGAL/boost/graph/graph_traits_HalfedgeDS.h
+include/CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h
 include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h
 include/CGAL/boost/graph/graph_traits_Polyhedron_3.h
 include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h
+include/CGAL/boost/graph/graph_traits_Seam_mesh.h
 include/CGAL/boost/graph/graph_traits_Surface_mesh.h
 include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h
 include/CGAL/boost/graph/graph_traits_Triangulation_2.h
@@ -2526,11 +2554,15 @@ include/CGAL/boost/graph/internal/Has_member_clear.h
 include/CGAL/boost/graph/internal/Has_member_id.h
 include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h
 include/CGAL/boost/graph/internal/helpers.h
+include/CGAL/boost/graph/io.h
 include/CGAL/boost/graph/iterator.h
 include/CGAL/boost/graph/named_function_params.h
+include/CGAL/boost/graph/parameters_interface.h
 include/CGAL/boost/graph/properties.h
+include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h
 include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h
 include/CGAL/boost/graph/properties_Polyhedron_3.h
+include/CGAL/boost/graph/properties_Seam_mesh.h
 include/CGAL/boost/graph/properties_Surface_mesh.h
 include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h
 include/CGAL/boost/graph/property_maps.h
@@ -2560,6 +2592,7 @@ include/CGAL/compiler_config.h
 include/CGAL/compute_average_spacing.h
 include/CGAL/compute_outer_frame_margin.h
 include/CGAL/config.h
+include/CGAL/config.h.orig
 include/CGAL/connect_holes.h
 include/CGAL/constant.h
 include/CGAL/constructions/Polygon_offset_cons_ftC2.h
@@ -2659,6 +2692,8 @@ include/CGAL/internal/Combinatorial_map_utility_novari
 include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h
 include/CGAL/internal/Dummy_tds_3.h
 include/CGAL/internal/Exact_type_selector.h
+include/CGAL/internal/Functor_with_offset_points_adaptor.h
+include/CGAL/internal/Functor_with_offset_weighted_points_adaptor.h
 include/CGAL/internal/Generalized_map_group_functors.h
 include/CGAL/internal/Generalized_map_internal_functors.h
 include/CGAL/internal/Generalized_map_sewable.h
@@ -2685,13 +2720,23 @@ include/CGAL/internal/Mesh_3/Handle_IO_for_pair_of_int
 include/CGAL/internal/Mesh_3/check_weights.h
 include/CGAL/internal/Mesh_3/get_index.h
 include/CGAL/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h
+include/CGAL/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h
 include/CGAL/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h
+include/CGAL/internal/Periodic_3_construct_point_3.h
+include/CGAL/internal/Periodic_3_construct_weighted_point_3.h
+include/CGAL/internal/Periodic_3_regular_triangulation_dummy_288.h
+include/CGAL/internal/Periodic_3_regular_triangulation_filtered_traits_3.h
+include/CGAL/internal/Periodic_3_regular_triangulation_remove_traits_3.h
+include/CGAL/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h
+include/CGAL/internal/Periodic_3_triangulation_dummy_36.h
 include/CGAL/internal/Periodic_3_triangulation_filtered_traits_3.h
+include/CGAL/internal/Periodic_3_triangulation_iterators_3.h
 include/CGAL/internal/Periodic_3_triangulation_remove_traits_3.h
 include/CGAL/internal/Periodic_3_triangulation_statically_filtered_traits_3.h
 include/CGAL/internal/Projection_traits_3.h
 include/CGAL/internal/Rich_grid.h
 include/CGAL/internal/Static_filters/Angle_3.h
+include/CGAL/internal/Static_filters/Collinear_3.h
 include/CGAL/internal/Static_filters/Compare_squared_radius_3.h
 include/CGAL/internal/Static_filters/Compare_weighted_squared_radius_3.h
 include/CGAL/internal/Static_filters/Compare_x_2.h
@@ -2708,6 +2753,7 @@ include/CGAL/internal/Static_filters/Orientation_3.h
 include/CGAL/internal/Static_filters/Periodic_2_orientation_2.h
 include/CGAL/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h
 include/CGAL/internal/Static_filters/Periodic_3_orientation_3.h
+include/CGAL/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h
 include/CGAL/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h
 include/CGAL/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h
 include/CGAL/internal/Static_filters/Side_of_oriented_circle_2.h
@@ -2743,6 +2789,7 @@ include/CGAL/internal/Voronoi_covariance_3/voronoi_cov
 include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h
 include/CGAL/internal/auxiliary/graph.h
 include/CGAL/internal/boost/array_binary_tree.hpp
+include/CGAL/internal/boost/function_property_map.hpp
 include/CGAL/internal/boost/mutable_heap.hpp
 include/CGAL/internal/boost/mutable_queue.hpp
 include/CGAL/internal/bounded_priority_queue.h
@@ -2931,7 +2978,6 @@ include/CGAL/number_utils_classes.h
 include/CGAL/odt_optimize_mesh_3.h
 include/CGAL/offset_polygon_2.h
 include/CGAL/optimize_mesh_3.h
-include/CGAL/parameterize.h
 include/CGAL/partition_2.h
 include/CGAL/partition_is_valid_2.h
 include/CGAL/pca_estimate_normals.h
@@ -2943,6 +2989,7 @@ include/CGAL/point_generators_3.h
 include/CGAL/point_generators_d.h
 include/CGAL/point_set_processing_assertions.h
 include/CGAL/poisson_refine_triangulation.h
+include/CGAL/poisson_surface_reconstruction.h
 include/CGAL/polygon_function_objects.h
 include/CGAL/polygon_mesh_processing.h
 include/CGAL/polyhedron_cut_plane_3.h
@@ -2995,11 +3042,13 @@ include/CGAL/squared_distance_3_1.h
 include/CGAL/squared_distance_3_2.h
 include/CGAL/squared_distance_utils.h
 include/CGAL/sse2.h
+include/CGAL/stddef.h
 include/CGAL/streamlines_assertions.h
 include/CGAL/structure_point_set.h
 include/CGAL/subdivide_skin_surface_mesh_3.h
 include/CGAL/subdivide_union_of_balls_mesh_3.h
-include/CGAL/surface_mesh_parameterization_assertions.h
+include/CGAL/subdivision_method_3.h
+include/CGAL/surface_mesh_parameterization.h
 include/CGAL/surface_neighbor_coordinates_3.h
 include/CGAL/surface_neighbors_3.h
 include/CGAL/surface_reconstruction_points_assertions.h
@@ -3053,9 +3102,6 @@ lib/CGAL/CGAL_ImageIOExports.cmake
 lib/CGAL/CGAL_ImageIOLibConfig.cmake
 lib/CGAL/CGAL_Locate_CGAL_TAUCS.cmake
 lib/CGAL/CGAL_Macros.cmake
-%%QT5%%lib/CGAL/CGAL_Qt5Exports-%%CMAKE_BUILD_TYPE%%.cmake
-%%QT5%%lib/CGAL/CGAL_Qt5Exports.cmake
-%%QT5%%lib/CGAL/CGAL_Qt5LibConfig.cmake
 lib/CGAL/CGAL_SCM.cmake
 lib/CGAL/CGAL_SetupBoost.cmake
 lib/CGAL/CGAL_SetupDependencies.cmake
@@ -3084,6 +3130,7 @@ lib/CGAL/FindGMP.cmake
 lib/CGAL/FindGMPXX.cmake
 lib/CGAL/FindIPE.cmake
 lib/CGAL/FindLAPACK.cmake
+lib/CGAL/FindLASLIB.cmake
 lib/CGAL/FindLEDA.cmake
 lib/CGAL/FindMKL.cmake
 lib/CGAL/FindMPFI.cmake
@@ -3094,11 +3141,13 @@ lib/CGAL/FindOpenMesh.cmake
 lib/CGAL/FindQGLViewer.cmake
 lib/CGAL/FindRS.cmake
 lib/CGAL/FindRS3.cmake
+lib/CGAL/FindSuiteSparse.cmake
 lib/CGAL/FindTAUCS.cmake
 lib/CGAL/FindTBB.cmake
 lib/CGAL/UseCGAL.cmake
 lib/CGAL/UseESBTL.cmake
 lib/CGAL/UseEigen3.cmake
+lib/CGAL/UseLASLIB.cmake
 lib/CGAL/UseOpenMesh.cmake
 lib/CGAL/UseTBB.cmake
 lib/CGAL/Use_CGAL_Qt5_headers.cmake
@@ -3110,13 +3159,13 @@ lib/CGAL/run_test_with_cin.cmake
 lib/CGAL/test_MPFI.cpp
 lib/libCGAL.so
 lib/libCGAL.so.13
-lib/libCGAL.so.13.0.0
+lib/libCGAL.so.13.0.1
 lib/libCGAL_Core.so
 lib/libCGAL_Core.so.13
-lib/libCGAL_Core.so.13.0.0
+lib/libCGAL_Core.so.13.0.1
 lib/libCGAL_ImageIO.so
 lib/libCGAL_ImageIO.so.13
-lib/libCGAL_ImageIO.so.13.0.0
+lib/libCGAL_ImageIO.so.13.0.1
 %%QT5%%lib/libCGAL_Qt5.so
 %%QT5%%lib/libCGAL_Qt5.so.13
 %%QT5%%lib/libCGAL_Qt5.so.13.0.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804290049.w3T0nwnd088919>