head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.36 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.34 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.32 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.30 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.28 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.26 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.24 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.22 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.20 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.18 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.16 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.14 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.12 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.10 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.8 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.6 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.4 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.2 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.2.0.12 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.10 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.8 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.6 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.4 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.2 pkgsrc-2020Q2-base:1.2; locks; strict; comment @# @; 1.4 date 2021.10.26.10.20.04; author nia; state Exp; branches; next 1.3; commitid XMBRkrafc79x2jeD; 1.3 date 2021.10.07.13.44.37; author nia; state Exp; branches; next 1.2; commitid TK9Y8OXA04EYMSbD; 1.2 date 2020.05.25.11.44.25; author nia; state Exp; branches; next 1.1; commitid Ks9XnuQSxGBdeC9C; 1.1 date 2020.03.31.10.03.35; author nia; state Exp; branches; next ; commitid W1kCRvqMWSVjrx2C; desc @@ 1.4 log @archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip @ text @$NetBSD: distinfo,v 1.3 2021/10/07 13:44:37 nia Exp $ BLAKE2s (tl-expected-1.0.0/add-tl.cmake) = 1aeac019d9e166aba29fe1fcbf70a9e423f7c192e4a5b1cdcd64950efc65d917 SHA512 (tl-expected-1.0.0/add-tl.cmake) = d7570d8cb44dd9a4538bb4c6857a36f2538729cbf5e329f7984e4fa8fd1d830b8f63a8e77190905e13b29eaab9e00f5826667c53b2635c9e6d550bee10cc8936 Size (tl-expected-1.0.0/add-tl.cmake) = 1366 bytes BLAKE2s (tl-expected-1.0.0/tl-expected-1.0.0.tar.gz) = f946b85a7691dd2112021d7208ddf9e060ac2752db077100e4d063fe7a1945fa SHA512 (tl-expected-1.0.0/tl-expected-1.0.0.tar.gz) = 747ea34b5540dfcf595896332851f10c52a823ab8ba3fc8152478b0a9e8ca01f0f26827348407249827f4106ff577bd6e697ea6f749c1f21bd1f0913a621075d Size (tl-expected-1.0.0/tl-expected-1.0.0.tar.gz) = 102672 bytes @ 1.3 log @devel: Remove SHA1 hashes for distfiles @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.2 2020/05/25 11:44:25 nia Exp $ d3 1 a3 1 RMD160 (tl-expected-1.0.0/add-tl.cmake) = 592a6d54ce75a4adac4c11b5b7171a1f79c0843b d6 1 a6 1 RMD160 (tl-expected-1.0.0/tl-expected-1.0.0.tar.gz) = 554d783c23c26a27d68bcc015599f4cd69000c1c @ 1.2 log @tl-expected: Fix build without git @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.1 2020/03/31 10:03:35 nia Exp $ a2 1 SHA1 (tl-expected-1.0.0/add-tl.cmake) = f2f40516d12b47451ed1fb2f5015c01bca1eb16a a5 1 SHA1 (tl-expected-1.0.0/tl-expected-1.0.0.tar.gz) = 2ce5120ef6b4238b092a73214a48516462f809ce @ 1.1 log @devel: Add tl-expected Single header implementation of std::expected with functional-style extensions. std::expected is proposed as the preferred way to represent object which will either have an expected value, or an unexpected value giving information about why something failed. Unfortunately, chaining together many computations which may fail can be verbose, as error-checking code will be mixed in with the actual programming logic. This implementation provides a number of utilities to make coding with expected cleaner. @ text @d1 1 a1 1 $NetBSD$ d3 8 a10 4 SHA1 (tl-expected-1.0.0.tar.gz) = 2ce5120ef6b4238b092a73214a48516462f809ce RMD160 (tl-expected-1.0.0.tar.gz) = 554d783c23c26a27d68bcc015599f4cd69000c1c SHA512 (tl-expected-1.0.0.tar.gz) = 747ea34b5540dfcf595896332851f10c52a823ab8ba3fc8152478b0a9e8ca01f0f26827348407249827f4106ff577bd6e697ea6f749c1f21bd1f0913a621075d Size (tl-expected-1.0.0.tar.gz) = 102672 bytes @