aboutsummaryrefslogtreecommitdiff
path: root/x11/wezterm
Commit message (Collapse)AuthorAgeFilesLines
* x11/wezterm: drop CARGO_USE_GITHUB workaround after 58744a09099aJan Beich2021-04-191-4/+0
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11/wezterm: update to 20210405.110924.a5.b5.b8Jan Beich2021-04-062-204/+194
| | | | | | 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)
* Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-291-0/+1
| | | | Notes: svn path=/head/; revision=569491
* x11/wezterm: adjust features after r568424Jan Beich2021-03-151-1/+1
| | | | | | | https://github.com/wez/wezterm/commit/46227a741fcd Notes: svn path=/head/; revision=568425
* x11/wezterm: update to 20210314.114017.04.b7.cJan Beich2021-03-152-324/+366
| | | | | | | | Changes: https://github.com/wez/wezterm/releases/tag/20210314-114017-04b7cedd Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=568424
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-0/+1
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=565245
* x11/wezterm: unbreak on i386 via upstream fixJan Beich2021-02-122-2/+5
| | | | Notes: svn path=/head/; revision=565042
* x11/wezterm: simplify installJan Beich2021-02-111-5/+3
| | | | | | | | | | 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. Notes: svn path=/head/; revision=564975
* x11/wezterm: mark BROKEN on i386Jan Beich2021-02-111-0/+2
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=564964
* x11/wezterm: add new portJan Beich2021-02-113-0/+1452
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 (currently only in the nightly builds) - Tabs (Hotkey: Super-T, next/prev: Super-[ and Super-], 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 https://wezfurlong.org/wezterm/ Notes: svn path=/head/; revision=564913