Port details on branch 2023Q4 |
- wezterm GPU-accelerated terminal emulator and multiplexer
- 20230408.112425.69.a8472_5 x11 =0 20230408.112425.69.a8472_5Version 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: 2023-10-24 00:48:07
- Last Update: 2023-10-24 00:46:39
- Commit Hash: cc999a7
- Also Listed In: wayland
- License: MIT
- WWW:
- https://wezfurlong.org/wezterm/
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
Packages (timestamps in pop-ups are UTC):
- 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.72.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_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11_wezterm
- USES:
- cargo ssl xorg python: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:
- Master Sites:
|