Port details |
- kitty Cross-platform, fast, featureful, GPU-based terminal emulator
- 0.26.5 x11
=0 Version of this port present on the latest quarterly branch. - Maintainer: alexis.praga@free.fr
 - Port Added: 2021-05-19 15:30:09
- Last Update: 2023-03-10 11:13:50
- Commit Hash: 75c3b1ee
- Also Listed In: wayland
- License: GPLv3
- Description:
- Kitty is the fast, featureful, GPU based terminal emulator.
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).
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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/kitty/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/kitty
- pkg install kitty
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kitty
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1668802214
SHA256 (kitty-0.26.5.tar.xz) = 5544a580314fec7711187ce28162909b5ecff6780071444fe96fb97f8be5c9ad
SIZE (kitty-0.26.5.tar.xz) = 4749988
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-furo>0 : textproc/py-furo@py39
- py39-sphinx-copybutton>0 : textproc/py-sphinx-copybutton@py39
- py39-sphinx-inline-tabs>0 : textproc/py-sphinx-inline-tabs@py39
- py39-sphinxext-opengraph>0 : textproc/py-sphinxext-opengraph@py39
- sphinx-build : textproc/py-sphinx@py39
- wayland-protocols>=0 : graphics/wayland-protocols
- update-desktop-database : devel/desktop-file-utils
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- libncurses.so.6 : devel/ncurses
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xcb.pc : x11/libxcb
- xcursor.pc : x11/libXcursor
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- python3.9 : lang/python39
- libncurses.so.6 : devel/ncurses
- x11.pc : x11/libX11
- xcb.pc : x11/libxcb
- xcursor.pc : x11/libXcursor
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- Library dependencies:
-
- libdbus-1.so : devel/dbus
- libepoll-shim-interpose.so : devel/libepoll-shim
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libharfbuzz.so : print/harfbuzz
- liblcms2.so : graphics/lcms2
- libpng.so : graphics/png
- librsync.so : net/librsync
- libwayland-client.so : graphics/wayland
- libwayland-cursor.so : graphics/wayland
- libxkbcommon.so : x11/libxkbcommon
- libintl.so : devel/gettext-runtime
- libGL.so : graphics/libglvnd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_kitty
- USES:
- compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake pkgconfig python:3.5+ shebangfix ssl tar:xz terminfo xorg ncurses:port
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.26.5 10 Mar 2023 11:13:50
    |
Fernando Apesteguía (fernape)  Author: Trond Endrestol |
x11/kitty: add void to functions with empty parameter list
Clang 15 enforces the use of void in an otherwise empty parameter list.
PR: 269814
Reported by: Trond.Endrestol@ximalas.info
Approved by: alexis.praga@free.fr (maintainer timeout > 2 weeks) |
0.26.5 20 Nov 2022 17:36:36
    |
Nuno Teixeira (eduardo)  Author: Alexis Praga |
x11/kitty: Update to 0.26.5
ChangeLog: https://sw.kovidgoyal.net/kitty/changelog/
PR: 267855
MFH: 2022Q4 (bugfixes) |
0.26.4 20 Oct 2022 20:53:09
    |
Fernando Apesteguía (fernape)  Author: Alexis Praga |
x11/kitty: Update to 0.26.4
ChangeLog: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes
* Allow centering the background_image
* X11: Fix a regression in the previous release that caused pasting from GTK
based applications to have extra newlines
* Tab bar: Improve empty space management when some tabs have short titles,
allocate the saved space to the active tab
* Fix background_tint not applying to window margins and padding
* Wayland: Fix background image scaling using tiled mode on high DPI screens
* Wayland: Fix an abort when changing background colors with
wayland_titlebar_color set to background
* Update to Unicode 15.0
* GNOME Wayland: Fix a memory leak in gnome-shell when using client side (Only the first 15 lines of the commit message are shown above ) |
0.26.2 19 Sep 2022 15:33:12
    |
Neel Chauhan (nc)  Author: Alexis Praga |
x11/kitty: Update to 0.26.2
PR: 266458 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.25.2_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.25.2_1 22 Aug 2022 22:18:00
    |
Nuno Teixeira (eduardo)  |
x11/kitty: Use upstream patch fix build on 12.x Release
- Use upstream patch instead of workaround fix
https://github.com/kovidgoyal/kitty/pull/5398
- Bump PORTREVISION
PR: 265393
MFH: 2022Q3 |
0.25.2 13 Aug 2022 20:34:21
    |
Nuno Teixeira (eduardo)  Author: Alexis Praga |
x11/kitty: Update to 0.25.2
ChangeLog: https://sw.kovidgoyal.net/kitty/changelog/#id1
PR: 265393 |
0.25.0_1 01 Aug 2022 22:03:08
    |
Nuno Teixeira (eduardo)  |
x11/kitty: Fix 12.3R (amd64,i386) build
- add LIB_DEPENDS= libepoll-shim-interpose.so:devel/libepoll-shim
CPPFLAGS+= `pkg-config --cflags epoll-shim-interpose`
LDFLAGS+= `pkg-config --libs epoll-shim-interpose`
- add missing USES= desktop-file-utils
PR: 265393 |
0.25.0 01 Jul 2022 08:01:22
    |
Baptiste Daroussin (bapt)  |
wayland: add wayland virtual category |
0.25.0 19 Apr 2022 15:18:22
    |
Neel Chauhan (nc)  Author: Alexis Praga |
x11/kitty: Update to 0.25
Changes: https://sw.kovidgoyal.net/kitty/changelog/#detailed-list-of-changes
PR: 263369 |
0.24.2 12 Feb 2022 19:54:00
    |
Rainer Hurling (rhurlin)  Author: Alexis Praga |
x11/kitty: Update to 0.24.2
Changelog: https://sw.kovidgoyal.net/kitty/changelog/
PR: 261732 |
0.24.1 12 Jan 2022 11:39:50
    |
Guangyuan Yang (ygy)  Author: Alexis Praga |
x11/kitty: Update to 0.24.1
Changelog: https://sw.kovidgoyal.net/kitty/changelog/
PR: 261132 |
0.23.1_1 13 Dec 2021 07:03:59
    |
Hiroki Tagato (tagattie)  Author: Jose G. Juanino |
x11/kitty: fix pass_selection_to_program action
PR: 259765
Approved by: Alexis Praga <alexis.praga@free.fr> (maintainer) |
0.23.1 16 Oct 2021 20:43:56
    |
Piotr Kubaj (pkubaj)  |
x11/kitty: fix build on riscv64 and runtime on powerpc64
Disable LTO.
On riscv64:
Hard-float 'd' ABI can't be used for a target that doesn't support the D
instruction set extension (ignoring target-abi)
ld: error: lto.tmp: cannot link object files with different floating-point ABI
cc: error: linker command failed with exit code 1 (use -v to see invocation)
On powerpc64, LTO is broken with LLVM. |
0.23.1 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.23.1 30 Sep 2021 15:14:27
    |
Bernhard Froehlich (decke)  |
x11/kitty: Add CPE information
Approved by: portmgr (blanket) |
0.23.1 23 Aug 2021 17:41:35
    |
Fernando Apesteguía (fernape)  Author: Alexis Praga |
x11/kitty: Update to 0.23.1
ChangeLog: https://sw.kovidgoyal.net/kitty/changelog/#id1
PR: 257438
Reported by: alexis.praga@free.fr (maintainer) |
0.21.2 30 Jun 2021 15:56:21
    |
Fernando Apesteguía (fernape)  |
x11/kitty: Update to 0.21.2
ChangeLog: https://sw.kovidgoyal.net/kitty/changelog.html#id1
PR: 256890
Reported by: alexis.praga@free.fr (maintainer) |
0.21.1_1 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.21.1 18 Jun 2021 15:33:34
    |
Rainer Hurling (rhurlin)  |
x11/kitty: Update to 0.21.1
Fix a regression in the previous release that could cause
a crash when changing layouts and mousing.
Changelog: https://sw.kovidgoyal.net/kitty/changelog.html#id1
PR: 256678
Reported by: Alexis Praga <alexis.praga@free.fr> (maintainer) |
0.21.0 13 Jun 2021 15:01:18
    |
Rainer Hurling (rhurlin)  |
x11/kitty: Update to 0.21
Changelog: https://sw.kovidgoyal.net/kitty/changelog.html
PR: 256571
Reported by: Alexis Praga <alexis.praga@free.fr> (maintainer) |
0.20.3 04 Jun 2021 02:54:27
    |
Mark Linimon (linimon)  |
x11/kitty: add compiler:c11 to USES to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-std=c11" |
0.20.3 19 May 2021 15:28:24
    |
Gleb Popov (arrowd)  |
x11/kitty: Tidy up Makefile and pkg-descr. |
0.20.3 19 May 2021 15:28:23
    |
Gleb Popov (arrowd)  Author: Alexis Praga |
x11/kitty: + Fast GPU-based terminal emulator.
PR: 233010 |