Port details |
- wezterm GPU-accelerated terminal emulator and multiplexer
- 20230408.112425.69.a8472_1 x11
=1 20230408.112425.69.a8472Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2021-02-11 00:49:51
- Last Update: 2023-05-04 05:00:20
- Commit Hash: ee5bac3
- People watching this port, also watch:: polipo, tcpdump, ratproxy, magicrescue, tmux
- Also Listed In: wayland
- License: MIT
- Description:
- WezTerm is a GPU-accelerated 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
- Searchable Scrollback (use mouse wheel and Shift-PageUp and Shift
PageDown to navigate, Ctrl-Shift-F to activate search mode)
- xterm style selection of text with mouse; paste selection via
Shift-Insert (bracketed paste is supported!)
- SGR style mouse reporting (works in vim and tmux)
- Render underline, double-underline, italic, bold, strikethrough
(most other terminal emulators do not support as many render
attributes)
- Configuration via a file with hot reloading
- Multiple Windows (Hotkey: Super-N)
- Splits/Panes
- Tabs (Hotkey: Super-T, next/prev: Super-Shift-[ and Super-Shift-], go-to: Super-[1-9])
- SSH client with native tabs
- Connect to serial ports for embedded/Arduino work
- Connect to a local multiplexer server over unix domain sockets
- Connect to a remote multiplexer using SSH or TLS over TCP/IP
- iTerm2 compatible image protocol support, and built-in imgcat command
- Sixel graphics support
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/wezterm/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/wezterm
- pkg install wezterm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wezterm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680978265
SHA256 (rust/crates/addr2line-0.19.0.crate) = a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97
SIZE (rust/crates/addr2line-0.19.0.crate) = 33210
No package information for this port in our database- Sometimes this happens. Not all ports have packages.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- mdbook : textproc/mdbook
- mdbook-linkcheck : textproc/mdbook-linkcheck
- mdbook-mermaid : textproc/mdbook-mermaid
- rust>=1.69.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- x11.pc : x11/libX11
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libzstd.so : archivers/zstd
- libwayland-egl.so : graphics/wayland
- libssh2.so : security/libssh2
- libfontconfig.so : x11-fonts/fontconfig
- libxkbcommon-x11.so : x11/libxkbcommon
- libxcb-util.so : x11/xcb-util
- libxcb-image.so : x11/xcb-util-image
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for wezterm-20230408.112425.69.a8472_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11_wezterm
- USES:
- cargo ssl xorg python:3.4+,build
- pkg-message:
- For install:
- Some features require adjusting termcap(5) e.g.,
# To test run: wezterm --config term=\"wezterm\"
$ cat >>/etc/termcap
wezterm|Wez's terminal emulator:\
:it#8:\
:IC=\E[%d@:SF=\E[%dS:SR=\E[%dT:bt=\E[Z:ec=\E[%dX:kb=\177:\
:mb=\E[5m:me=\E[0m:mh=\E[2m:mm=\E[?1034h:mo=\E[?1034l:nw@:\
:te=\E[?1049l\E[23;0;0t:ti=\E[?1049h\E[22;0;0t:\
:vb=\E[?5h\E[?5l:tc=xterm-256color:
- WWW: https://wezfurlong.org/wezterm/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20230408.112425.69.a8472_1 04 May 2023 05:00:20
    |
Jan Beich (jbeich)  |
x11/wezterm: drop maintainership |
20230408.112425.69.a8472_1 23 Apr 2023 13:14:05
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
20230408.112425.69.a8472 08 Apr 2023 22:03:37
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20230408.112425.69.a8472
Changes: https://github.com/wez/wezterm/releases/tag/20230408-112425-69ae8472
Reported by: GitHub (watch releases) |
20230326.111934.3666303.c_1 04 Apr 2023 08:21:17
    |
Jan Beich (jbeich)  |
Mk/Uses/cargo.mk: unbundle archivers/zstd
Tested by: kai (games/anki)
Differential Revision: https://reviews.freebsd.org/D39279 |
20230326.111934.3666303.c 27 Mar 2023 02:02:18
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20230326.111934.3666303.c
Changes: https://github.com/wez/wezterm/releases/tag/20230326-111934-3666303c
Reported by: GitHub (watch releases) |
20230320.124340.559.c7.b0 26 Mar 2023 15:21:01
    |
Jan Beich (jbeich)  |
x11/wezterm: unhardcode crate subdirs in *_TUPLE |
20230320.124340.559.c7.b0 21 Mar 2023 00:52:33
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20230320.124340.559.c7.b0
Changes: https://github.com/wez/wezterm/releases/tag/20230320-124340-559cb7b0
Reported by: GitHub (watch releases) |
20221119.145034.49.b9839.f_4 16 Mar 2023 11:11:52
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
20221119.145034.49.b9839.f_3 13 Feb 2023 14:52:59
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
20221119.145034.49.b9839.f_2 07 Jan 2023 19:24:18
    |
Daniel Engberg (diizzy)  |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
20221119.145034.49.b9839.f_1 20 Dec 2022 17:37:15
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
20221119.145034.49.b9839.f 22 Nov 2022 16:32:25
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20221119.145034.49.b9839.f
- https://github.com/wez/wezterm/commit/4ed2fd8e9438
converts to ":hs:ds=\E]2;\E\\:fs=\E\\:ts=\E]0;:" in termcap(5)
but breaks TERM=wezterm on FreeBSD < 14, so omitted in pkg-message
Changes: https://github.com/wez/wezterm/releases/tag/20221119-145034-49b9839f
Reported by: GitHub (watch releases) |
20220905.102802.7.d4.b8249_2 17 Nov 2022 07:06:14
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
20220905.102802.7.d4.b8249_1 03 Nov 2022 14:10:55
    |
Jan Beich (jbeich)  |
*/*: move CARGO_CRATES to Makefile.crates in my ports |
20220905.102802.7.d4.b8249_1 30 Oct 2022 12:07:09
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20220905.102802.7.d4.b8249 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20220905.102802.7.d4.b8249 06 Sep 2022 04:45:20
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20220905.102802.7.d4.b8249
Changes: https://github.com/wez/wezterm/releases/tag/20220905-102802-7d4b8249
Reported by: GitHub (watch releases) |
20220904.064125.9.a6.c2.b 04 Sep 2022 16:25:09
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20220904.064125.9.a6.c2.b
Changes: https://github.com/wez/wezterm/releases/tag/20220904-064125-9a6cee2b
Reported by: GitHub (watch releases) |
20220903.194523.3.b1.e61 04 Sep 2022 09:05:50
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20220903.194523.3.b1.e61
Changes: https://github.com/wez/wezterm/releases/tag/20220903-194523-3bb1ed61
Reported by: GitHub (watch releases) |
20220807.113146.c2.f766_1 25 Aug 2022 14:49:50
    |
Baptiste Daroussin (bapt)  |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
20220807.113146.c2.f766 25 Aug 2022 10:49:39
    |
Piotr Kubaj (pkubaj)  |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
20220807.113146.c2.f766_1 25 Aug 2022 08:51:32
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.63.0 |
20220807.113146.c2.f766 07 Aug 2022 21:05:53
    |
Jan Beich (jbeich)  |
x11/wezterm: respect LOCALBASE for cursor icons |
20220807.113146.c2.f766 07 Aug 2022 20:17:53
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20220807.113146.c2.f766
Changes: https://github.com/wez/wezterm/releases/tag/20220807-113146-c2fee766
Reported by: GitHub (watch releases) |
20220624.141144.b1.b7.c5.d_1 02 Jul 2022 13:47:05
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.62.0 |
20220624.141144.b1.b7.c5.d 01 Jul 2022 08:01:22
    |
Baptiste Daroussin (bapt)  |
wayland: add wayland virtual category |
20220624.141144.b1.b7.c5.d 25 Jun 2022 19:31:17
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20220624.141144.b1.b7.c5.d
Changes: https://github.com/wez/wezterm/releases/tag/20220624-141144-bd1b7c5d
Reported by: GitHub (watch releases) |
20220408.101518.b908.e2.d_2 31 May 2022 13:06:17
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.61.0 |
20220408.101518.b908.e2.d_1 03 May 2022 08:00:34
    |
Tobias Kortkamp (tobik)  |
lang/rust: Relink ports after the Rust 1.60.0 update |
20220408.101518.b908.e2.d 09 Apr 2022 17:32:54
    |
Jan Beich (jbeich)  |
x11/wezterm: expose nautilus menu after b4e52f9bbec0
https://github.com/wez/wezterm/commit/8020e094bbd9 |
20220408.101518.b908.e2.d 09 Apr 2022 16:59:51
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20220408.101518.b908.e2.d
Changes: https://github.com/wez/wezterm/releases/tag/20220408-101518-b908e2dd
Reported by: GitHub (watch releases) |
20220319.142410.0.f07 20 Mar 2022 00:53:38
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20220319.142410.0.f07
Changes: https://github.com/wez/wezterm/releases/tag/20220319-142410-0fcdea07
Reported by: GitHub (watch releases) |
20220101.133340.7.e5.b5.a_3 15 Mar 2022 09:51:58
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.59.0 |
20220101.133340.7.e5.b5.a_2 03 Feb 2022 14:02:32
    |
Tobias Kortkamp (tobik)  |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
20220101.133340.7.e5.b5.a_1 17 Jan 2022 11:57:45
    |
Tobias Kortkamp (tobik)  |
lang/rust: Bump revisions after 1.58.0 |
20220101.133340.7.e5.b5.a 05 Jan 2022 02:14:54
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20220101.133340.7.e5.b5.a
Changes: https://github.com/wez/wezterm/releases/tag/20220101-133340-7edc5b5a
Reported by: GitHub (watch releases) |
20211205.192649.672.c1.c1 06 Dec 2021 15:42:02
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20211205.192649.672.c1.c1
Changes: https://github.com/wez/wezterm/releases/tag/20211205-192649-672c1cc1
Reported by: GitHub (watch releases) |
20211204.082213.a66.c61.e9_1 05 Dec 2021 12:35:42
    |
Tobias Kortkamp (tobik)  |
lang/rust: Rebuild consumers for Rust 1.57.0 |
20211204.082213.a66.c61.e9 04 Dec 2021 19:41:06
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20211204.082213.a66.c61.e9
Changes: https://github.com/wez/wezterm/releases/tag/20211204-082213-a66c61ee9
Reported by: GitHub (watch releases) |
20210814.124438.54.e29167_6 25 Oct 2021 08:55:19
    |
Tobias Kortkamp (tobik)  |
*: Rebuild for Rust 1.56.0 |
20210814.124438.54.e29167_5 25 Oct 2021 08:49:17
    |
Tobias Kortkamp (tobik)  |
x11/wezterm: Chase USES=cargo's new git source support
PR: 256581 |
20210814.124438.54.e29167_5 19 Sep 2021 09:03:23
    |
Tobias Kortkamp (tobik)  |
*: Rebuild lang/rust consumers after the 1.55.0 update |
20210814.124438.54.e29167_4 28 Aug 2021 13:42:06
    |
Mikael Urankar (mikael)  |
lang/rust: Rebuild consumers for 1.54.0 |
20210814.124438.54.e29167_3 28 Aug 2021 13:17:21
    |
Jan Beich (jbeich)  |
x11/wezterm: install documentation
Increases install size by ~70 MiB but there're no manpages. |
20210814.124438.54.e29167_2 28 Aug 2021 13:17:20
    |
Jan Beich (jbeich)  |
x11/wezterm: add termcap/terminfo support
Mostly a workaround for bug 247447. On DragonFly and FreeBSD >= 14.0
TERM=wezterm is only useful for debugging. |
20210814.124438.54.e29167_1 23 Aug 2021 06:18:23
    |
Jan Beich (jbeich)  |
x11/wezterm: enable toast notifications |
20210814.124438.54.e29167 14 Aug 2021 22:22:39
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20210814.124438.54.e29167
Changes: https://github.com/wez/wezterm/releases/tag/20210814-124438-54e29167
Reported by: GitHub (watch releases) |
20210502.154244.3.f7122.c_2 27 Jun 2021 05:39:51
    |
Tobias Kortkamp (tobik)  |
lang/rust: Rebuild consumers for 1.53.0 |
20210502.154244.3.f7122.c_1 11 May 2021 18:33:12
    |
Tobias Kortkamp (tobik)  |
Rebuild lang/rust consumers after d8837418ea743776 |
20210502.154244.3.f7122.c 03 May 2021 00:10:03
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20210502.154244.3.f7122.c
Changes: https://github.com/wez/wezterm/releases/tag/20210502-154244-3f7122cb
Reported by: GitHub (watch releases) |
20210405.110924.a5.b5.b8 03 May 2021 00:10:03
    |
Jan Beich (jbeich)  |
x11/wezterm: regen distinfo after 3758b337a1b0 |
20210405.110924.a5.b5.b8 01 May 2021 17:55:55
    |
Tobias Kortkamp (tobik)  |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
20210405.110924.a5.b5.b8 19 Apr 2021 09:24:03
    |
Jan Beich (jbeich)  |
x11/wezterm: drop CARGO_USE_GITHUB workaround after 58744a09099a |
20210405.110924.a5.b5.b8 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20210405.110924.a5.b5.b8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20210405.110924.a5.b5.b8 06 Apr 2021 08:11:42
    |
Jan Beich (jbeich)  |
x11/wezterm: update to 20210405.110924.a5.b5.b8
Changes: https://github.com/wez/wezterm/releases/tag/20210404-112810-b63a949d
Changes: https://github.com/wez/wezterm/releases/tag/20210405-110924-a5bb5be8
Reported by: GitHub (watch releases) |
20210314.114017.04.b7.c_1 29 Mar 2021 18:10:46
  |
tobik  |
Rebuild lang/rust consumers after r569489 |
20210314.114017.04.b7.c 15 Mar 2021 02:17:27
  |
jbeich  |
x11/wezterm: adjust features after r568424
https://github.com/wez/wezterm/commit/46227a741fcd |
20210314.114017.04.b7.c 15 Mar 2021 02:12:59
  |
jbeich  |
x11/wezterm: update to 20210314.114017.04.b7.c
Changes: https://github.com/wez/wezterm/releases/tag/20210314-114017-04b7cedd
Reported by: GitHub (watch releases) |
20210203.095643.70.a364.e_1 14 Feb 2021 15:45:11
  |
mikael  |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports
(https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616 |
20210203.095643.70.a364.e 12 Feb 2021 18:12:43
  |
jbeich  |
x11/wezterm: unbreak on i386 via upstream fix |
20210203.095643.70.a364.e 11 Feb 2021 19:21:10
  |
jbeich  |
x11/wezterm: simplify install
Replace fragile/ugly install workaround with CARGO_INSTALL_PATH.
Before the port adopted USES=ssl by disabling vendor_openssl
CARGO_INSTALL_PATH failed because USES=cargo tried to build during
install phase. |
20210203.095643.70.a364.e 11 Feb 2021 16:44:53
  |
jbeich  |
x11/wezterm: mark BROKEN on i386
error: literal out of range for usize
--> termwiz/src/cell.rs:371:17
|
371 | 0x7f000000_00000000
| ^^^^^^^^^^^^^^^^^^^
|
= note: `#[deny(overflowing_literals)]` on by default
= note: the literal `0x7f000000_00000000` (decimal `9151314442816847872`)
does not fit into the type `usize` and will become `0usize`
Reported by: pkg-fallout |
20210203.095643.70.a364.e 11 Feb 2021 00:49:41
  |
jbeich  |
x11/wezterm: add new port
WezTerm is a GPU-accelerated 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
- Searchable Scrollback (use mouse wheel and Shift-PageUp and Shift
PageDown to navigate, Ctrl-Shift-F to activate search mode)
- xterm style selection of text with mouse; paste selection via
Shift-Insert (bracketed paste is supported!)
- SGR style mouse reporting (works in vim and tmux) (Only the first 15 lines of the commit message are shown above ) |