git: ce69fc0c2d80 - main - x11/kitty: Tidy up Makefile and pkg-descr.
Gleb Popov
arrowd at FreeBSD.org
Wed May 19 15:29:14 UTC 2021
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ce69fc0c2d809d54638b8882d6e167c9c89efa4c
commit ce69fc0c2d809d54638b8882d6e167c9c89efa4c
Author: Gleb Popov <arrowd at FreeBSD.org>
AuthorDate: 2021-05-19 15:26:12 +0000
Commit: Gleb Popov <arrowd at 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/
More information about the dev-commits-ports-all
mailing list