Date: Wed, 19 May 2021 15:29:13 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ce69fc0c2d80 - main - x11/kitty: Tidy up Makefile and pkg-descr. Message-ID: <202105191529.14JFTDeY022204@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce69fc0c2d809d54638b8882d6e167c9c89efa4c commit ce69fc0c2d809d54638b8882d6e167c9c89efa4c Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2021-05-19 15:26:12 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2021-05-19 15:28:24 +0000 x11/kitty: Tidy up Makefile and pkg-descr. --- x11/kitty/Makefile | 2 -- x11/kitty/pkg-descr | 12 +++--------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 0cb08dbff9c4..a50fbf33d241 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -1,5 +1,3 @@ -# - PORTNAME= kitty DISTVERSIONPREFIX= v DISTVERSION= 0.20.3 diff --git a/x11/kitty/pkg-descr b/x11/kitty/pkg-descr index 6042101c1936..b2551fc204f4 100644 --- a/x11/kitty/pkg-descr +++ b/x11/kitty/pkg-descr @@ -4,15 +4,9 @@ kitty is designed for power keyboard users. To that end all its controls work with the keyboard (although it fully supports mouse interactions as well). Its configuration is a simple, human editable, single file for easy reproducibility (I like to store configuration in source control). - -The code in kitty is designed to be simple, modular and hackable. It is written -in a mix of C (for performance sensitive parts) and Python (for easy hackability -of the UI). It does not depend on any large and complex UI toolkit, using only -OpenGL for rendering everything. - -Finally, kitty is designed from the ground up to support all modern terminal +kitty is designed from the ground up to support all modern terminal features, such as unicode, true color, bold/italic fonts, text formatting, etc. It even extends existing text formatting escape codes, to add support for features not available elsewhere, such as colored and styled (curly) underlines. -One of the design goals of kitty is to be easily extensible so that new features -can be added in the future with relatively less effort. + +WWW: https://sw.kovidgoyal.net/kitty/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105191529.14JFTDeY022204>