Skip to content

Commit

Permalink
graphics/s2: Update to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent ae8eee2 commit 9b1ac61
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 50 deletions.
9 changes: 4 additions & 5 deletions graphics/s2/Makefile
@@ -1,7 +1,6 @@
PORTNAME= s2
PORTVERSION= 0.10.0
PORTVERSION= 0.11.1
DISTVERSIONPREFIX= v
PORTREVISION= 5
CATEGORIES= graphics

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -15,13 +14,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= is currently 64-bit only

LIB_DEPENDS= libabsl_base.so:devel/abseil \
libgtest.so:devel/googletest
LIB_DEPENDS= libabsl_base.so:devel/abseil

USES= cmake compiler:c++17-lang localbase ssl

CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17
CMAKE_OFF= BUILD_TESTS S2_USE_SYSTEM_INCLUDES WITH_PYTHON
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= WITH_PYTHON
USE_LDCONFIG= yes

PLIST_SUB= PORTVERSION=${PORTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions graphics/s2/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1650970063
SHA256 (google-s2geometry-v0.10.0_GH0.tar.gz) = 1c17b04f1ea20ed09a67a83151ddd5d8529716f509dde49a8190618d70532a3d
SIZE (google-s2geometry-v0.10.0_GH0.tar.gz) = 1110687
TIMESTAMP = 1708448986
SHA256 (google-s2geometry-v0.11.1_GH0.tar.gz) = bdbeb8ebdb88fa934257caf81bb44b55711617a3ab4fdec2c3cfd6cc31b61734
SIZE (google-s2geometry-v0.11.1_GH0.tar.gz) = 1180820
11 changes: 0 additions & 11 deletions graphics/s2/files/patch-CMakeLists.txt

This file was deleted.

17 changes: 0 additions & 17 deletions graphics/s2/files/patch-gflags

This file was deleted.

13 changes: 0 additions & 13 deletions graphics/s2/files/patch-src_s2_util_math_exactfloat_exactfloat.cc

This file was deleted.

13 changes: 12 additions & 1 deletion graphics/s2/pkg-plist
@@ -1,6 +1,7 @@
include/s2/_fp_contract_off.h
include/s2/base/casts.h
include/s2/base/commandlineflags.h
include/s2/base/commandlineflags_declare.h
include/s2/base/integral_types.h
include/s2/base/log_severity.h
include/s2/base/logging.h
Expand Down Expand Up @@ -40,6 +41,9 @@ include/s2/s2cap.h
include/s2/s2cell.h
include/s2/s2cell_id.h
include/s2/s2cell_index.h
include/s2/s2cell_iterator.h
include/s2/s2cell_iterator_join.h
include/s2/s2cell_range_iterator.h
include/s2/s2cell_union.h
include/s2/s2centroids.h
include/s2/s2closest_cell_query.h
Expand All @@ -48,6 +52,7 @@ include/s2/s2closest_edge_query.h
include/s2/s2closest_edge_query_base.h
include/s2/s2closest_point_query.h
include/s2/s2closest_point_query_base.h
include/s2/s2coder.h
include/s2/s2contains_point_query.h
include/s2/s2contains_vertex_query.h
include/s2/s2convex_hull_query.h
Expand All @@ -66,6 +71,7 @@ include/s2/s2edge_tessellator.h
include/s2/s2edge_vector_shape.h
include/s2/s2error.h
include/s2/s2furthest_edge_query.h
include/s2/s2hausdorff_distance_query.h
include/s2/s2latlng.h
include/s2/s2latlng_rect.h
include/s2/s2latlng_rect_bounder.h
Expand Down Expand Up @@ -106,14 +112,14 @@ include/s2/s2shape_index.h
include/s2/s2shape_index_buffered_region.h
include/s2/s2shape_index_region.h
include/s2/s2shape_measures.h
include/s2/s2shape_nesting_query.h
include/s2/s2shapeutil_build_polygon_boundaries.h
include/s2/s2shapeutil_coding.h
include/s2/s2shapeutil_contains_brute_force.h
include/s2/s2shapeutil_conversion.h
include/s2/s2shapeutil_count_edges.h
include/s2/s2shapeutil_edge_iterator.h
include/s2/s2shapeutil_get_reference_point.h
include/s2/s2shapeutil_range_iterator.h
include/s2/s2shapeutil_shape_edge.h
include/s2/s2shapeutil_shape_edge_id.h
include/s2/s2shapeutil_testing.h
Expand All @@ -124,7 +130,9 @@ include/s2/s2wedge_relations.h
include/s2/s2winding_operation.h
include/s2/s2wrapped_shape.h
include/s2/sequence_lexicon.h
include/s2/testing/gtest_prod.h
include/s2/thread_testing.h
include/s2/util/bitmap/bitmap.h
include/s2/util/bits/bits.h
include/s2/util/coding/coder.h
include/s2/util/coding/varint.h
Expand All @@ -147,3 +155,6 @@ lib/libs2.so.0
lib/libs2.so.%%PORTVERSION%%
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/point_index.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/term_index.cc
%%DATADIR%%/s2Config.cmake
%%DATADIR%%/s2Targets-%%CMAKE_BUILD_TYPE%%.cmake
%%DATADIR%%/s2Targets.cmake

0 comments on commit 9b1ac61

Please sign in to comment.