Index: head/databases/arrow/Makefile =================================================================== --- head/databases/arrow/Makefile (revision 542322) +++ head/databases/arrow/Makefile (revision 542323) @@ -1,49 +1,49 @@ # $FreeBSD$ PORTNAME= arrow DISTVERSIONPREFIX= ${GH_ACCOUNT}-${PORTNAME}- -DISTVERSION= 0.17.1 +DISTVERSION= 1.0.0 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org COMMENT= Columnar in-memory analytics layer for big data LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE.txt LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= cmake compiler:c++11-lang pkgconfig USE_GITHUB= yes GH_ACCOUNT= apache USE_LDCONFIG= yes WRKSRC_SUBDIR= cpp CMAKE_OFF= ARROW_BUILD_STATIC OPTIONS_GROUP= COMPRESSION OPTIONS_GROUP_COMPRESSION= BROTLI BZ2 LZ4 SNAPPY ZLIB ZSTD OPTIONS_DEFAULT= BROTLI BZ2 LZ4 SNAPPY ZLIB ZSTD COMPRESSION_DESC= Compression support: BROTLI_CMAKE_BOOL= ARROW_WITH_BROTLI BROTLI_LIB_DEPENDS= libbrotlicommon.so:archivers/brotli BZ2_DESC= bz2 compression support BZ2_CMAKE_BOOL= ARROW_WITH_BZ2 LZ4_CMAKE_BOOL= ARROW_WITH_LZ4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 SNAPPY_CMAKE_BOOL= ARROW_WITH_SNAPPY SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy ZLIB_CMAKE_BOOL= ARROW_WITH_ZLIB ZSTD_DESC= zstd compression support ZSTD_CMAKE_BOOL= ARROW_WITH_ZSTD ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd .include Index: head/databases/arrow/distinfo =================================================================== --- head/databases/arrow/distinfo (revision 542322) +++ head/databases/arrow/distinfo (revision 542323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592320634 -SHA256 (apache-arrow-apache-arrow-0.17.1_GH0.tar.gz) = ecb6da20f9288c0ca31f9b457ffdd460198765a8af27c1cac4b1382a8d130f86 -SIZE (apache-arrow-apache-arrow-0.17.1_GH0.tar.gz) = 5834485 +TIMESTAMP = 1594874149 +SHA256 (apache-arrow-apache-arrow-1.0.0_GH0.tar.gz) = 95c481522334bcd2ff17062f3d642e87d41df00bac119f575bcf7cf99e546351 +SIZE (apache-arrow-apache-arrow-1.0.0_GH0.tar.gz) = 6425963 Index: head/databases/arrow/files/patch-CMakeLists.txt =================================================================== --- head/databases/arrow/files/patch-CMakeLists.txt (revision 542322) +++ head/databases/arrow/files/patch-CMakeLists.txt (revision 542323) @@ -1,26 +1,26 @@ ---- CMakeLists.txt.orig 2020-05-14 11:07:56 UTC +--- CMakeLists.txt.orig 2020-07-15 21:43:39 UTC +++ CMakeLists.txt -@@ -63,7 +63,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CU +@@ -99,7 +99,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CU include(CMakePackageConfigHelpers) include(CMakeParseArguments) -include(ExternalProject) +#include(ExternalProject) # bundling isn't allowed include(FindPkgConfig) include(GNUInstallDirs) -@@ -841,10 +841,10 @@ if(ARROW_BUILD_EXAMPLES) +@@ -857,10 +857,10 @@ if(ARROW_BUILD_EXAMPLES) add_subdirectory(examples/arrow) endif() -install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.txt - ${CMAKE_CURRENT_SOURCE_DIR}/../NOTICE.txt - ${CMAKE_CURRENT_SOURCE_DIR}/README.md - DESTINATION "${ARROW_DOC_DIR}") +#install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../LICENSE.txt +# ${CMAKE_CURRENT_SOURCE_DIR}/../NOTICE.txt +# ${CMAKE_CURRENT_SOURCE_DIR}/README.md +# DESTINATION "${ARROW_DOC_DIR}") - config_summary_message() - if(${ARROW_BUILD_CONFIG_SUMMARY_JSON}) + # + # Validate and print out Arrow configuration options Index: head/databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake =================================================================== --- head/databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake (revision 542322) +++ head/databases/arrow/files/patch-cmake__modules_SetupCxxFlags.cmake (revision 542323) @@ -1,11 +1,11 @@ ---- cmake_modules/SetupCxxFlags.cmake.orig 2020-06-15 16:23:49 UTC +--- cmake_modules/SetupCxxFlags.cmake.orig 2020-07-15 21:43:39 UTC +++ cmake_modules/SetupCxxFlags.cmake -@@ -27,7 +27,7 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch - set(ARROW_CPU_FLAG "armv8") - elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "armv7") - set(ARROW_CPU_FLAG "armv7") --elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc") -+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "powerpc|powerpc64|ppc") - set(ARROW_CPU_FLAG "ppc") - elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "s390x") - set(ARROW_CPU_FLAG "s390x") +@@ -27,7 +27,7 @@ if(NOT DEFINED ARROW_CPU_FLAG) + set(ARROW_CPU_FLAG "armv8") + elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "armv7") + set(ARROW_CPU_FLAG "armv7") +- elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc") ++ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "powerpc|powerpc64|ppc") + set(ARROW_CPU_FLAG "ppc") + elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "s390x") + set(ARROW_CPU_FLAG "s390x") Index: head/databases/arrow/pkg-plist =================================================================== --- head/databases/arrow/pkg-plist (revision 542322) +++ head/databases/arrow/pkg-plist (revision 542323) @@ -1,164 +1,193 @@ include/arrow/api.h include/arrow/array.h +include/arrow/array/array_base.h +include/arrow/array/array_binary.h +include/arrow/array/array_decimal.h +include/arrow/array/array_dict.h +include/arrow/array/array_nested.h +include/arrow/array/array_primitive.h include/arrow/array/builder_adaptive.h include/arrow/array/builder_base.h include/arrow/array/builder_binary.h include/arrow/array/builder_decimal.h include/arrow/array/builder_dict.h include/arrow/array/builder_nested.h include/arrow/array/builder_primitive.h include/arrow/array/builder_time.h include/arrow/array/builder_union.h include/arrow/array/concatenate.h +include/arrow/array/data.h include/arrow/array/diff.h +include/arrow/array/util.h include/arrow/array/validate.h include/arrow/buffer.h include/arrow/buffer_builder.h include/arrow/builder.h include/arrow/c/abi.h include/arrow/c/bridge.h include/arrow/c/helpers.h +include/arrow/chunked_array.h include/arrow/compare.h +include/arrow/config.h +include/arrow/datum.h include/arrow/device.h include/arrow/extension_type.h include/arrow/io/api.h include/arrow/io/buffered.h include/arrow/io/caching.h include/arrow/io/compressed.h include/arrow/io/concurrency.h include/arrow/io/file.h include/arrow/io/hdfs.h include/arrow/io/interfaces.h include/arrow/io/memory.h include/arrow/io/mman.h include/arrow/io/slow.h include/arrow/io/test_common.h +include/arrow/io/transform.h include/arrow/io/type_fwd.h include/arrow/ipc/api.h include/arrow/ipc/dictionary.h include/arrow/ipc/feather.h -include/arrow/ipc/json_integration.h include/arrow/ipc/json_simple.h include/arrow/ipc/message.h include/arrow/ipc/options.h include/arrow/ipc/reader.h include/arrow/ipc/test_common.h +include/arrow/ipc/type_fwd.h include/arrow/ipc/util.h include/arrow/ipc/writer.h include/arrow/memory_pool.h include/arrow/memory_pool_test.h include/arrow/pch.h include/arrow/pretty_print.h include/arrow/record_batch.h include/arrow/result.h include/arrow/scalar.h include/arrow/sparse_tensor.h include/arrow/status.h include/arrow/stl.h include/arrow/stl_allocator.h include/arrow/table.h include/arrow/table_builder.h include/arrow/tensor.h +include/arrow/tensor/converter.h include/arrow/testing/extension_type.h include/arrow/testing/generator.h include/arrow/testing/gtest_common.h include/arrow/testing/gtest_compat.h include/arrow/testing/gtest_util.h +include/arrow/testing/json_integration.h include/arrow/testing/pch.h include/arrow/testing/random.h include/arrow/testing/util.h +include/arrow/testing/visibility.h include/arrow/type.h include/arrow/type_fwd.h include/arrow/type_traits.h include/arrow/util/align_util.h include/arrow/util/atomic_shared_ptr.h include/arrow/util/base64.h include/arrow/util/basic_decimal.h +include/arrow/util/benchmark_util.h +include/arrow/util/bit_block_counter.h +include/arrow/util/bit_run_reader.h include/arrow/util/bit_stream_utils.h include/arrow/util/bit_util.h +include/arrow/util/bitmap.h +include/arrow/util/bitmap_builders.h +include/arrow/util/bitmap_generate.h +include/arrow/util/bitmap_ops.h +include/arrow/util/bitmap_reader.h +include/arrow/util/bitmap_visit.h +include/arrow/util/bitmap_writer.h +include/arrow/util/bitset_stack.h include/arrow/util/bpacking.h include/arrow/util/bpacking_avx512_generated.h include/arrow/util/bpacking_default.h include/arrow/util/byte_stream_split.h include/arrow/util/checked_cast.h include/arrow/util/compare.h include/arrow/util/compiler_util.h include/arrow/util/compression.h include/arrow/util/config.h include/arrow/util/cpu_info.h include/arrow/util/decimal.h include/arrow/util/delimiting.h include/arrow/util/double_conversion.h include/arrow/util/formatting.h include/arrow/util/functional.h include/arrow/util/future.h include/arrow/util/future_iterator.h include/arrow/util/hash_util.h include/arrow/util/hashing.h include/arrow/util/int_util.h include/arrow/util/io_util.h include/arrow/util/iterator.h include/arrow/util/key_value_metadata.h include/arrow/util/logging.h include/arrow/util/macros.h include/arrow/util/make_unique.h include/arrow/util/memory.h -include/arrow/util/neon_util.h +include/arrow/util/mutex.h include/arrow/util/optional.h include/arrow/util/parallel.h -include/arrow/util/parsing.h include/arrow/util/print.h include/arrow/util/range.h include/arrow/util/rle_encoding.h +include/arrow/util/simd.h include/arrow/util/sort.h -include/arrow/util/sse_util.h +include/arrow/util/spaced.h include/arrow/util/stopwatch.h include/arrow/util/string.h include/arrow/util/string_builder.h include/arrow/util/string_view.h include/arrow/util/task_group.h include/arrow/util/thread_pool.h include/arrow/util/time.h include/arrow/util/trie.h +include/arrow/util/type_fwd.h include/arrow/util/type_traits.h include/arrow/util/ubsan.h include/arrow/util/uri.h include/arrow/util/utf8.h +include/arrow/util/value_parsing.h include/arrow/util/variant.h include/arrow/util/vector.h include/arrow/util/visibility.h include/arrow/util/windows_compatibility.h include/arrow/util/windows_fixup.h include/arrow/vendored/datetime.h include/arrow/vendored/datetime/date.h include/arrow/vendored/datetime/ios.h include/arrow/vendored/datetime/tz.h include/arrow/vendored/datetime/tz_private.h include/arrow/vendored/datetime/visibility.h include/arrow/vendored/double-conversion/bignum-dtoa.h include/arrow/vendored/double-conversion/bignum.h include/arrow/vendored/double-conversion/cached-powers.h include/arrow/vendored/double-conversion/diy-fp.h include/arrow/vendored/double-conversion/double-conversion.h include/arrow/vendored/double-conversion/fast-dtoa.h include/arrow/vendored/double-conversion/fixed-dtoa.h include/arrow/vendored/double-conversion/ieee.h include/arrow/vendored/double-conversion/strtod.h include/arrow/vendored/double-conversion/utils.h include/arrow/vendored/optional.hpp include/arrow/vendored/string_view.hpp +include/arrow/vendored/strptime.h include/arrow/vendored/variant.hpp include/arrow/vendored/xxhash.h include/arrow/visitor.h include/arrow/visitor_inline.h lib/cmake/arrow/ArrowConfig.cmake lib/cmake/arrow/ArrowConfigVersion.cmake lib/cmake/arrow/ArrowOptions.cmake lib/cmake/arrow/ArrowTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/arrow/ArrowTargets.cmake lib/cmake/arrow/FindArrow.cmake lib/cmake/arrow/arrow-config.cmake lib/libarrow.so -lib/libarrow.so.17 -lib/libarrow.so.17.1.0 +lib/libarrow.so.100 +lib/libarrow.so.100.0.0 libdata/pkgconfig/arrow.pc