From owner-svn-ports-all@freebsd.org Fri Oct 18 15:48:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F2FB153E22; Fri, 18 Oct 2019 15:48:53 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46vr6s0ww3z3Dxr; Fri, 18 Oct 2019 15:48:53 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F119DB2DD; Fri, 18 Oct 2019 15:48:52 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9IFmqJS011720; Fri, 18 Oct 2019 15:48:52 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9IFmqwX011717; Fri, 18 Oct 2019 15:48:52 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201910181548.x9IFmqwX011717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 18 Oct 2019 15:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514726 - head/devel/range-v3 X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/devel/range-v3 X-SVN-Commit-Revision: 514726 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2019 15:48:53 -0000 Author: tcberner Date: Fri Oct 18 15:48:52 2019 New Revision: 514726 URL: https://svnweb.freebsd.org/changeset/ports/514726 Log: devel/range-v3: update to 0.9.0 PR: 241306 Submitted by: Henry Hu (maintainer) Modified: head/devel/range-v3/Makefile head/devel/range-v3/distinfo head/devel/range-v3/pkg-plist Modified: head/devel/range-v3/Makefile ============================================================================== --- head/devel/range-v3/Makefile Fri Oct 18 15:30:13 2019 (r514725) +++ head/devel/range-v3/Makefile Fri Oct 18 15:48:52 2019 (r514726) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= range-v3 -DISTVERSION= 0.3.6 +DISTVERSION= 0.9.0 CATEGORIES= devel MAINTAINER= henry.hu.sh@gmail.com Modified: head/devel/range-v3/distinfo ============================================================================== --- head/devel/range-v3/distinfo Fri Oct 18 15:30:13 2019 (r514725) +++ head/devel/range-v3/distinfo Fri Oct 18 15:48:52 2019 (r514726) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527061634 -SHA256 (ericniebler-range-v3-0.3.6_GH0.tar.gz) = ce6e80c6b018ca0e03df8c54a34e1fd04282ac1b068cd39e902e2e5201ac117f -SIZE (ericniebler-range-v3-0.3.6_GH0.tar.gz) = 449548 +TIMESTAMP = 1571275898 +SHA256 (ericniebler-range-v3-0.9.0_GH0.tar.gz) = b76c571aa2b0047d94daf46e51c6bb7609618134df0770eab5ec4ad275fcba3b +SIZE (ericniebler-range-v3-0.9.0_GH0.tar.gz) = 515514 Modified: head/devel/range-v3/pkg-plist ============================================================================== --- head/devel/range-v3/pkg-plist Fri Oct 18 15:30:13 2019 (r514725) +++ head/devel/range-v3/pkg-plist Fri Oct 18 15:48:52 2019 (r514726) @@ -1,7 +1,11 @@ +include/concepts/concepts.hpp +include/concepts/swap.hpp +include/concepts/type_traits.hpp include/meta/meta.hpp include/meta/meta_fwd.hpp include/range/v3/action.hpp include/range/v3/action/action.hpp +include/range/v3/action/adjacent_remove_if.hpp include/range/v3/action/concepts.hpp include/range/v3/action/drop.hpp include/range/v3/action/drop_while.hpp @@ -10,20 +14,24 @@ include/range/v3/action/insert.hpp include/range/v3/action/join.hpp include/range/v3/action/push_back.hpp include/range/v3/action/push_front.hpp +include/range/v3/action/remove.hpp include/range/v3/action/remove_if.hpp include/range/v3/action/reverse.hpp include/range/v3/action/shuffle.hpp include/range/v3/action/slice.hpp include/range/v3/action/sort.hpp include/range/v3/action/split.hpp +include/range/v3/action/split_when.hpp include/range/v3/action/stable_sort.hpp include/range/v3/action/stride.hpp include/range/v3/action/take.hpp include/range/v3/action/take_while.hpp include/range/v3/action/transform.hpp include/range/v3/action/unique.hpp +include/range/v3/action/unstable_remove_if.hpp include/range/v3/algorithm.hpp include/range/v3/algorithm/adjacent_find.hpp +include/range/v3/algorithm/adjacent_remove_if.hpp include/range/v3/algorithm/all_of.hpp include/range/v3/algorithm/any_of.hpp include/range/v3/algorithm/aux_/equal_range_n.hpp @@ -40,6 +48,7 @@ include/range/v3/algorithm/copy_if.hpp include/range/v3/algorithm/copy_n.hpp include/range/v3/algorithm/count.hpp include/range/v3/algorithm/count_if.hpp +include/range/v3/algorithm/ends_with.hpp include/range/v3/algorithm/equal.hpp include/range/v3/algorithm/equal_range.hpp include/range/v3/algorithm/fill.hpp @@ -86,6 +95,7 @@ include/range/v3/algorithm/replace.hpp include/range/v3/algorithm/replace_copy.hpp include/range/v3/algorithm/replace_copy_if.hpp include/range/v3/algorithm/replace_if.hpp +include/range/v3/algorithm/result_types.hpp include/range/v3/algorithm/reverse.hpp include/range/v3/algorithm/reverse_copy.hpp include/range/v3/algorithm/rotate.hpp @@ -98,11 +108,13 @@ include/range/v3/algorithm/shuffle.hpp include/range/v3/algorithm/sort.hpp include/range/v3/algorithm/stable_partition.hpp include/range/v3/algorithm/stable_sort.hpp +include/range/v3/algorithm/starts_with.hpp include/range/v3/algorithm/swap_ranges.hpp include/range/v3/algorithm/tagspec.hpp include/range/v3/algorithm/transform.hpp include/range/v3/algorithm/unique.hpp include/range/v3/algorithm/unique_copy.hpp +include/range/v3/algorithm/unstable_remove_if.hpp include/range/v3/algorithm/upper_bound.hpp include/range/v3/all.hpp include/range/v3/at.hpp @@ -110,17 +122,50 @@ include/range/v3/back.hpp include/range/v3/begin_end.hpp include/range/v3/core.hpp include/range/v3/data.hpp +include/range/v3/detail/adl_get.hpp include/range/v3/detail/config.hpp +include/range/v3/detail/range_access.hpp include/range/v3/detail/satisfy_boost_range.hpp include/range/v3/detail/variant.hpp +include/range/v3/detail/with_braced_init_args.hpp include/range/v3/distance.hpp include/range/v3/empty.hpp include/range/v3/experimental/utility/generator.hpp include/range/v3/experimental/view/shared.hpp include/range/v3/front.hpp +include/range/v3/functional.hpp +include/range/v3/functional/arithmetic.hpp +include/range/v3/functional/bind.hpp +include/range/v3/functional/bind_back.hpp +include/range/v3/functional/comparisons.hpp +include/range/v3/functional/compose.hpp +include/range/v3/functional/concepts.hpp +include/range/v3/functional/identity.hpp +include/range/v3/functional/indirect.hpp +include/range/v3/functional/invoke.hpp +include/range/v3/functional/not_fn.hpp +include/range/v3/functional/on.hpp +include/range/v3/functional/overload.hpp +include/range/v3/functional/pipeable.hpp +include/range/v3/functional/reference_wrapper.hpp include/range/v3/getlines.hpp include/range/v3/index.hpp include/range/v3/istream_range.hpp +include/range/v3/iterator.hpp +include/range/v3/iterator/access.hpp +include/range/v3/iterator/basic_iterator.hpp +include/range/v3/iterator/common_iterator.hpp +include/range/v3/iterator/concepts.hpp +include/range/v3/iterator/counted_iterator.hpp +include/range/v3/iterator/default_sentinel.hpp +include/range/v3/iterator/diffmax_t.hpp +include/range/v3/iterator/insert_iterators.hpp +include/range/v3/iterator/move_iterators.hpp +include/range/v3/iterator/operations.hpp +include/range/v3/iterator/reverse_iterator.hpp +include/range/v3/iterator/stream_iterators.hpp +include/range/v3/iterator/traits.hpp +include/range/v3/iterator/unreachable_sentinel.hpp include/range/v3/iterator_range.hpp include/range/v3/numeric.hpp include/range/v3/numeric/accumulate.hpp @@ -128,6 +173,14 @@ include/range/v3/numeric/adjacent_difference.hpp include/range/v3/numeric/inner_product.hpp include/range/v3/numeric/iota.hpp include/range/v3/numeric/partial_sum.hpp +include/range/v3/range.hpp +include/range/v3/range/access.hpp +include/range/v3/range/concepts.hpp +include/range/v3/range/conversion.hpp +include/range/v3/range/dangling.hpp +include/range/v3/range/operations.hpp +include/range/v3/range/primitives.hpp +include/range/v3/range/traits.hpp include/range/v3/range_access.hpp include/range/v3/range_concepts.hpp include/range/v3/range_for.hpp @@ -136,6 +189,8 @@ include/range/v3/range_traits.hpp include/range/v3/size.hpp include/range/v3/span.hpp include/range/v3/to_container.hpp +include/range/v3/utility.hpp +include/range/v3/utility/addressof.hpp include/range/v3/utility/any.hpp include/range/v3/utility/associated_types.hpp include/range/v3/utility/basic_iterator.hpp @@ -150,6 +205,7 @@ include/range/v3/utility/counted_iterator.hpp include/range/v3/utility/dangling.hpp include/range/v3/utility/functional.hpp include/range/v3/utility/get.hpp +include/range/v3/utility/in_place.hpp include/range/v3/utility/infinity.hpp include/range/v3/utility/invoke.hpp include/range/v3/utility/iterator.hpp @@ -161,9 +217,9 @@ include/range/v3/utility/nullptr_v.hpp include/range/v3/utility/optional.hpp include/range/v3/utility/polymorphic_cast.hpp include/range/v3/utility/random.hpp -include/range/v3/utility/safe_int.hpp include/range/v3/utility/scope_exit.hpp include/range/v3/utility/semiregular.hpp +include/range/v3/utility/semiregular_box.hpp include/range/v3/utility/static_const.hpp include/range/v3/utility/swap.hpp include/range/v3/utility/tagged_pair.hpp @@ -173,6 +229,8 @@ include/range/v3/utility/unreachable.hpp include/range/v3/utility/variant.hpp include/range/v3/version.hpp include/range/v3/view.hpp +include/range/v3/view/adaptor.hpp +include/range/v3/view/addressof.hpp include/range/v3/view/adjacent_filter.hpp include/range/v3/view/adjacent_remove_if.hpp include/range/v3/view/all.hpp @@ -181,6 +239,7 @@ include/range/v3/view/bounded.hpp include/range/v3/view/c_str.hpp include/range/v3/view/cartesian_product.hpp include/range/v3/view/chunk.hpp +include/range/v3/view/common.hpp include/range/v3/view/concat.hpp include/range/v3/view/const.hpp include/range/v3/view/counted.hpp @@ -188,23 +247,31 @@ include/range/v3/view/cycle.hpp include/range/v3/view/delimit.hpp include/range/v3/view/drop.hpp include/range/v3/view/drop_exactly.hpp +include/range/v3/view/drop_last.hpp include/range/v3/view/drop_while.hpp include/range/v3/view/empty.hpp +include/range/v3/view/enumerate.hpp include/range/v3/view/exclusive_scan.hpp +include/range/v3/view/facade.hpp include/range/v3/view/filter.hpp include/range/v3/view/for_each.hpp include/range/v3/view/generate.hpp include/range/v3/view/generate_n.hpp +include/range/v3/view/getlines.hpp include/range/v3/view/group_by.hpp include/range/v3/view/indices.hpp include/range/v3/view/indirect.hpp +include/range/v3/view/interface.hpp include/range/v3/view/intersperse.hpp include/range/v3/view/iota.hpp +include/range/v3/view/istream.hpp include/range/v3/view/join.hpp include/range/v3/view/linear_distribute.hpp include/range/v3/view/map.hpp include/range/v3/view/move.hpp include/range/v3/view/partial_sum.hpp +include/range/v3/view/ref.hpp +include/range/v3/view/remove.hpp include/range/v3/view/remove_if.hpp include/range/v3/view/repeat.hpp include/range/v3/view/repeat_n.hpp @@ -216,14 +283,19 @@ include/range/v3/view/set_algorithm.hpp include/range/v3/view/single.hpp include/range/v3/view/slice.hpp include/range/v3/view/sliding.hpp +include/range/v3/view/span.hpp include/range/v3/view/split.hpp +include/range/v3/view/split_when.hpp include/range/v3/view/stride.hpp +include/range/v3/view/subrange.hpp include/range/v3/view/tail.hpp include/range/v3/view/take.hpp include/range/v3/view/take_exactly.hpp +include/range/v3/view/take_last.hpp include/range/v3/view/take_while.hpp include/range/v3/view/tokenize.hpp include/range/v3/view/transform.hpp +include/range/v3/view/trim.hpp include/range/v3/view/unbounded.hpp include/range/v3/view/unique.hpp include/range/v3/view/view.hpp @@ -232,3 +304,5 @@ include/range/v3/view/zip_with.hpp include/range/v3/view_adaptor.hpp include/range/v3/view_facade.hpp include/range/v3/view_interface.hpp +include/std/detail/associated_types.hpp +include/std/iterator