git: 5d253e6fc141 - main - biology/seqan3: Update 3.1.0 -> 3.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jun 2022 07:20:50 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d253e6fc141c82b1124fd1a5d36b642d4dd047e commit 5d253e6fc141c82b1124fd1a5d36b642d4dd047e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-06-24 05:17:31 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-06-24 07:20:46 +0000 biology/seqan3: Update 3.1.0 -> 3.2.0 Reported by: portscout --- biology/seqan3/Makefile | 2 +- biology/seqan3/distinfo | 6 +++--- biology/seqan3/pkg-plist | 18 +++++++++++++----- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/biology/seqan3/Makefile b/biology/seqan3/Makefile index b465d96ca305..61b3c826849f 100644 --- a/biology/seqan3/Makefile +++ b/biology/seqan3/Makefile @@ -1,5 +1,5 @@ PORTNAME= seqan3 -DISTVERSION= 3.1.0 +DISTVERSION= 3.2.0 CATEGORIES= biology devel math MAINTAINER= yuri@FreeBSD.org diff --git a/biology/seqan3/distinfo b/biology/seqan3/distinfo index 3aaf97f0a829..d15df1a95c74 100644 --- a/biology/seqan3/distinfo +++ b/biology/seqan3/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1636950170 -SHA256 (seqan-seqan3-3.1.0_GH0.tar.gz) = 5dc87c5da064a7d1a5afec96c6c1da79a6d1ec6a045e1fe100166c88f559ce51 -SIZE (seqan-seqan3-3.1.0_GH0.tar.gz) = 1447998 +TIMESTAMP = 1656041922 +SHA256 (seqan-seqan3-3.2.0_GH0.tar.gz) = 80d41dd035407cfec83eb3a4466d0421adc27129af684290c0c4da31421e7276 +SIZE (seqan-seqan3-3.2.0_GH0.tar.gz) = 1522246 SHA256 (xxsds-sdsl-lite-cf9ff4a_GH0.tar.gz) = 9e328d00c3bdead09cfa35e75e20ace0e668d6dac0436ce9256f2156088f22e8 SIZE (xxsds-sdsl-lite-cf9ff4a_GH0.tar.gz) = 1166065 diff --git a/biology/seqan3/pkg-plist b/biology/seqan3/pkg-plist index dc4dab769c9a..4883e10f6d4b 100644 --- a/biology/seqan3/pkg-plist +++ b/biology/seqan3/pkg-plist @@ -119,6 +119,7 @@ include/seqan3/alphabet/container/all.hpp include/seqan3/alphabet/container/bitpacked_sequence.hpp include/seqan3/alphabet/container/concatenated_sequences.hpp include/seqan3/alphabet/detail/alphabet_proxy.hpp +include/seqan3/alphabet/detail/concept.hpp include/seqan3/alphabet/detail/convert.hpp include/seqan3/alphabet/detail/debug_stream_alphabet.hpp include/seqan3/alphabet/exception.hpp @@ -160,6 +161,7 @@ include/seqan3/alphabet/structure/structured_aa.hpp include/seqan3/alphabet/structure/structured_rna.hpp include/seqan3/alphabet/structure/wuss.hpp include/seqan3/alphabet/views/all.hpp +include/seqan3/alphabet/views/char_strictly_to.hpp include/seqan3/alphabet/views/char_to.hpp include/seqan3/alphabet/views/complement.hpp include/seqan3/alphabet/views/rank_to.hpp @@ -168,9 +170,11 @@ include/seqan3/alphabet/views/to_rank.hpp include/seqan3/alphabet/views/translate.hpp include/seqan3/alphabet/views/translate_join.hpp include/seqan3/alphabet/views/trim_quality.hpp +include/seqan3/alphabet/views/validate_char_for.hpp include/seqan3/argument_parser/all.hpp include/seqan3/argument_parser/argument_parser.hpp include/seqan3/argument_parser/auxiliary.hpp +include/seqan3/argument_parser/detail/concept.hpp include/seqan3/argument_parser/detail/format_base.hpp include/seqan3/argument_parser/detail/format_help.hpp include/seqan3/argument_parser/detail/format_html.hpp @@ -180,14 +184,9 @@ include/seqan3/argument_parser/detail/terminal.hpp include/seqan3/argument_parser/detail/version_check.hpp include/seqan3/argument_parser/exceptions.hpp include/seqan3/argument_parser/validators.hpp -include/seqan3/contrib/charconv/LICENSE.TXT -include/seqan3/contrib/charconv/charconv -include/seqan3/contrib/charconv/charconv.cpp -include/seqan3/contrib/charconv/charconv_pre.hpp include/seqan3/contrib/parallel/buffer_queue.hpp include/seqan3/contrib/parallel/serialised_resource_pool.hpp include/seqan3/contrib/parallel/suspendable_queue.hpp -include/seqan3/contrib/span/span include/seqan3/contrib/stream/bgzf_istream.hpp include/seqan3/contrib/stream/bgzf_ostream.hpp include/seqan3/contrib/stream/bgzf_stream_util.hpp @@ -223,6 +222,8 @@ include/seqan3/core/debug_stream/range.hpp include/seqan3/core/debug_stream/tuple.hpp include/seqan3/core/debug_stream/variant.hpp include/seqan3/core/detail/all.hpp +include/seqan3/core/detail/all_view.hpp +include/seqan3/core/detail/copyable_wrapper.hpp include/seqan3/core/detail/customisation_point.hpp include/seqan3/core/detail/deferred_crtp_base.hpp include/seqan3/core/detail/empty_type.hpp @@ -467,11 +468,14 @@ include/seqan3/submodules/sdsl-lite/include/sdsl/wt_int.hpp include/seqan3/submodules/sdsl-lite/include/sdsl/wt_pc.hpp include/seqan3/submodules/sdsl-lite/include/sdsl/wt_rlmn.hpp include/seqan3/utility/all.hpp +include/seqan3/utility/bloom_filter/all.hpp +include/seqan3/utility/bloom_filter/bloom_filter.hpp include/seqan3/utility/char_operations/all.hpp include/seqan3/utility/char_operations/predicate.hpp include/seqan3/utility/char_operations/predicate_detail.hpp include/seqan3/utility/char_operations/pretty_print.hpp include/seqan3/utility/char_operations/transform.hpp +include/seqan3/utility/concept.hpp include/seqan3/utility/concept/all.hpp include/seqan3/utility/concept/exposition_only/core_language.hpp include/seqan3/utility/container/aligned_allocator.hpp @@ -493,6 +497,7 @@ include/seqan3/utility/parallel/detail/reader_writer_manager.hpp include/seqan3/utility/parallel/detail/spin_delay.hpp include/seqan3/utility/range/all.hpp include/seqan3/utility/range/concept.hpp +include/seqan3/utility/range/to.hpp include/seqan3/utility/simd/algorithm.hpp include/seqan3/utility/simd/all.hpp include/seqan3/utility/simd/concept.hpp @@ -510,6 +515,7 @@ include/seqan3/utility/simd/views/all.hpp include/seqan3/utility/simd/views/iota_simd.hpp include/seqan3/utility/simd/views/to_simd.hpp include/seqan3/utility/tuple/all.hpp +include/seqan3/utility/tuple/common_pair.hpp include/seqan3/utility/tuple/common_tuple.hpp include/seqan3/utility/tuple/concept.hpp include/seqan3/utility/tuple/pod_tuple.hpp @@ -532,6 +538,8 @@ include/seqan3/utility/views/all.hpp include/seqan3/utility/views/chunk.hpp include/seqan3/utility/views/convert.hpp include/seqan3/utility/views/deep.hpp +include/seqan3/utility/views/detail/helper.hpp +include/seqan3/utility/views/detail/non_propagating_cache.hpp include/seqan3/utility/views/elements.hpp include/seqan3/utility/views/enforce_random_access.hpp include/seqan3/utility/views/interleave.hpp