Port details on branch 2022Q4 |
- kitty Cross-platform, fast, featureful, GPU-based terminal emulator
- 0.26.5 x11
=0 0.26.5Version of this port present on the latest quarterly branch. - Maintainer: alexis.praga@free.fr
 - Port Added: 2022-11-20 18:15:07
- Last Update: 2022-11-20 17:39:37
- Commit Hash: 5830d73
- Also Listed In: wayland
- License: GPLv3
- WWW:
- https://sw.kovidgoyal.net/kitty/
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
- 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 20 Nov 2022 17:39:37
    |
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)
(cherry picked from commit fdd7a5c6b6228e99253012726f2a16166d5fdbe8) |
0.26.4 20 Nov 2022 17:38:42
    |
Nuno Teixeira (eduardo)  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 ) |