Wed Apr 28 08:35:56 2021 UTC ()
x11/kitty: update to 0.20.2

0.20.2
-A new protocol extension to unscroll text from the scrollback buffer onto the
screen. Useful, for example, to restore the screen after showing completions
below the shell prompt.
-A new remote control command kitty @ env to change the default environment
passed to newly created windows (#3529)
-Linux: Fix binary kitty builds not able to load fonts in WOFF2 format (#3506)
-macOS: Prevent option based shortcuts for being used for global menu actions
(#3515)
-Fix kitty @ close-tab not working with pipe based remote control (#3510)
-Fix removal of inactive tab that is before the currently active tab causing
the highlighted tab to be incorrect (#3516)
-icat kitten: Respect EXIF orientation when displaying JPEG images (#3518)
-GNOME: Fix maximize state not being remembered when focus changes and window
decorations are hidden (#3507)
-GNOME: Add a new wayland_titlebar_color option to control the color of the
kitty window title bar
-Fix reading kitty --session from STDIN not working when the kitty --detach
option is used (#3523)
-Special case rendering of the few remaining Powerline box drawing chars (#3535)
-Fix kitty @ set-colors not working for the active_tab_foreground.

0.20.1
-icat: Fix some broken GIF images with no frame delays not being animated
(#3498)
-hints kitten: Fix sending hyperlinks to their default handler not working
(#3500)
-Wayland: Fix regression in previous release causing window decorations to be
drawn even when compositor supports server side decorations (#3501)

0.20.0
-Support display of animated images kitty +kitten icat animation.gif. See
Animation for details on animation support in the kitty graphics protocol.
-A new keyboard reporting protocol with various advanced features that can be
used by full screen terminal programs and even games, see A protocol for
comprehensive keyboard handling in terminals (#3248)
-Backward incompatibility: Session files now use the full launch command with
all its capabilities. However, the syntax of the command is slightly different
from before. In particular watchers are now specified directly on launch and
environment variables are set using --env.
-Allow setting colors when creating windows using the launch command.
-A new option tab_powerline_style to control the appearance of the tab bar when
using the powerline tab bar style.
A new option scrollback_fill_enlarged_window to fill extra lines in the window
when the window is expanded with lines from the scrollback (#3371)
-diff kitten: Implement recursive diff over SSH (#3268)
-ssh kitten: Allow using python instead of the shell on the server, useful if
the shell used is a non-POSIX compliant one, such as fish (#3277)
-Add support for the color settings stack that XTerm copied from us without
acknowledgement and decided to use incompatible escape codes for.
-Add entries to the terminfo file for some user capabilities that are shared
with XTerm (#3193)
-The launch command now does more sophisticated resolving of executables to run.
The system-wide PATH is used first, then system specific default paths, and
finally the PATH inside the shell.
-Double clicking on empty tab bar area now opens a new tab (#3201)
-kitty @ ls: Show only environment variables that are different for each window,
by default.
-When passing a directory or a non-executable file as the program to run to
kitty opens it with the shell or by parsing the shebang, instead of just
failing.
-Linux: Fix rendering of emoji followed by the graphics variation selector not
being colored with some fonts (#3211)
-Unicode input: Fix using index in select by name mode not working for indices
larger than 16. Also using an index does not filter the list of matches. (#3219)
-Wayland: Add support for the text input protocol (#3410)
-Wayland: Fix mouse handling when using client side decorations
-Wayland: Fix un-maximizing a window not restoring its size to what it was
before being maximized
-GNOME/Wayland: Improve window decorations the titlebar now shows the window
title. Allow running under Wayland on GNOME by default. (#3284)
-Panel kitten: Allow setting WM_CLASS (#3233)
-macOS: Add menu items to close the OS window and the current tab (#3240, #3246)
-macOS: Allow opening script and command files with kitty (#3366)
-Also detect gemini:// URLs when hovering with the mouse (#3370)
-When using a non-US keyboard layout and pressing ctrl+key when the key matches
an English key, send that to the program running in the terminal automatically
(#2000)
-When matching shortcuts, also match on shifted keys, so a shortcut defined as
ctrl+plus will match a keyboard where you have to press shift+equal to get the
plus key (#2000)
-Fix extra space at bottom of OS window when using the fat layout with the tab
bar at the top (#3258)
-Fix window icon not working on X11 with 64bits (#3260)
-Fix OS window sizes under 100px resulting in scaled display (#3307)
-Fix rendering of ligatures in the latest release of Cascadia code, which for
some reason puts empty glyphs after the ligature glyph rather than before it
(#3313)
-Improve handling of infinite length ligatures in newer versions of FiraCode
and CascadiaCode. Now such ligatures are detected based on glyph naming
convention. This removes the gap in the ligatures at cell boundaries (#2695)
-macOS: Disable the native operating system tabs as they are non-functional and
can be confusing (#3325)
-hints kitten: When using the linenumber action with a background action,
preserve the working directory (#3352)
-Graphics protocol: Fix suppression of responses not working for chunked
transmission (#3375)
-Fix inactive tab closing causing active tab to change (#3398)
-Fix a crash on systems using musl as libc (#3395)
-Improve rendering of rounded corners by using a rectircle equation rather than
a cubic bezier (#3409)
-Graphics protocol: Add a control to allow clients to specify that the cursor
should not move when displaying an image (#3411)
-Fix marking of text not working on lines that contain zero cells (#3403)
-Fix the selection getting changed if the screen contents scroll while the
selection is in progress (#3431)
-X11: Fix resize_in_steps being applied even when window is maximized (#3473)


(pin)
diff -r1.23 -r1.24 pkgsrc/x11/kitty/Makefile
diff -r1.10 -r1.11 pkgsrc/x11/kitty/PLIST
diff -r1.8 -r1.9 pkgsrc/x11/kitty/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/x11/kitty/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/kitty/Makefile 2020/12/21 12:39:38 1.23
+++ pkgsrc/x11/kitty/Makefile 2021/04/28 08:35:56 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2020/12/21 12:39:38 pin Exp $ 1# $NetBSD: Makefile,v 1.24 2021/04/28 08:35:56 pin Exp $
2 2
3DISTNAME= kitty-0.19.3 3DISTNAME= kitty-0.20.2
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_GITHUB:=kovidgoyal/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=kovidgoyal/}
6GITHUB_PROJECT= kitty 6GITHUB_PROJECT= kitty
7GITHUB_RELEASE= v${PKGVERSION_NOREV} 7GITHUB_RELEASE= v${PKGVERSION_NOREV}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://sw.kovidgoyal.net/kitty/index.html 11HOMEPAGE= https://sw.kovidgoyal.net/kitty/index.html
12COMMENT= GPU based terminal emulator 12COMMENT= GPU based terminal emulator
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15USE_LANGUAGES= c99 15USE_LANGUAGES= c99
16EXTRACT_USING= bsdtar 16EXTRACT_USING= bsdtar
@@ -21,41 +21,43 @@ BUILDLINK_TRANSFORM+= rm:-flto @@ -21,41 +21,43 @@ BUILDLINK_TRANSFORM+= rm:-flto
21 21
22# kitty's homegrown packaging expects the functionality of tic(1) that 22# kitty's homegrown packaging expects the functionality of tic(1) that
23# comes with ncurses. 23# comes with ncurses.
24USE_NCURSES= yes 24USE_NCURSES= yes
25 25
26PYTHON_VERSIONED_DEPENDENCIES+= setuptools:tool 26PYTHON_VERSIONED_DEPENDENCIES+= setuptools:tool
27 27
28SUBST_CLASSES+= python 28SUBST_CLASSES+= python
29SUBST_STAGE.python= pre-build 29SUBST_STAGE.python= pre-build
30SUBST_MESSAGE.python= Replacing path to Sphinx. 30SUBST_MESSAGE.python= Replacing path to Sphinx.
31SUBST_FILES.python= docs/Makefile 31SUBST_FILES.python= docs/Makefile
32SUBST_SED.python+= -e "s,sphinx-build,sphinx-build-${PYVERSSUFFIX},g" 32SUBST_SED.python+= -e "s,sphinx-build,sphinx-build-${PYVERSSUFFIX},g"
33 33
34INSTALLATION_DIRS+= ${PKGMANDIR}/man1 34INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
35 35
36PYTHON_VERSIONS_INCOMPATIBLE= 27 36PYTHON_VERSIONS_INCOMPATIBLE= 27
37PYTHON_VERSIONED_DEPENDENCIES+= sphinx:tool 37PYTHON_VERSIONED_DEPENDENCIES+= sphinx:tool
38 38
39do-build: 39do-build:
40 cd ${WRKSRC} && ${MAKE_ENV} ${PYTHONBIN} setup.py linux-package 40 cd ${WRKSRC} && ${MAKE_ENV} ${PYTHONBIN} setup.py linux-package
41 cd ${WRKSRC} && ${MAKE_ENV} ${GMAKE} man 41 cd ${WRKSRC} && ${MAKE_ENV} ${GMAKE} man
42 42
43do-install: 43do-install:
44 cd ${WRKSRC} && ${MAKE_ENV} ${PYTHONBIN} setup.py linux-package \ 44 cd ${WRKSRC} && ${MAKE_ENV} ${PYTHONBIN} setup.py linux-package \
45 --prefix ${DESTDIR}${PREFIX} 45 --prefix ${DESTDIR}${PREFIX}
46 ${FIND} ${DESTDIR} -type d -name __pycache__ -print0 | ${XARGS} -0 ${RM} -rf 46 ${FIND} ${DESTDIR} -type d -name __pycache__ -print0 | ${XARGS} -0 ${RM} -rf
47 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/kitty.1 \ 47 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/kitty.1 \
48 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/kitty.1 || ${FALSE} 48 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/kitty.1 || ${FALSE}
 49 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/kitty.conf.5 \
 50 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/kitty.conf.5 || ${FALSE}
49 51
50.include "../../mk/bsd.prefs.mk" 52.include "../../mk/bsd.prefs.mk"
51 53
52.if ${OPSYS} != "Darwin" 54.if ${OPSYS} != "Darwin"
53.include "../../graphics/freetype2/buildlink3.mk" 55.include "../../graphics/freetype2/buildlink3.mk"
54.include "../../fonts/fontconfig/buildlink3.mk" 56.include "../../fonts/fontconfig/buildlink3.mk"
55.endif 57.endif
56 58
57.include "options.mk" 59.include "options.mk"
58.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 60.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
59.include "../../graphics/lcms2/buildlink3.mk" 61.include "../../graphics/lcms2/buildlink3.mk"
60.include "../../devel/ncurses/buildlink3.mk" 62.include "../../devel/ncurses/buildlink3.mk"
61.include "../../devel/zlib/buildlink3.mk" 63.include "../../devel/zlib/buildlink3.mk"

cvs diff -r1.10 -r1.11 pkgsrc/x11/kitty/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/kitty/PLIST 2020/12/21 12:39:38 1.10
+++ pkgsrc/x11/kitty/PLIST 2021/04/28 08:35:56 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2020/12/21 12:39:38 pin Exp $ 1@comment $NetBSD: PLIST,v 1.11 2021/04/28 08:35:56 pin Exp $
2bin/kitty 2bin/kitty
3lib/kitty/__main__.py 3lib/kitty/__main__.py
4lib/kitty/kittens/__init__.py 4lib/kitty/kittens/__init__.py
5lib/kitty/kittens/ask/__init__.py 5lib/kitty/kittens/ask/__init__.py
6lib/kitty/kittens/ask/main.py 6lib/kitty/kittens/ask/main.py
7lib/kitty/kittens/broadcast/__init__.py 7lib/kitty/kittens/broadcast/__init__.py
8lib/kitty/kittens/broadcast/main.py 8lib/kitty/kittens/broadcast/main.py
9lib/kitty/kittens/choose/__init__.py 9lib/kitty/kittens/choose/__init__.py
10lib/kitty/kittens/choose/main.py 10lib/kitty/kittens/choose/main.py
11lib/kitty/kittens/choose/subseq_matcher.so 11lib/kitty/kittens/choose/subseq_matcher.so
12lib/kitty/kittens/clipboard/__init__.py 12lib/kitty/kittens/clipboard/__init__.py
13lib/kitty/kittens/clipboard/main.py 13lib/kitty/kittens/clipboard/main.py
14lib/kitty/kittens/diff/__init__.py 14lib/kitty/kittens/diff/__init__.py
@@ -109,26 +109,27 @@ lib/kitty/kitty/marks.py @@ -109,26 +109,27 @@ lib/kitty/kitty/marks.py
109lib/kitty/kitty/multiprocessing.py 109lib/kitty/kitty/multiprocessing.py
110lib/kitty/kitty/notify.py 110lib/kitty/kitty/notify.py
111lib/kitty/kitty/open_actions.py 111lib/kitty/kitty/open_actions.py
112lib/kitty/kitty/options_stub.py 112lib/kitty/kitty/options_stub.py
113lib/kitty/kitty/os_window_size.py 113lib/kitty/kitty/os_window_size.py
114lib/kitty/kitty/rc/__init__.py 114lib/kitty/kitty/rc/__init__.py
115lib/kitty/kitty/rc/base.py 115lib/kitty/kitty/rc/base.py
116lib/kitty/kitty/rc/close_tab.py 116lib/kitty/kitty/rc/close_tab.py
117lib/kitty/kitty/rc/close_window.py 117lib/kitty/kitty/rc/close_window.py
118lib/kitty/kitty/rc/create_marker.py 118lib/kitty/kitty/rc/create_marker.py
119lib/kitty/kitty/rc/detach_tab.py 119lib/kitty/kitty/rc/detach_tab.py
120lib/kitty/kitty/rc/detach_window.py 120lib/kitty/kitty/rc/detach_window.py
121lib/kitty/kitty/rc/disable_ligatures.py 121lib/kitty/kitty/rc/disable_ligatures.py
 122lib/kitty/kitty/rc/env.py
122lib/kitty/kitty/rc/focus_tab.py 123lib/kitty/kitty/rc/focus_tab.py
123lib/kitty/kitty/rc/focus_window.py 124lib/kitty/kitty/rc/focus_window.py
124lib/kitty/kitty/rc/get_colors.py 125lib/kitty/kitty/rc/get_colors.py
125lib/kitty/kitty/rc/get_text.py 126lib/kitty/kitty/rc/get_text.py
126lib/kitty/kitty/rc/goto_layout.py 127lib/kitty/kitty/rc/goto_layout.py
127lib/kitty/kitty/rc/kitten.py 128lib/kitty/kitty/rc/kitten.py
128lib/kitty/kitty/rc/last_used_layout.py 129lib/kitty/kitty/rc/last_used_layout.py
129lib/kitty/kitty/rc/launch.py 130lib/kitty/kitty/rc/launch.py
130lib/kitty/kitty/rc/ls.py 131lib/kitty/kitty/rc/ls.py
131lib/kitty/kitty/rc/new_window.py 132lib/kitty/kitty/rc/new_window.py
132lib/kitty/kitty/rc/remove_marker.py 133lib/kitty/kitty/rc/remove_marker.py
133lib/kitty/kitty/rc/resize_window.py 134lib/kitty/kitty/rc/resize_window.py
134lib/kitty/kitty/rc/scroll_window.py 135lib/kitty/kitty/rc/scroll_window.py
@@ -140,61 +141,65 @@ lib/kitty/kitty/rc/set_font_size.py @@ -140,61 +141,65 @@ lib/kitty/kitty/rc/set_font_size.py
140lib/kitty/kitty/rc/set_spacing.py 141lib/kitty/kitty/rc/set_spacing.py
141lib/kitty/kitty/rc/set_tab_title.py 142lib/kitty/kitty/rc/set_tab_title.py
142lib/kitty/kitty/rc/set_window_title.py 143lib/kitty/kitty/rc/set_window_title.py
143lib/kitty/kitty/rc/signal_child.py 144lib/kitty/kitty/rc/signal_child.py
144lib/kitty/kitty/remote_control.py 145lib/kitty/kitty/remote_control.py
145lib/kitty/kitty/rgb.py 146lib/kitty/kitty/rgb.py
146lib/kitty/kitty/session.py 147lib/kitty/kitty/session.py
147lib/kitty/kitty/shell.py 148lib/kitty/kitty/shell.py
148lib/kitty/kitty/tab_bar.py 149lib/kitty/kitty/tab_bar.py
149lib/kitty/kitty/tabs.py 150lib/kitty/kitty/tabs.py
150lib/kitty/kitty/terminfo.py 151lib/kitty/kitty/terminfo.py
151lib/kitty/kitty/tint_fragment.glsl 152lib/kitty/kitty/tint_fragment.glsl
152lib/kitty/kitty/tint_vertex.glsl 153lib/kitty/kitty/tint_vertex.glsl
 154lib/kitty/kitty/types.py
153lib/kitty/kitty/typing.py 155lib/kitty/kitty/typing.py
154lib/kitty/kitty/update_check.py 156lib/kitty/kitty/update_check.py
155lib/kitty/kitty/utils.py 157lib/kitty/kitty/utils.py
156lib/kitty/kitty/window.py 158lib/kitty/kitty/window.py
157lib/kitty/kitty/window_list.py 159lib/kitty/kitty/window_list.py
158lib/kitty/logo/beam-cursor.png 160lib/kitty/logo/beam-cursor.png
159lib/kitty/logo/beam-cursor@2x.png 161lib/kitty/logo/beam-cursor@2x.png
 162lib/kitty/logo/kitty-128.png
160lib/kitty/logo/kitty.png 163lib/kitty/logo/kitty.png
161lib/kitty/logo/kitty.rgba 
162lib/kitty/terminfo/x/xterm-kitty 164lib/kitty/terminfo/x/xterm-kitty
163man/man1/kitty.1 165man/man1/kitty.1
 166man/man5/kitty.conf.5
164share/applications/kitty.desktop 167share/applications/kitty.desktop
165share/doc/kitty/html/.buildinfo 168share/doc/kitty/html/.buildinfo
166share/doc/kitty/html/.nojekyll 169share/doc/kitty/html/.nojekyll
167share/doc/kitty/html/_downloads/433dadebd0bf504f8b008985378086ce/kitty.conf 170share/doc/kitty/html/_downloads/433dadebd0bf504f8b008985378086ce/kitty.conf
168share/doc/kitty/html/_downloads/a489ebbb52d84eeb19a12b2fda7debda/diff.conf 171share/doc/kitty/html/_downloads/a489ebbb52d84eeb19a12b2fda7debda/diff.conf
169share/doc/kitty/html/_images/diff.png 172share/doc/kitty/html/_images/diff.png
170share/doc/kitty/html/_images/hints_mode.png 173share/doc/kitty/html/_images/hints_mode.png
171share/doc/kitty/html/_images/panel.png 174share/doc/kitty/html/_images/panel.png
172share/doc/kitty/html/_images/remote_file.png 175share/doc/kitty/html/_images/remote_file.png
173share/doc/kitty/html/_images/screenshot.png 176share/doc/kitty/html/_images/screenshot.png
174share/doc/kitty/html/_images/splits.png 177share/doc/kitty/html/_images/splits.png
175share/doc/kitty/html/_images/unicode.png 178share/doc/kitty/html/_images/unicode.png
 179share/doc/kitty/html/_sources/basic.rst.txt
176share/doc/kitty/html/_sources/binary.rst.txt 180share/doc/kitty/html/_sources/binary.rst.txt
177share/doc/kitty/html/_sources/build.rst.txt 181share/doc/kitty/html/_sources/build.rst.txt
178share/doc/kitty/html/_sources/changelog.rst.txt 182share/doc/kitty/html/_sources/changelog.rst.txt
179share/doc/kitty/html/_sources/conf.rst.txt 183share/doc/kitty/html/_sources/conf.rst.txt
180share/doc/kitty/html/_sources/faq.rst.txt 184share/doc/kitty/html/_sources/faq.rst.txt
181share/doc/kitty/html/_sources/generated/launch.rst.txt 185share/doc/kitty/html/_sources/generated/launch.rst.txt
182share/doc/kitty/html/_sources/generated/rc.rst.txt 186share/doc/kitty/html/_sources/generated/rc.rst.txt
183share/doc/kitty/html/_sources/graphics-protocol.rst.txt 187share/doc/kitty/html/_sources/graphics-protocol.rst.txt
184share/doc/kitty/html/_sources/index.rst.txt 188share/doc/kitty/html/_sources/index.rst.txt
185share/doc/kitty/html/_sources/integrations.rst.txt 189share/doc/kitty/html/_sources/integrations.rst.txt
186share/doc/kitty/html/_sources/invocation.rst.txt 190share/doc/kitty/html/_sources/invocation.rst.txt
187share/doc/kitty/html/_sources/key-encoding.rst.txt 191share/doc/kitty/html/_sources/key-encoding.rst.txt
 192share/doc/kitty/html/_sources/keyboard-protocol.rst.txt
188share/doc/kitty/html/_sources/kittens/broadcast.rst.txt 193share/doc/kitty/html/_sources/kittens/broadcast.rst.txt
189share/doc/kitty/html/_sources/kittens/clipboard.rst.txt 194share/doc/kitty/html/_sources/kittens/clipboard.rst.txt
190share/doc/kitty/html/_sources/kittens/custom.rst.txt 195share/doc/kitty/html/_sources/kittens/custom.rst.txt
191share/doc/kitty/html/_sources/kittens/diff.rst.txt 196share/doc/kitty/html/_sources/kittens/diff.rst.txt
192share/doc/kitty/html/_sources/kittens/hints.rst.txt 197share/doc/kitty/html/_sources/kittens/hints.rst.txt
193share/doc/kitty/html/_sources/kittens/hyperlinked_grep.rst.txt 198share/doc/kitty/html/_sources/kittens/hyperlinked_grep.rst.txt
194share/doc/kitty/html/_sources/kittens/icat.rst.txt 199share/doc/kitty/html/_sources/kittens/icat.rst.txt
195share/doc/kitty/html/_sources/kittens/panel.rst.txt 200share/doc/kitty/html/_sources/kittens/panel.rst.txt
196share/doc/kitty/html/_sources/kittens/query_terminal.rst.txt 201share/doc/kitty/html/_sources/kittens/query_terminal.rst.txt
197share/doc/kitty/html/_sources/kittens/remote_file.rst.txt 202share/doc/kitty/html/_sources/kittens/remote_file.rst.txt
198share/doc/kitty/html/_sources/kittens/unicode-input.rst.txt 203share/doc/kitty/html/_sources/kittens/unicode-input.rst.txt
199share/doc/kitty/html/_sources/launch.rst.txt 204share/doc/kitty/html/_sources/launch.rst.txt
200share/doc/kitty/html/_sources/layouts.rst.txt 205share/doc/kitty/html/_sources/layouts.rst.txt
@@ -211,41 +216,44 @@ share/doc/kitty/html/_static/basic.css @@ -211,41 +216,44 @@ share/doc/kitty/html/_static/basic.css
211share/doc/kitty/html/_static/custom.css 216share/doc/kitty/html/_static/custom.css
212share/doc/kitty/html/_static/doctools.js 217share/doc/kitty/html/_static/doctools.js
213share/doc/kitty/html/_static/documentation_options.js 218share/doc/kitty/html/_static/documentation_options.js
214share/doc/kitty/html/_static/file.png 219share/doc/kitty/html/_static/file.png
215share/doc/kitty/html/_static/jquery-3.4.1.js 220share/doc/kitty/html/_static/jquery-3.4.1.js
216share/doc/kitty/html/_static/jquery-3.5.1.js 221share/doc/kitty/html/_static/jquery-3.5.1.js
217share/doc/kitty/html/_static/jquery.js 222share/doc/kitty/html/_static/jquery.js
218share/doc/kitty/html/_static/kitty.png 223share/doc/kitty/html/_static/kitty.png
219share/doc/kitty/html/_static/language_data.js 224share/doc/kitty/html/_static/language_data.js
220share/doc/kitty/html/_static/minus.png 225share/doc/kitty/html/_static/minus.png
221share/doc/kitty/html/_static/plus.png 226share/doc/kitty/html/_static/plus.png
222share/doc/kitty/html/_static/pygments.css 227share/doc/kitty/html/_static/pygments.css
223share/doc/kitty/html/_static/searchtools.js 228share/doc/kitty/html/_static/searchtools.js
 229share/doc/kitty/html/_static/underscore-1.12.0.js
224share/doc/kitty/html/_static/underscore-1.3.1.js 230share/doc/kitty/html/_static/underscore-1.3.1.js
225share/doc/kitty/html/_static/underscore.js 231share/doc/kitty/html/_static/underscore.js
 232share/doc/kitty/html/basic.html
226share/doc/kitty/html/binary.html 233share/doc/kitty/html/binary.html
227share/doc/kitty/html/build.html 234share/doc/kitty/html/build.html
228share/doc/kitty/html/changelog.html 235share/doc/kitty/html/changelog.html
229share/doc/kitty/html/conf.html 236share/doc/kitty/html/conf.html
230share/doc/kitty/html/faq.html 237share/doc/kitty/html/faq.html
231share/doc/kitty/html/generated/launch.html 238share/doc/kitty/html/generated/launch.html
232share/doc/kitty/html/generated/rc.html 239share/doc/kitty/html/generated/rc.html
233share/doc/kitty/html/genindex.html 240share/doc/kitty/html/genindex.html
234share/doc/kitty/html/graphics-protocol.html 241share/doc/kitty/html/graphics-protocol.html
235share/doc/kitty/html/index.html 242share/doc/kitty/html/index.html
236share/doc/kitty/html/integrations.html 243share/doc/kitty/html/integrations.html
237share/doc/kitty/html/invocation.html 244share/doc/kitty/html/invocation.html
238share/doc/kitty/html/key-encoding.html 245share/doc/kitty/html/key-encoding.html
 246share/doc/kitty/html/keyboard-protocol.html
239share/doc/kitty/html/kittens/broadcast.html 247share/doc/kitty/html/kittens/broadcast.html
240share/doc/kitty/html/kittens/clipboard.html 248share/doc/kitty/html/kittens/clipboard.html
241share/doc/kitty/html/kittens/custom.html 249share/doc/kitty/html/kittens/custom.html
242share/doc/kitty/html/kittens/diff.html 250share/doc/kitty/html/kittens/diff.html
243share/doc/kitty/html/kittens/hints.html 251share/doc/kitty/html/kittens/hints.html
244share/doc/kitty/html/kittens/hyperlinked_grep.html 252share/doc/kitty/html/kittens/hyperlinked_grep.html
245share/doc/kitty/html/kittens/icat.html 253share/doc/kitty/html/kittens/icat.html
246share/doc/kitty/html/kittens/panel.html 254share/doc/kitty/html/kittens/panel.html
247share/doc/kitty/html/kittens/query_terminal.html 255share/doc/kitty/html/kittens/query_terminal.html
248share/doc/kitty/html/kittens/remote_file.html 256share/doc/kitty/html/kittens/remote_file.html
249share/doc/kitty/html/kittens/unicode-input.html 257share/doc/kitty/html/kittens/unicode-input.html
250share/doc/kitty/html/launch.html 258share/doc/kitty/html/launch.html
251share/doc/kitty/html/layouts.html 259share/doc/kitty/html/layouts.html

cvs diff -r1.8 -r1.9 pkgsrc/x11/kitty/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/kitty/distinfo 2020/12/21 12:39:38 1.8
+++ pkgsrc/x11/kitty/distinfo 2021/04/28 08:35:56 1.9
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.8 2020/12/21 12:39:38 pin Exp $ 1$NetBSD: distinfo,v 1.9 2021/04/28 08:35:56 pin Exp $
2 2
3SHA1 (kitty-0.19.3.tar.xz) = 622851ae9b2b40e84876b9fa2203ee85943b0511 3SHA1 (kitty-0.20.2.tar.xz) = 6fd86b85eeb4209d0749b4ef12c62716b5f332a9
4RMD160 (kitty-0.19.3.tar.xz) = 8e3f97c2a9ec06c4b847cb897e12cb0c182b19cb 4RMD160 (kitty-0.20.2.tar.xz) = 2e5956ac37b839dfef572b141aa068f76293d096
5SHA512 (kitty-0.19.3.tar.xz) = d1eea7f909c9492542650a83a149fd279c44380cf10387759f10caad57cd4dbabeac1ce84e8142bfa47266ec2562dfa3766ce08e2aee4d8e0ebacea165f101e4 5SHA512 (kitty-0.20.2.tar.xz) = 6f82f7c2346886513a8129131083a755a9c622a4bf29ab82d027b7cc7812f437fe6cb98d962a3e98ba0871e69c68d5f65a1d27d4301448275bebf01895071dfb
6Size (kitty-0.19.3.tar.xz) = 3269628 bytes 6Size (kitty-0.20.2.tar.xz) = 3502356 bytes
7SHA1 (patch-glfw_wl__init.c) = d3bfa4c4a4b6a524a3a5fddd234368022bcb5c95 7SHA1 (patch-glfw_wl__init.c) = d3bfa4c4a4b6a524a3a5fddd234368022bcb5c95
8SHA1 (patch-kitty_threading.h) = 04886ab09ac2ab6f4925cd20e739e6b634299d55 8SHA1 (patch-kitty_threading.h) = 04886ab09ac2ab6f4925cd20e739e6b634299d55