pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cgal: update to 4.14, depending on qt5



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Tue Apr 16 19:12:01 2019 +0200
Changeset:	46503d5a638ee7705533b4a3c7d8bee91f77612c

Modified Files:
	cgal/Makefile
	cgal/PLIST
	cgal/distinfo

Log Message:
cgal: update to 4.14, depending on qt5

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=46503d5a638ee7705533b4a3c7d8bee91f77612c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cgal/Makefile |  14 +--
 cgal/PLIST    | 277 ++++++++++++++++++++++++++++++++++++++--------------------
 cgal/distinfo |   8 +-
 3 files changed, 194 insertions(+), 105 deletions(-)

diffs:
diff --git a/cgal/Makefile b/cgal/Makefile
index eab718dd7b..56e3b58526 100644
--- a/cgal/Makefile
+++ b/cgal/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.34 2017/08/24 20:03:00 adam Exp $
 
-DISTNAME=	CGAL-4.13
-PKGNAME=	cgal-4.13
+DISTNAME=	CGAL-4.14
+PKGNAME=	cgal-4.14
 CATEGORIES=	wip
-MASTER_SITES=	https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.13/
+MASTER_SITES=	https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14/
 EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	reinoud%NetBSD.org@localhost
@@ -23,6 +23,10 @@ pre-install:
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/cgal/PLIST b/cgal/PLIST
index b53caea782..c1f9d36e47 100644
--- a/cgal/PLIST
+++ b/cgal/PLIST
@@ -12,6 +12,7 @@ include/CGAL/AABB_segment_primitive.h
 include/CGAL/AABB_traits.h
 include/CGAL/AABB_tree.h
 include/CGAL/AABB_triangle_primitive.h
+include/CGAL/AABB_triangulation_3_cell_primitive.h
 include/CGAL/AABB_triangulation_3_triangle_primitive.h
 include/CGAL/Advancing_front_surface_reconstruction.h
 include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h
@@ -292,6 +293,7 @@ include/CGAL/Arrangement_on_surface_2.h
 include/CGAL/Arrangement_on_surface_with_history_2.h
 include/CGAL/Arrangement_with_history_2.h
 include/CGAL/Arrangement_zone_2.h
+include/CGAL/BOOST_MP_arithmetic_kernel.h
 include/CGAL/Barycentric_coordinates_2.h
 include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h
 include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h
@@ -301,10 +303,6 @@ 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/Bbox_2.h
-include/CGAL/Bbox_2_Line_2_intersection.h
-include/CGAL/Bbox_2_Line_2_intersection_impl.h
-include/CGAL/Bbox_2_Ray_2_intersection.h
-include/CGAL/Bbox_2_intersection.h
 include/CGAL/Bbox_3.h
 include/CGAL/Bigfloat_interval_traits.h
 include/CGAL/Boolean_set_operations_2.h
@@ -458,8 +456,6 @@ include/CGAL/Cell_const_iterators.h
 include/CGAL/Cell_iterators.h
 include/CGAL/Chinese_remainder_traits.h
 include/CGAL/Circle_2.h
-include/CGAL/Circle_2_Circle_2_intersection.h
-include/CGAL/Circle_2_Line_2_intersection.h
 include/CGAL/Circle_3.h
 include/CGAL/Circle_type.h
 include/CGAL/Circular_arc_2.h
@@ -509,7 +505,13 @@ include/CGAL/Circulator_project.h
 include/CGAL/Classification.h
 include/CGAL/Classification/Cluster.h
 include/CGAL/Classification/Color.h
-include/CGAL/Classification/ETHZ_random_forest_classifier.h
+include/CGAL/Classification/ETHZ/Random_forest_classifier.h
+include/CGAL/Classification/ETHZ/internal/dataview.h
+include/CGAL/Classification/ETHZ/internal/random-forest/common-libraries.hpp
+include/CGAL/Classification/ETHZ/internal/random-forest/forest.hpp
+include/CGAL/Classification/ETHZ/internal/random-forest/node-gini.hpp
+include/CGAL/Classification/ETHZ/internal/random-forest/node.hpp
+include/CGAL/Classification/ETHZ/internal/random-forest/tree.hpp
 include/CGAL/Classification/Evaluation.h
 include/CGAL/Classification/Feature/Cluster_mean_of_feature.h
 include/CGAL/Classification/Feature/Cluster_size.h
@@ -522,9 +524,12 @@ include/CGAL/Classification/Feature/Eigen.h
 include/CGAL/Classification/Feature/Eigenvalue.h
 include/CGAL/Classification/Feature/Elevation.h
 include/CGAL/Classification/Feature/Gradient_of_feature.h
+include/CGAL/Classification/Feature/Height_above.h
+include/CGAL/Classification/Feature/Height_below.h
 include/CGAL/Classification/Feature/Hsv.h
 include/CGAL/Classification/Feature/Simple_feature.h
 include/CGAL/Classification/Feature/Vertical_dispersion.h
+include/CGAL/Classification/Feature/Vertical_range.h
 include/CGAL/Classification/Feature/Verticality.h
 include/CGAL/Classification/Feature_base.h
 include/CGAL/Classification/Feature_set.h
@@ -534,19 +539,14 @@ include/CGAL/Classification/Label_set.h
 include/CGAL/Classification/Local_eigen_analysis.h
 include/CGAL/Classification/Mesh_feature_generator.h
 include/CGAL/Classification/Mesh_neighborhood.h
-include/CGAL/Classification/OpenCV_random_forest_classifier.h
+include/CGAL/Classification/OpenCV/Random_forest_classifier.h
 include/CGAL/Classification/Planimetric_grid.h
 include/CGAL/Classification/Point_set_feature_generator.h
 include/CGAL/Classification/Point_set_neighborhood.h
 include/CGAL/Classification/Sum_of_weighted_features_classifier.h
+include/CGAL/Classification/TensorFlow/Neural_network_classifier.h
 include/CGAL/Classification/classify.h
 include/CGAL/Classification/compressed_float.h
-include/CGAL/Classification/internal/auxiliary/dataview.h
-include/CGAL/Classification/internal/auxiliary/random-forest/common-libraries.hpp
-include/CGAL/Classification/internal/auxiliary/random-forest/forest.hpp
-include/CGAL/Classification/internal/auxiliary/random-forest/node-gini.hpp
-include/CGAL/Classification/internal/auxiliary/random-forest/node.hpp
-include/CGAL/Classification/internal/auxiliary/random-forest/tree.hpp
 include/CGAL/Classification/internal/verbosity.h
 include/CGAL/Classification/property_maps.h
 include/CGAL/Coercion_traits.h
@@ -808,8 +808,12 @@ 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_member.h
 include/CGAL/Has_timestamp.h
 include/CGAL/Hash_handles_with_or_without_timestamps.h
+include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h
+include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h
+include/CGAL/Heat_method_3/internal/V2V.h
 include/CGAL/Hidden_point_memory_policy.h
 include/CGAL/Hilbert_policy_tags.h
 include/CGAL/Hilbert_sort_2.h
@@ -858,6 +862,11 @@ include/CGAL/Homogeneous_d.h
 include/CGAL/Hyperbola_2.h
 include/CGAL/Hyperbola_ray_2.h
 include/CGAL/Hyperbola_segment_2.h
+include/CGAL/Hyperbolic_Delaunay_triangulation_2.h
+include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h
+include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h
+include/CGAL/Hyperbolic_octagon_translation.h
+include/CGAL/Hyperbolic_triangulation_face_base_2.h
 include/CGAL/IEEE_754_unions.h
 include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h
 include/CGAL/IO/Arr_iostream.h
@@ -948,6 +957,7 @@ include/CGAL/IO/io_impl.h
 include/CGAL/IO/io_tags.h
 include/CGAL/IO/output_surface_facets_to_polyhedron.h
 include/CGAL/IO/output_surface_facets_to_triangle_soup.h
+include/CGAL/IO/output_to_vtu.h
 include/CGAL/IO/print_OFF.h
 include/CGAL/IO/print_VRML_1.h
 include/CGAL/IO/print_VRML_2.h
@@ -957,10 +967,13 @@ include/CGAL/IO/read_las_points.h
 include/CGAL/IO/read_off_points.h
 include/CGAL/IO/read_ply_points.h
 include/CGAL/IO/read_xyz_points.h
+include/CGAL/IO/reader_helpers.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_vtk.h
+include/CGAL/IO/write_vtu.h
 include/CGAL/IO/write_xyz_points.h
 include/CGAL/Identity_policy_2.h
 include/CGAL/ImageIO.h
@@ -1013,8 +1026,122 @@ include/CGAL/Interpolation_traits_2.h
 include/CGAL/Intersection_traits.h
 include/CGAL/Intersection_traits_2.h
 include/CGAL/Intersection_traits_3.h
-include/CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h
-include/CGAL/Intersections_3/intersection_3_1_impl.h
+include/CGAL/Intersections_2/Bbox_2_Circle_2.h
+include/CGAL/Intersections_2/Bbox_2_Line_2.h
+include/CGAL/Intersections_2/Bbox_2_Point_2.h
+include/CGAL/Intersections_2/Bbox_2_Ray_2.h
+include/CGAL/Intersections_2/Circle_2_Circle_2.h
+include/CGAL/Intersections_2/Circle_2_Iso_rectangle_2.h
+include/CGAL/Intersections_2/Circle_2_Line_2.h
+include/CGAL/Intersections_2/Circle_2_Point_2.h
+include/CGAL/Intersections_2/Iso_rectangle_2_Iso_rectangle_2.h
+include/CGAL/Intersections_2/Iso_rectangle_2_Line_2.h
+include/CGAL/Intersections_2/Iso_rectangle_2_Point_2.h
+include/CGAL/Intersections_2/Iso_rectangle_2_Ray_2.h
+include/CGAL/Intersections_2/Iso_rectangle_2_Segment_2.h
+include/CGAL/Intersections_2/Iso_rectangle_2_Triangle_2.h
+include/CGAL/Intersections_2/Line_2_Line_2.h
+include/CGAL/Intersections_2/Line_2_Point_2.h
+include/CGAL/Intersections_2/Line_2_Ray_2.h
+include/CGAL/Intersections_2/Line_2_Segment_2.h
+include/CGAL/Intersections_2/Line_2_Triangle_2.h
+include/CGAL/Intersections_2/Point_2_Point_2.h
+include/CGAL/Intersections_2/Point_2_Ray_2.h
+include/CGAL/Intersections_2/Point_2_Segment_2.h
+include/CGAL/Intersections_2/Point_2_Triangle_2.h
+include/CGAL/Intersections_2/Ray_2_Ray_2.h
+include/CGAL/Intersections_2/Ray_2_Segment_2.h
+include/CGAL/Intersections_2/Ray_2_Triangle_2.h
+include/CGAL/Intersections_2/Segment_2_Segment_2.h
+include/CGAL/Intersections_2/Segment_2_Triangle_2.h
+include/CGAL/Intersections_2/Triangle_2_Triangle_2.h
+include/CGAL/Intersections_2/internal/Bbox_2_Circle_2_do_intersect.h
+include/CGAL/Intersections_2/internal/Bbox_2_Line_2_intersection_impl.h
+include/CGAL/Intersections_2/internal/Ray_2_Bbox_2_intersection_impl.h
+include/CGAL/Intersections_2/internal/Straight_2.h
+include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_do_intersect_impl.h
+include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_intersection_impl.h
+include/CGAL/Intersections_3/Bbox_3_Bbox_3.h
+include/CGAL/Intersections_3/Bbox_3_Iso_cuboid_3.h
+include/CGAL/Intersections_3/Bbox_3_Line_3.h
+include/CGAL/Intersections_3/Bbox_3_Plane_3.h
+include/CGAL/Intersections_3/Bbox_3_Point_3.h
+include/CGAL/Intersections_3/Bbox_3_Ray_3.h
+include/CGAL/Intersections_3/Bbox_3_Segment_3.h
+include/CGAL/Intersections_3/Bbox_3_Sphere_3.h
+include/CGAL/Intersections_3/Bbox_3_Tetrahedron_3.h
+include/CGAL/Intersections_3/Bbox_3_Triangle_3.h
+include/CGAL/Intersections_3/Iso_cuboid_3_Iso_cuboid_3.h
+include/CGAL/Intersections_3/Iso_cuboid_3_Line_3.h
+include/CGAL/Intersections_3/Iso_cuboid_3_Plane_3.h
+include/CGAL/Intersections_3/Iso_cuboid_3_Point_3.h
+include/CGAL/Intersections_3/Iso_cuboid_3_Ray_3.h
+include/CGAL/Intersections_3/Iso_cuboid_3_Segment_3.h
+include/CGAL/Intersections_3/Iso_cuboid_3_Sphere_3.h
+include/CGAL/Intersections_3/Iso_cuboid_3_Tetrahedron_3.h
+include/CGAL/Intersections_3/Iso_cuboid_3_Triangle_3.h
+include/CGAL/Intersections_3/Line_3_Line_3.h
+include/CGAL/Intersections_3/Line_3_Plane_3.h
+include/CGAL/Intersections_3/Line_3_Point_3.h
+include/CGAL/Intersections_3/Line_3_Ray_3.h
+include/CGAL/Intersections_3/Line_3_Segment_3.h
+include/CGAL/Intersections_3/Line_3_Sphere_3.h
+include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h
+include/CGAL/Intersections_3/Line_3_Triangle_3.h
+include/CGAL/Intersections_3/Plane_3_Plane_3.h
+include/CGAL/Intersections_3/Plane_3_Point_3.h
+include/CGAL/Intersections_3/Plane_3_Ray_3.h
+include/CGAL/Intersections_3/Plane_3_Segment_3.h
+include/CGAL/Intersections_3/Plane_3_Sphere_3.h
+include/CGAL/Intersections_3/Plane_3_Tetrahedron_3.h
+include/CGAL/Intersections_3/Plane_3_Triangle_3.h
+include/CGAL/Intersections_3/Point_3_Point_3.h
+include/CGAL/Intersections_3/Point_3_Ray_3.h
+include/CGAL/Intersections_3/Point_3_Segment_3.h
+include/CGAL/Intersections_3/Point_3_Sphere_3.h
+include/CGAL/Intersections_3/Point_3_Tetrahedron_3.h
+include/CGAL/Intersections_3/Point_3_Triangle_3.h
+include/CGAL/Intersections_3/Ray_3_Ray_3.h
+include/CGAL/Intersections_3/Ray_3_Segment_3.h
+include/CGAL/Intersections_3/Ray_3_Sphere_3.h
+include/CGAL/Intersections_3/Ray_3_Tetrahedron_3.h
+include/CGAL/Intersections_3/Ray_3_Triangle_3.h
+include/CGAL/Intersections_3/Segment_3_Segment_3.h
+include/CGAL/Intersections_3/Segment_3_Sphere_3.h
+include/CGAL/Intersections_3/Segment_3_Tetrahedron_3.h
+include/CGAL/Intersections_3/Segment_3_Triangle_3.h
+include/CGAL/Intersections_3/Sphere_3_Sphere_3.h
+include/CGAL/Intersections_3/Sphere_3_Tetrahedron_3.h
+include/CGAL/Intersections_3/Sphere_3_Triangle_3.h
+include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h
+include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h
+include/CGAL/Intersections_3/Triangle_3_Triangle_3.h
+include/CGAL/Intersections_3/internal/Bbox_3_Bbox_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Triangle_3_Line_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Triangle_3_Line_3_intersection.h
+include/CGAL/Intersections_3/internal/Triangle_3_Plane_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Triangle_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Triangle_3_Ray_3_intersection.h
+include/CGAL/Intersections_3/internal/Triangle_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Triangle_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Triangle_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/bbox_intersection_3.h
+include/CGAL/Intersections_3/internal/intersection_3_1_impl.h
 include/CGAL/Interval_arithmetic.h
 include/CGAL/Interval_arithmetic_impl.h
 include/CGAL/Interval_nt.h
@@ -1026,11 +1153,6 @@ include/CGAL/Is_a_predicate.h
 include/CGAL/Is_extended_kernel.h
 include/CGAL/Iso_cuboid_3.h
 include/CGAL/Iso_rectangle_2.h
-include/CGAL/Iso_rectangle_2_Iso_rectangle_2_intersection.h
-include/CGAL/Iso_rectangle_2_Line_2_intersection.h
-include/CGAL/Iso_rectangle_2_Point_2_intersection.h
-include/CGAL/Iso_rectangle_2_Ray_2_intersection.h
-include/CGAL/Iso_rectangle_2_Segment_2_intersection.h
 include/CGAL/Iso_rectangle_d.h
 include/CGAL/Iterator_project.h
 include/CGAL/Iterator_range.h
@@ -1122,13 +1244,6 @@ include/CGAL/Lazy_kernel.h
 include/CGAL/Level_interval.h
 include/CGAL/Lightweight_vector_3.h
 include/CGAL/Line_2.h
-include/CGAL/Line_2_Bbox_2_intersection.h
-include/CGAL/Line_2_Iso_rectangle_2_intersection.h
-include/CGAL/Line_2_Line_2_intersection.h
-include/CGAL/Line_2_Point_2_intersection.h
-include/CGAL/Line_2_Ray_2_intersection.h
-include/CGAL/Line_2_Segment_2_intersection.h
-include/CGAL/Line_2_Triangle_2_intersection.h
 include/CGAL/Line_3.h
 include/CGAL/Line_arc_2.h
 include/CGAL/Line_arc_3.h
@@ -1597,15 +1712,14 @@ 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_hierarchy_3.h
 include/CGAL/Periodic_3_triangulation_traits_3.h
+include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h
+include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_2.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h
 include/CGAL/Plane_3.h
 include/CGAL/Plane_separator.h
 include/CGAL/Point_2.h
-include/CGAL/Point_2_Iso_rectangle_2_intersection.h
-include/CGAL/Point_2_Line_2_intersection.h
-include/CGAL/Point_2_Point_2_intersection.h
-include/CGAL/Point_2_Ray_2_intersection.h
-include/CGAL/Point_2_Segment_2_intersection.h
-include/CGAL/Point_2_Triangle_2_intersection.h
 include/CGAL/Point_3.h
 include/CGAL/Point_container.h
 include/CGAL/Point_set_2.h
@@ -1644,6 +1758,7 @@ include/CGAL/Polygon_mesh_processing/detect_features.h
 include/CGAL/Polygon_mesh_processing/distance.h
 include/CGAL/Polygon_mesh_processing/extrude.h
 include/CGAL/Polygon_mesh_processing/fair.h
+include/CGAL/Polygon_mesh_processing/internal/AABB_traversal_traits_with_transformation.h
 include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h
 include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h
 include/CGAL/Polygon_mesh_processing/internal/Corefinement/Output_builder_for_autorefinement.h
@@ -1674,6 +1789,7 @@ include/CGAL/Polygon_mesh_processing/internal/refine_impl.h
 include/CGAL/Polygon_mesh_processing/internal/repair_extra.h
 include/CGAL/Polygon_mesh_processing/intersection.h
 include/CGAL/Polygon_mesh_processing/measure.h
+include/CGAL/Polygon_mesh_processing/merge_border_vertices.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
@@ -1681,7 +1797,9 @@ 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
+include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h
 include/CGAL/Polygon_mesh_processing/self_intersections.h
+include/CGAL/Polygon_mesh_processing/shape_predicates.h
 include/CGAL/Polygon_mesh_processing/stitch_borders.h
 include/CGAL/Polygon_mesh_processing/transform.h
 include/CGAL/Polygon_mesh_processing/triangulate_faces.h
@@ -1898,14 +2016,6 @@ include/CGAL/Range_tree_d.h
 include/CGAL/Range_tree_k.h
 include/CGAL/Rational_traits.h
 include/CGAL/Ray_2.h
-include/CGAL/Ray_2_Bbox_2_intersection.h
-include/CGAL/Ray_2_Bbox_2_intersection_impl.h
-include/CGAL/Ray_2_Iso_rectangle_2_intersection.h
-include/CGAL/Ray_2_Line_2_intersection.h
-include/CGAL/Ray_2_Point_2_intersection.h
-include/CGAL/Ray_2_Ray_2_intersection.h
-include/CGAL/Ray_2_Segment_2_intersection.h
-include/CGAL/Ray_2_Triangle_2_intersection.h
 include/CGAL/Ray_3.h
 include/CGAL/Real_embeddable_traits.h
 include/CGAL/Real_timer.h
@@ -1931,6 +2041,7 @@ include/CGAL/Regular_triangulation_vertex_base_2.h
 include/CGAL/Regular_triangulation_vertex_base_3.h
 include/CGAL/Residue.h
 include/CGAL/Ridges.h
+include/CGAL/Rigid_triangle_mesh_collision_detection.h
 include/CGAL/Robust_circumcenter_filtered_traits_3.h
 include/CGAL/Robust_circumcenter_traits_3.h
 include/CGAL/Robust_construction.h
@@ -1958,12 +2069,6 @@ include/CGAL/Search_traits_adapter.h
 include/CGAL/Search_traits_d.h
 include/CGAL/Search_traits_vertex_handle_3.h
 include/CGAL/Segment_2.h
-include/CGAL/Segment_2_Iso_rectangle_2_intersection.h
-include/CGAL/Segment_2_Line_2_intersection.h
-include/CGAL/Segment_2_Point_2_intersection.h
-include/CGAL/Segment_2_Ray_2_intersection.h
-include/CGAL/Segment_2_Segment_2_intersection.h
-include/CGAL/Segment_2_Triangle_2_intersection.h
 include/CGAL/Segment_3.h
 include/CGAL/Segment_Delaunay_graph_2.h
 include/CGAL/Segment_Delaunay_graph_2/Are_parallel_C2.h
@@ -2109,7 +2214,6 @@ include/CGAL/Sqrt_extension/convert_to_bfi.h
 include/CGAL/Sqrt_extension/io.h
 include/CGAL/Sqrt_extension_fwd.h
 include/CGAL/Static_filtered_predicate.h
-include/CGAL/Straight_2.h
 include/CGAL/Straight_skeleton_2.h
 include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h
 include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h
@@ -2137,6 +2241,9 @@ include/CGAL/Surface_mesh/IO.h
 include/CGAL/Surface_mesh/Properties.h
 include/CGAL/Surface_mesh/Surface_mesh.h
 include/CGAL/Surface_mesh/Surface_mesh_fwd.h
+include/CGAL/Surface_mesh_approximation/L21_metric_plane_proxy.h
+include/CGAL/Surface_mesh_approximation/L2_metric_plane_proxy.h
+include/CGAL/Surface_mesh_approximation/approximate_triangle_mesh.h
 include/CGAL/Surface_mesh_cell_base_3.h
 include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h
 include/CGAL/Surface_mesh_default_criteria_3.h
@@ -2294,24 +2401,8 @@ include/CGAL/Tree_assertions.h
 include/CGAL/Tree_base.h
 include/CGAL/Tree_traits.h
 include/CGAL/Triangle_2.h
-include/CGAL/Triangle_2_Iso_rectangle_2_intersection.h
-include/CGAL/Triangle_2_Line_2_intersection.h
-include/CGAL/Triangle_2_Point_2_intersection.h
-include/CGAL/Triangle_2_Ray_2_intersection.h
-include/CGAL/Triangle_2_Segment_2_intersection.h
-include/CGAL/Triangle_2_Triangle_2_do_intersect.h
-include/CGAL/Triangle_2_Triangle_2_intersection.h
 include/CGAL/Triangle_3.h
-include/CGAL/Triangle_3_Line_3_do_intersect.h
-include/CGAL/Triangle_3_Plane_3_do_intersect.h
-include/CGAL/Triangle_3_Point_3_do_intersect.h
-include/CGAL/Triangle_3_Ray_3_do_intersect.h
-include/CGAL/Triangle_3_Segment_3_do_intersect.h
-include/CGAL/Triangle_3_Tetrahedron_3_do_intersect.h
-include/CGAL/Triangle_3_Triangle_3_do_intersect.h
-include/CGAL/Triangle_3_Triangle_3_intersection.h
 include/CGAL/Triangle_accessor_3.h
-include/CGAL/Triangle_accessor_with_ppmap_3.h
 include/CGAL/Triangular_expansion_visibility_2.h
 include/CGAL/Triangular_field_2.h
 include/CGAL/Triangulated_mixed_complex_observer_3.h
@@ -2373,6 +2464,7 @@ include/CGAL/Unfiltered_predicate_adaptor.h
 include/CGAL/Union_find.h
 include/CGAL/Union_of_balls_3.h
 include/CGAL/Unique_hash_map.h
+include/CGAL/Variational_shape_approximation.h
 include/CGAL/Vector_2.h
 include/CGAL/Vector_3.h
 include/CGAL/Vertex2Data_Property_Map_with_std_map.h
@@ -2446,7 +2538,6 @@ include/CGAL/basic.h
 include/CGAL/basic_classes.h
 include/CGAL/basic_constructions_2.h
 include/CGAL/basic_constructions_3.h
-include/CGAL/bbox_intersection_3.h
 include/CGAL/bilateral_smooth_point_set.h
 include/CGAL/boost/bimap.hpp
 include/CGAL/boost/bimap/multiset_of.hpp
@@ -2517,6 +2608,7 @@ include/CGAL/boost/graph/visitor.h
 include/CGAL/boost/iterator/counting_iterator.hpp
 include/CGAL/boost/iterator/transform_iterator.hpp
 include/CGAL/boost/parameter.h
+include/CGAL/boost_mp.h
 include/CGAL/bounding_box.h
 include/CGAL/box_intersection_d.h
 include/CGAL/cartesian_homogeneous_conversion.h
@@ -2557,7 +2649,6 @@ include/CGAL/convex_hull_traits_2.h
 include/CGAL/convexity_check_2.h
 include/CGAL/convexity_check_3.h
 include/CGAL/copy_n.h
-include/CGAL/corefinement_operations.h
 include/CGAL/create_offset_polygons_2.h
 include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h
 include/CGAL/create_straight_skeleton_2.h
@@ -2646,8 +2737,10 @@ include/CGAL/internal/Combinatorial_map_internal_functors.h
 include/CGAL/internal/Combinatorial_map_sewable.h
 include/CGAL/internal/Combinatorial_map_utility.h
 include/CGAL/internal/Combinatorial_map_utility_novariadic.h
+include/CGAL/internal/Dehn_hyperbolic_octagon_translation_word.h
 include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h
 include/CGAL/internal/Dummy_tds_3.h
+include/CGAL/internal/Exact_complex.h
 include/CGAL/internal/Exact_type_selector.h
 include/CGAL/internal/Functor_with_offset_points_adaptor_2.h
 include/CGAL/internal/Functor_with_offset_points_adaptor_3.h
@@ -2660,16 +2753,9 @@ include/CGAL/internal/Get_dimension_tag.h
 include/CGAL/internal/Has_boolean_tags.h
 include/CGAL/internal/Has_member_visited.h
 include/CGAL/internal/Has_nested_type_Bare_point.h
-include/CGAL/internal/Intersections_3/Bbox_3_Bbox_3_do_intersect.h
-include/CGAL/internal/Intersections_3/Bbox_3_Line_3_do_intersect.h
-include/CGAL/internal/Intersections_3/Bbox_3_Plane_3_do_intersect.h
-include/CGAL/internal/Intersections_3/Bbox_3_Ray_3_do_intersect.h
-include/CGAL/internal/Intersections_3/Bbox_3_Segment_3_do_intersect.h
-include/CGAL/internal/Intersections_3/Bbox_3_Sphere_3_do_intersect.h
-include/CGAL/internal/Intersections_3/Bbox_3_Triangle_3_do_intersect.h
-include/CGAL/internal/Intersections_3/Triangle_3_Line_3_intersection.h
-include/CGAL/internal/Intersections_3/Triangle_3_Ray_3_intersection.h
-include/CGAL/internal/Intersections_3/Triangle_3_Segment_3_intersection.h
+include/CGAL/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h
+include/CGAL/internal/Hyperbolic_octagon_translation_matrix.h
+include/CGAL/internal/Hyperbolic_octagon_translation_word.h
 include/CGAL/internal/K_neighbor_search.h
 include/CGAL/internal/Lazy_alpha_nt_2.h
 include/CGAL/internal/Lazy_alpha_nt_3.h
@@ -2700,6 +2786,7 @@ 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/Periodic_4_hyperbolic_triangulation_dummy_14.h
 include/CGAL/internal/Projection_traits_3.h
 include/CGAL/internal/Robust_periodic_weighted_circumcenter_traits_3.h
 include/CGAL/internal/Static_filters/Angle_3.h
@@ -2761,29 +2848,14 @@ include/CGAL/internal/boost/mutable_queue.hpp
 include/CGAL/internal/bounded_priority_queue.h
 include/CGAL/internal/canonicalize_helper.h
 include/CGAL/internal/container_fwd_fixed.hpp
-include/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h
-include/CGAL/internal/corefinement/Combinatorial_map_output_builder.h
-include/CGAL/internal/corefinement/Polyhedra_output_builder.h
-include/CGAL/internal/corefinement/Polyhedron_constness_types.h
-include/CGAL/internal/corefinement/connected_components.h
-include/CGAL/internal/corefinement/intersection_coplanar_triangles_3.h
-include/CGAL/internal/corefinement/intersection_triangle_segment_3.h
-include/CGAL/internal/corefinement/intersection_triangle_segment_3_coplanar.h
-include/CGAL/internal/corefinement/predicates.h
-include/CGAL/internal/corefinement/utils.h
 include/CGAL/internal/deprecation_warning.h
 include/CGAL/internal/disable_deprecation_warnings_and_errors.h
 include/CGAL/internal/enable_third_party_libraries.h
 include/CGAL/internal/info_check.h
 include/CGAL/interpolation_functions.h
 include/CGAL/intersection_2.h
-include/CGAL/intersection_2_1.h
-include/CGAL/intersection_2_2.h
-include/CGAL/intersection_2_3.h
 include/CGAL/intersection_3.h
 include/CGAL/intersection_3_1.h
-include/CGAL/intersection_of_Polyhedra_3.h
-include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h
 include/CGAL/intersections.h
 include/CGAL/intersections_d.h
 include/CGAL/ipower.h
@@ -2828,6 +2900,8 @@ include/CGAL/license/Convex_hull_d.h
 include/CGAL/license/Envelope_2.h
 include/CGAL/license/Envelope_3.h
 include/CGAL/license/GraphicsView.h
+include/CGAL/license/Heat_method_3.h
+include/CGAL/license/Hyperbolic_triangulation_2.h
 include/CGAL/license/Inscribed_areas.h
 include/CGAL/license/Interpolation.h
 include/CGAL/license/Interval_skip_list.h
@@ -2845,6 +2919,7 @@ include/CGAL/license/Partition_2.h
 include/CGAL/license/Periodic_2_triangulation_2.h
 include/CGAL/license/Periodic_3_mesh_3.h
 include/CGAL/license/Periodic_3_triangulation_3.h
+include/CGAL/license/Periodic_4_hyperbolic_triangulation_2.h
 include/CGAL/license/Point_set_2.h
 include/CGAL/license/Point_set_3.h
 include/CGAL/license/Point_set_processing_3.h
@@ -2852,6 +2927,7 @@ include/CGAL/license/Point_set_shape_detection_3.h
 include/CGAL/license/Poisson_surface_reconstruction_3.h
 include/CGAL/license/Polygon_mesh_processing.h
 include/CGAL/license/Polygon_mesh_processing/Compute_normal.h
+include/CGAL/license/Polygon_mesh_processing/collision_detection.h
 include/CGAL/license/Polygon_mesh_processing/connected_components.h
 include/CGAL/license/Polygon_mesh_processing/core.h
 include/CGAL/license/Polygon_mesh_processing/corefinement.h
@@ -2880,6 +2956,7 @@ include/CGAL/license/Spatial_searching.h
 include/CGAL/license/Straight_skeleton_2.h
 include/CGAL/license/Stream_lines_2.h
 include/CGAL/license/Surface_mesh.h
+include/CGAL/license/Surface_mesh_approximation.h
 include/CGAL/license/Surface_mesh_deformation.h
 include/CGAL/license/Surface_mesh_parameterization.h
 include/CGAL/license/Surface_mesh_segmentation.h
@@ -3079,6 +3156,9 @@ lib/cmake/CGAL/CGAL_ImageIOExports.cmake
 lib/cmake/CGAL/CGAL_ImageIOLibConfig.cmake
 lib/cmake/CGAL/CGAL_Locate_CGAL_TAUCS.cmake
 lib/cmake/CGAL/CGAL_Macros.cmake
+lib/cmake/CGAL/CGAL_Qt5Exports-noconfig.cmake
+lib/cmake/CGAL/CGAL_Qt5Exports.cmake
+lib/cmake/CGAL/CGAL_Qt5LibConfig.cmake
 lib/cmake/CGAL/CGAL_Qt5_moc_and_resource_files.cmake
 lib/cmake/CGAL/CGAL_SCM.cmake
 lib/cmake/CGAL/CGAL_SetupBoost.cmake
@@ -3129,6 +3209,7 @@ lib/cmake/CGAL/FindRS3.cmake
 lib/cmake/CGAL/FindSuiteSparse.cmake
 lib/cmake/CGAL/FindTAUCS.cmake
 lib/cmake/CGAL/FindTBB.cmake
+lib/cmake/CGAL/FindTensorFlow.cmake
 lib/cmake/CGAL/Help/CGAL_SetupBoost.rst
 lib/cmake/CGAL/Help/CGAL_SetupCGALDependencies.rst
 lib/cmake/CGAL/Help/CGAL_SetupCGAL_CoreDependencies.rst
@@ -3139,6 +3220,7 @@ lib/cmake/CGAL/Help/CGAL_SetupLEDA.rst
 lib/cmake/CGAL/Help/cmake.py
 lib/cmake/CGAL/Help/conf.py
 lib/cmake/CGAL/Help/index.rst
+lib/cmake/CGAL/Makefile
 lib/cmake/CGAL/UseCGAL.cmake
 lib/cmake/CGAL/UseESBTL.cmake
 lib/cmake/CGAL/UseEigen3.cmake
@@ -3198,13 +3280,16 @@ lib/cmake/CGAL/run_test_with_cin.cmake
 lib/cmake/CGAL/test_MPFI.cpp
 lib/libCGAL.so
 lib/libCGAL.so.13
-lib/libCGAL.so.13.0.2
+lib/libCGAL.so.13.0.3
 lib/libCGAL_Core.so
 lib/libCGAL_Core.so.13
-lib/libCGAL_Core.so.13.0.2
+lib/libCGAL_Core.so.13.0.3
 lib/libCGAL_ImageIO.so
-lib/libCGAL_ImageIO.so.13
-lib/libCGAL_ImageIO.so.13.0.2
+lib/libCGAL_ImageIO.so.14
+lib/libCGAL_ImageIO.so.14.0.0
+lib/libCGAL_Qt5.so
+lib/libCGAL_Qt5.so.14
+lib/libCGAL_Qt5.so.14.0.0
 share/doc/CGAL-${PKGVERSION}/AUTHORS
 share/doc/CGAL-${PKGVERSION}/CHANGES.md
 share/doc/CGAL-${PKGVERSION}/LICENSE
diff --git a/cgal/distinfo b/cgal/distinfo
index 4a22a3c5b5..a2c333e734 100644
--- a/cgal/distinfo
+++ b/cgal/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.7 2016/04/01 12:17:33 jperkin Exp $
 
-SHA1 (CGAL-4.13.tar.xz) = b9defdf21b55995e10ff9fd715d6b731260e6ef4
-RMD160 (CGAL-4.13.tar.xz) = 2aca3fbaad43c27f5844bab522fb80e9d312fd06
-SHA512 (CGAL-4.13.tar.xz) = 565d4840df4fc69f381bb674d0d2d2e3eec18a65acbf90e55b8dcdb2d861ec0e27ff250cad54f5331c60494ababa01938e1e7090a47ab31083d2b0d0ab926bc2
-Size (CGAL-4.13.tar.xz) = 15367120 bytes
+SHA1 (CGAL-4.14.tar.xz) = c70ac5017cbc755853457fc2415f6ccd9b1d17ac
+RMD160 (CGAL-4.14.tar.xz) = 12b008b415133061f6b4933093c889890e4f4c72
+SHA512 (CGAL-4.14.tar.xz) = 1f22da098a136c26fd51c7ac401212865dce7cc5110ca6a083ef6f09ead5c03a002bfd16752cb298427b84bd5b4900b52c6514f97ccd0e199ffb28e9fe640c43
+Size (CGAL-4.14.tar.xz) = 15602228 bytes
 SHA1 (patch-include_CGAL_config.h) = 653c4a3bf55ac2ecc7f563d7a149b1a2d52fe91f


Home | Main Index | Thread Index | Old Index