From owner-dev-commits-ports-main@freebsd.org Wed May 19 15:29:13 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 EA7B0644F95; Wed, 19 May 2021 15:29:13 +0000 (UTC) (envelope-from git@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 4FlcGx68jcz4c0l; Wed, 19 May 2021 15:29:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB7C9152C0; Wed, 19 May 2021 15:29:13 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14JFTDZs022205; Wed, 19 May 2021 15:29:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14JFTDeY022204; Wed, 19 May 2021 15:29:13 GMT (envelope-from git) Date: Wed, 19 May 2021 15:29:13 GMT Message-Id: <202105191529.14JFTDeY022204@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gleb Popov Subject: git: ce69fc0c2d80 - main - x11/kitty: Tidy up Makefile and pkg-descr. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arrowd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ce69fc0c2d809d54638b8882d6e167c9c89efa4c Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2021 15:29:14 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce69fc0c2d809d54638b8882d6e167c9c89efa4c commit ce69fc0c2d809d54638b8882d6e167c9c89efa4c Author: Gleb Popov AuthorDate: 2021-05-19 15:26:12 +0000 Commit: Gleb Popov 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/