head 1.3; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2 pkgsrc-2025Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2026.04.03.15.37.48; author wiz; state Exp; branches; next 1.2; commitid 3OR82GzyR83qLwAG; 1.2 date 2026.03.29.09.10.55; author wiz; state Exp; branches; next 1.1; commitid unn2ovL7PcHKMQzG; 1.1 date 2025.02.17.10.39.47; author wiz; state Exp; branches; next ; commitid Zm1vap0IxIIriOJF; desc @@ 1.3 log @wezterm: update to 20260117.154428. About one year of development, not summarized. pkgsrc change: switch to more pkgsrc dependencies. With help from pin@@, thanks! @ text @$NetBSD: patch-Cargo.toml,v 1.2 2026/03/29 09:10:55 wiz Exp $ Download using the pkgsrc way, see Makefile. --- Cargo.toml.orig 2026-01-17 15:44:28.000000000 +0000 +++ Cargo.toml @@@@ -92,7 +92,7 @@@@ filesystem = { path = "lua-api-crates/filesystem" } filedescriptor = { version="0.8.3", path = "filedescriptor" } filenamegen = "0.2.6" filesystem = { path = "lua-api-crates/filesystem" } -finl_unicode = { version = "1.3", git="https://github.com/wez/finl_unicode.git", branch="no_std" , default-features=false, features=["categories", "grapheme_clusters"]} +finl_unicode = { path = "../finl_unicode-a1892f26245529f2ef3877a9ebd610c96cec07a6", default-features=false, features=["categories", "grapheme_clusters"] } fixed = "1.23" fixedbitset = {version="0.4", default-features=false} flume = "0.11" @@@@ -269,7 +269,7 @@@@ xcb = "1.3" winreg = "0.10" x11 = "2.21" xcb = "1.3" -xcb-imdkit = { version="0.3", git="https://github.com/wezterm/xcb-imdkit-rs.git", rev="212330f7c6c37794d78061a773e8f4f9e4785bbb"} +xcb-imdkit = { path = "../xcb-imdkit-rs-212330f7c6c37794d78061a773e8f4f9e4785bbb" } xkbcommon = "0.7.0" xml-rs = "0.8" zbus = "4.2" @ 1.2 log @wezterm: switch to a newer crate version to fix build with rust 1.94 @ text @d1 1 a1 1 $NetBSD: patch-Cargo.toml,v 1.1 2025/02/17 10:39:47 wiz Exp $ d5 1 a5 1 --- Cargo.toml.orig 2025-03-07 20:08:43.000000000 +0000 d7 10 a16 10 @@@@ -133,7 +133,7 @@@@ memmem = "0.1" maplit = "1.0" memmap2 = "0.9" memmem = "0.1" -metrics = "0.23" +metrics = "0.23.1" miniz_oxide = "0.7" mio = "0.8" mlua = "0.9" @@@@ -259,7 +259,7 @@@@ xcb = "1.3" d20 2 a21 2 -xcb-imdkit = { version="0.3", git="https://github.com/wez/xcb-imdkit-rs.git", rev="358e226573461fe540efb920e2aad740e3c6fab1"} +xcb-imdkit = { path = "../xcb-imdkit-rs-358e226573461fe540efb920e2aad740e3c6fab1" } @ 1.1 log @x11/wezterm: import wezterm-2025023.133349 WezTerm is a powerful cross-platform terminal emulator and multiplexer written by wez and implemented in Rust. - Multiplex terminal panes, tabs and windows on local and remote hosts, with native mouse and scrollback - Ligatures, Color Emoji and font fallback, with true color and dynamic color schemes. - Hyperlinks From bsiegert, nikita, pin, and myself in wip. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- Cargo.toml.orig 2025-02-16 11:53:32.750178648 +0000 d7 10 a16 1 @@@@ -259,7 +259,7 @@@@ windows = "0.33.0" @