From owner-svn-ports-all@freebsd.org Mon Mar 15 03:31:10 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B324856DD88; Mon, 15 Mar 2021 03:31:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DzMQQ4nT3z3jcQ; Mon, 15 Mar 2021 03:31:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 973231349; Mon, 15 Mar 2021 03:31:10 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12F3VAJI008193; Mon, 15 Mar 2021 03:31:10 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12F3VAEm008192; Mon, 15 Mar 2021 03:31:10 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202103150331.12F3VAEm008192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 15 Mar 2021 03:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r568426 - in branches/2021Q1/x11: . wezterm X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2021Q1/x11: . wezterm X-SVN-Commit-Revision: 568426 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2021 03:31:10 -0000 Author: jbeich Date: Mon Mar 15 03:31:10 2021 New Revision: 568426 URL: https://svnweb.freebsd.org/changeset/ports/568426 Log: MFH: r564913 r564964 r564975 r565042 r568424 r568425 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) - 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-[ 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/ Added: branches/2021Q1/x11/wezterm/ - copied from r568425, head/x11/wezterm/ Modified: branches/2021Q1/x11/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/x11/Makefile ============================================================================== --- branches/2021Q1/x11/Makefile Mon Mar 15 02:17:26 2021 (r568425) +++ branches/2021Q1/x11/Makefile Mon Mar 15 03:31:10 2021 (r568426) @@ -355,6 +355,7 @@ SUBDIR += wdisplays SUBDIR += wdm SUBDIR += wev + SUBDIR += wezterm SUBDIR += wf-shell SUBDIR += wl-clipboard SUBDIR += wlogout