pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/kitty



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Fri May 16 13:16:12 UTC 2025

Modified Files:
        pkgsrc/x11/kitty: Makefile PLIST distinfo go-modules.mk

Log Message:
kitty: update to 0.42.0

- A new kitten: quick-access-terminal to Make a Quake like quick
  access terminal
- The panel kitten works on macOS and X11 as well as Wayland
- Now kitty does full grapheme segmentation following the Unicode 16
  spec when splitting text into cells
- The automatic color switching functionality now also controls
  background image settings
- panel kitten: Allow using kitty +kitten panel --single-instance to
  create multiple panels in one process
- launch: Allow creating desktop panels such as those created by the
  panel kitten
- Remote control: Allow modifying desktop panels and showing/hiding
  OS Windows using the kitten @ resize-os-window command
- Remote control launch: Allow waiting for a program launched in a
  new window to exit and get the exit code via the kitty +launch
  --wait-for-child-to-exit command line flag
- Allow starting kitty with the OS window hidden via kitty
  --start-as=hidden, useful for single instance mode
- Allow configuring the mouse unhide behavior when using
  mouse_hide_wait
- diff kitten: Add half page and full page scroll vim-like bindings
- diff kitten: Allow diffing named pipes
- Fix a regression that caused automatic color themes to not be
  re-applied after config file reload


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/kitty/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/x11/kitty/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/kitty/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/kitty/go-modules.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.65 pkgsrc/x11/kitty/Makefile:1.66
--- pkgsrc/x11/kitty/Makefile:1.65      Sat Apr  5 18:51:32 2025
+++ pkgsrc/x11/kitty/Makefile   Fri May 16 13:16:11 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2025/04/05 18:51:32 bsiegert Exp $
+# $NetBSD: Makefile,v 1.66 2025/05/16 13:16:11 ktnb Exp $
 
-DISTNAME=      kitty-0.41.0
-PKGREVISION=   1
+DISTNAME=      kitty-0.42.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kovidgoyal/}
 GITHUB_PROJECT=        kitty
@@ -18,6 +17,8 @@ GO_VERSION_REQD+=     123
 USE_LANGUAGES= c
 USE_TOOLS+=    gmake pkg-config
 
+# https://github.com/kovidgoyal/kitty/issues/8642
+FORCE_C_STD=   c11
 USE_CXX_FEATURES+=     has_include
 
 TOOL_DEPENDS+= nerd-fonts-NerdFontsSymbolsOnly-[0-9]*:../../fonts/nerd-fonts-NerdFontsSymbolsOnly

Index: pkgsrc/x11/kitty/PLIST
diff -u pkgsrc/x11/kitty/PLIST:1.30 pkgsrc/x11/kitty/PLIST:1.31
--- pkgsrc/x11/kitty/PLIST:1.30 Mon Mar 31 17:30:46 2025
+++ pkgsrc/x11/kitty/PLIST      Fri May 16 13:16:11 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2025/03/31 17:30:46 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.31 2025/05/16 13:16:11 ktnb Exp $
 bin/kitten
 bin/kitty
 lib/kitty/__main__.py
@@ -83,6 +83,12 @@ lib/kitty/kittens/query_terminal/__init_
 lib/kitty/kittens/query_terminal/main.py
 lib/kitty/kittens/query_terminal/main.pyc
 lib/kitty/kittens/query_terminal/main.pyo
+lib/kitty/kittens/quick_access_terminal/__init__.py
+lib/kitty/kittens/quick_access_terminal/__init__.pyc
+lib/kitty/kittens/quick_access_terminal/__init__.pyo
+lib/kitty/kittens/quick_access_terminal/main.py
+lib/kitty/kittens/quick_access_terminal/main.pyc
+lib/kitty/kittens/quick_access_terminal/main.pyo
 lib/kitty/kittens/remote_file/__init__.py
 lib/kitty/kittens/remote_file/__init__.pyc
 lib/kitty/kittens/remote_file/__init__.pyo
@@ -496,6 +502,9 @@ lib/kitty/kitty/shm.pyo
 lib/kitty/kitty/short_uuid.py
 lib/kitty/kitty/short_uuid.pyc
 lib/kitty/kitty/short_uuid.pyo
+lib/kitty/kitty/simple_cli_definitions.py
+lib/kitty/kitty/simple_cli_definitions.pyc
+lib/kitty/kitty/simple_cli_definitions.pyo
 lib/kitty/kitty/tab_bar.py
 lib/kitty/kitty/tab_bar.pyc
 lib/kitty/kitty/tab_bar.pyo
@@ -512,9 +521,9 @@ lib/kitty/kitty/trail_vertex.glsl
 lib/kitty/kitty/types.py
 lib/kitty/kitty/types.pyc
 lib/kitty/kitty/types.pyo
-lib/kitty/kitty/typing.py
-lib/kitty/kitty/typing.pyc
-lib/kitty/kitty/typing.pyo
+lib/kitty/kitty/typing_compat.py
+lib/kitty/kitty/typing_compat.pyc
+lib/kitty/kitty/typing_compat.pyo
 lib/kitty/kitty/update_check.py
 lib/kitty/kitty/update_check.pyc
 lib/kitty/kitty/update_check.pyo
@@ -605,6 +614,7 @@ man/man1/kitten-mouse-demo.1
 man/man1/kitten-notify.1
 man/man1/kitten-panel.1
 man/man1/kitten-query-terminal.1
+man/man1/kitten-quick-access-terminal.1
 man/man1/kitten-remote-file.1
 man/man1/kitten-run-shell.1
 man/man1/kitten-show-key.1
@@ -620,6 +630,7 @@ share/applications/kitty-open.desktop
 share/applications/kitty.desktop
 share/doc/kitty/html/.buildinfo
 share/doc/kitty/html/.nojekyll
+share/doc/kitty/html/_downloads/055e3591463099e42785a872ce39996a/quick_access_terminal.conf
 share/doc/kitty/html/_downloads/433dadebd0bf504f8b008985378086ce/kitty.conf
 share/doc/kitty/html/_downloads/a489ebbb52d84eeb19a12b2fda7debda/diff.conf
 share/doc/kitty/html/_downloads/f0a0de9ec8d9ff4456206db8e0814937/rowcolumn-diacritics.txt
@@ -628,12 +639,14 @@ share/doc/kitty/html/_images/family-sele
 share/doc/kitty/html/_images/font-fine-tune.png
 share/doc/kitty/html/_images/hints_mode.png
 share/doc/kitty/html/_images/panel.png
+share/doc/kitty/html/_images/quake-hypr.webp
+share/doc/kitty/html/_images/quake-macos.webp
 share/doc/kitty/html/_images/remote_file.png
 share/doc/kitty/html/_images/screenshot.png
 share/doc/kitty/html/_images/social_previews/summary_actions_1745a1bd.png
 share/doc/kitty/html/_images/social_previews/summary_binary_478594b0.png
 share/doc/kitty/html/_images/social_previews/summary_build_e554a463.png
-share/doc/kitty/html/_images/social_previews/summary_changelog_28f2229d.png
+share/doc/kitty/html/_images/social_previews/summary_changelog_bb1bec17.png
 share/doc/kitty/html/_images/social_previews/summary_clipboard_673291d1.png
 share/doc/kitty/html/_images/social_previews/summary_color-stack_b2e66ffc.png
 share/doc/kitty/html/_images/social_previews/summary_conf_6d817f14.png
@@ -664,8 +677,9 @@ share/doc/kitty/html/_images/social_prev
 share/doc/kitty/html/_images/social_previews/summary_kittens_icat_8f870112.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_intro_2aa247aa.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_notify_4b21ed12.png
-share/doc/kitty/html/_images/social_previews/summary_kittens_panel_acc427d1.png
+share/doc/kitty/html/_images/social_previews/summary_kittens_panel_f0055a23.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_query_terminal_bcf6bdb9.png
+share/doc/kitty/html/_images/social_previews/summary_kittens_quick-access-terminal_cdc578f3.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_remote_file_c5782e6e.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_ssh_d0cb65fa.png
 share/doc/kitty/html/_images/social_previews/summary_kittens_themes_72ee7bcd.png
@@ -676,13 +690,14 @@ share/doc/kitty/html/_images/social_prev
 share/doc/kitty/html/_images/social_previews/summary_mapping_aea5afa6.png
 share/doc/kitty/html/_images/social_previews/summary_marks_66066db1.png
 share/doc/kitty/html/_images/social_previews/summary_misc-protocol_baba0cc2.png
-share/doc/kitty/html/_images/social_previews/summary_open_actions_c69b3759.png
+share/doc/kitty/html/_images/social_previews/summary_open_actions_b5f13270.png
 share/doc/kitty/html/_images/social_previews/summary_overview_249bd848.png
 share/doc/kitty/html/_images/social_previews/summary_performance_76c80d2e.png
 share/doc/kitty/html/_images/social_previews/summary_pipe_168d77ad.png
 share/doc/kitty/html/_images/social_previews/summary_pointer-shapes_96e448ee.png
 share/doc/kitty/html/_images/social_previews/summary_press-mentions_3ce20e22.png
 share/doc/kitty/html/_images/social_previews/summary_protocol-extensions_ea5204ed.png
+share/doc/kitty/html/_images/social_previews/summary_quake-screenshots_d232c5bb.png
 share/doc/kitty/html/_images/social_previews/summary_quickstart_9d1a56df.png
 share/doc/kitty/html/_images/social_previews/summary_rc_protocol_ea1138ef.png
 share/doc/kitty/html/_images/social_previews/summary_remote-control_7371e6b3.png
@@ -730,6 +745,7 @@ share/doc/kitty/html/_sources/kittens/ic
 share/doc/kitty/html/_sources/kittens/notify.rst.txt
 share/doc/kitty/html/_sources/kittens/panel.rst.txt
 share/doc/kitty/html/_sources/kittens/query_terminal.rst.txt
+share/doc/kitty/html/_sources/kittens/quick-access-terminal.rst.txt
 share/doc/kitty/html/_sources/kittens/remote_file.rst.txt
 share/doc/kitty/html/_sources/kittens/ssh.rst.txt
 share/doc/kitty/html/_sources/kittens/themes.rst.txt
@@ -748,6 +764,7 @@ share/doc/kitty/html/_sources/pipe.rst.t
 share/doc/kitty/html/_sources/pointer-shapes.rst.txt
 share/doc/kitty/html/_sources/press-mentions.rst.txt
 share/doc/kitty/html/_sources/protocol-extensions.rst.txt
+share/doc/kitty/html/_sources/quake-screenshots.rst.txt
 share/doc/kitty/html/_sources/quickstart.rst.txt
 share/doc/kitty/html/_sources/rc_protocol.rst.txt
 share/doc/kitty/html/_sources/remote-control.rst.txt
@@ -824,6 +841,7 @@ share/doc/kitty/html/kittens/icat.html
 share/doc/kitty/html/kittens/notify.html
 share/doc/kitty/html/kittens/panel.html
 share/doc/kitty/html/kittens/query_terminal.html
+share/doc/kitty/html/kittens/quick-access-terminal.html
 share/doc/kitty/html/kittens/remote_file.html
 share/doc/kitty/html/kittens/ssh.html
 share/doc/kitty/html/kittens/themes.html
@@ -843,6 +861,7 @@ share/doc/kitty/html/pipe.html
 share/doc/kitty/html/pointer-shapes.html
 share/doc/kitty/html/press-mentions.html
 share/doc/kitty/html/protocol-extensions.html
+share/doc/kitty/html/quake-screenshots.html
 share/doc/kitty/html/quickstart.html
 share/doc/kitty/html/rc_protocol.html
 share/doc/kitty/html/remote-control.html

Index: pkgsrc/x11/kitty/distinfo
diff -u pkgsrc/x11/kitty/distinfo:1.31 pkgsrc/x11/kitty/distinfo:1.32
--- pkgsrc/x11/kitty/distinfo:1.31      Mon Mar 31 17:30:46 2025
+++ pkgsrc/x11/kitty/distinfo   Fri May 16 13:16:11 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2025/03/31 17:30:46 ktnb Exp $
+$NetBSD: distinfo,v 1.32 2025/05/16 13:16:11 ktnb Exp $
 
 BLAKE2s (github.com__a_l_tree_bigfloat_@v_v0.2.0.mod) = ed554d44b1070ae79986f3ff61e6ad4ed12060fb78fe6f2273733f762721d1e0
 SHA512 (github.com__a_l_tree_bigfloat_@v_v0.2.0.mod) = 09bbd28b9ce42a919f22339bdeb2b798a728cf3b7f5f7fd61bec418fa360893c4ebd72f0957be4c855621f96d9a146ef8f0074f5ac4154c04f537ae3ad3592c4
@@ -6,12 +6,12 @@ Size (github.com__a_l_tree_bigfloat_@v_v
 BLAKE2s (github.com__a_l_tree_bigfloat_@v_v0.2.0.zip) = 43a4e377b90b6738b5e045c2e2a221a40055216d838fdde321c0b9f0667bef32
 SHA512 (github.com__a_l_tree_bigfloat_@v_v0.2.0.zip) = c0f87e9f291dc775b95a41216664480416a8025c95811f313dd8b17529310dd85f7756ce720393f7a5e54f461af9a66a3ae1223842432921d50498ac1e623be7
 Size (github.com__a_l_tree_bigfloat_@v_v0.2.0.zip) = 16636 bytes
-BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.15.0.mod) = da0d135f6fce195ae0bb03a4a6389d487b612d27924aea4fabce8610675ed7cb
-SHA512 (github.com_alecthomas_chroma_v2_@v_v2.15.0.mod) = 3aeca258e092f5504b3aa37f07caaa9b466dfc72f765b85551340ffd5508d166e47820aa0e60702b70a79cec7301d1cbcf07b09b4eec97483e7425bc6ad8dfde
-Size (github.com_alecthomas_chroma_v2_@v_v2.15.0.mod) = 230 bytes
-BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.15.0.zip) = 89972fd9f8909e4eb19fdb139fccb36fd35970d37c675b43ade33ac575814dec
-SHA512 (github.com_alecthomas_chroma_v2_@v_v2.15.0.zip) = 39be3d9589c80e7e8e044cf0814955cd119288506e71d03a50af1c06f076c29e65b8b66786fefb32085a4c454abdd6974ef24a0abe858ba2144eedb9a422907d
-Size (github.com_alecthomas_chroma_v2_@v_v2.15.0.zip) = 1423545 bytes
+BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.17.2.mod) = b0d0c3cf0a24a57356fbe5c75a186991e66c70aa92b3c171c79a4244add66d9d
+SHA512 (github.com_alecthomas_chroma_v2_@v_v2.17.2.mod) = 4d60490c15f1338d7f0414c8e26f2cfa48690e05140327f924178398a240476a8fb7f3120a877f3f117b5caa46ee2c9658bf58255b341401ee38dbb23f613f2d
+Size (github.com_alecthomas_chroma_v2_@v_v2.17.2.mod) = 230 bytes
+BLAKE2s (github.com_alecthomas_chroma_v2_@v_v2.17.2.zip) = 3a87c7dc4d6544933137284154072a3affa45a18c75354860b4ea064ee35ee4b
+SHA512 (github.com_alecthomas_chroma_v2_@v_v2.17.2.zip) = 621843617b2738b6d3cd5f90565b4257579352755646ce0762bcd9d0d271ddd95a0f02c09c7705bc5148c8436a45eb4cc38fb5df92017405d8500b941168e6ff
+Size (github.com_alecthomas_chroma_v2_@v_v2.17.2.zip) = 1520350 bytes
 BLAKE2s (github.com_bmatcuk_doublestar_v4_@v_v4.8.1.mod) = e205ae79e7a61aeb6dfbab69a666bb662eb0af2302ed12a6bada3fc11bda1b53
 SHA512 (github.com_bmatcuk_doublestar_v4_@v_v4.8.1.mod) = 4a9d86964802ae0545c6d9125387aa04a59f190f85d13719158a4aea07f9bb9b0e05cbe23101fb8a3c5b90e78488a671e2d274740e0db08a852f2dfeff3a8eec
 Size (github.com_bmatcuk_doublestar_v4_@v_v4.8.1.mod) = 49 bytes
@@ -96,12 +96,12 @@ Size (github.com_seancfoley_bintree_@v_v
 BLAKE2s (github.com_seancfoley_bintree_@v_v1.3.1.zip) = 82a299722fadec8352b1422d2a871555a07c6dbec731a5c23a94d1482210af3b
 SHA512 (github.com_seancfoley_bintree_@v_v1.3.1.zip) = ae9262a61945e9916575d151903b3088e25582cc934c7b66d6ba77eaf34bb677b5a3543a1aedcddc05cb389ef74e43e6a2a0c8f224d7d838e4b05443898ffabc
 Size (github.com_seancfoley_bintree_@v_v1.3.1.zip) = 43614 bytes
-BLAKE2s (github.com_seancfoley_ipaddress-go_@v_v1.7.0.mod) = 78f6bab0c2f3f1a68f61a83d07662a05d39f2b4ba964d2c1076bf6261bcf2f04
-SHA512 (github.com_seancfoley_ipaddress-go_@v_v1.7.0.mod) = 9015a6525b5f9fd3d618830fc4bef99d174275dd79c475edac7dbacf762e351f6ad15d516f4b76e916179fc6ad37ece6c271d5146c08942e52874267faba6bc0
-Size (github.com_seancfoley_ipaddress-go_@v_v1.7.0.mod) = 698 bytes
-BLAKE2s (github.com_seancfoley_ipaddress-go_@v_v1.7.0.zip) = d33ad9bbe0292717dc6a54903acf4329c151696338453bf3131e60b9ec72e9b6
-SHA512 (github.com_seancfoley_ipaddress-go_@v_v1.7.0.zip) = 1d91c64a457243c65749e6fb3ade8fd24438c470d482fd627286136248015145e64cbf22a75f72ce7e7675872f95fc9b3e03cf37a8ce7633e3748e86937b1770
-Size (github.com_seancfoley_ipaddress-go_@v_v1.7.0.zip) = 722516 bytes
+BLAKE2s (github.com_seancfoley_ipaddress-go_@v_v1.7.1.mod) = 78f6bab0c2f3f1a68f61a83d07662a05d39f2b4ba964d2c1076bf6261bcf2f04
+SHA512 (github.com_seancfoley_ipaddress-go_@v_v1.7.1.mod) = 9015a6525b5f9fd3d618830fc4bef99d174275dd79c475edac7dbacf762e351f6ad15d516f4b76e916179fc6ad37ece6c271d5146c08942e52874267faba6bc0
+Size (github.com_seancfoley_ipaddress-go_@v_v1.7.1.mod) = 698 bytes
+BLAKE2s (github.com_seancfoley_ipaddress-go_@v_v1.7.1.zip) = 53a707a173628cbe881150e28a6aa396e82bc68e6872faf8e65dd0a5570898bd
+SHA512 (github.com_seancfoley_ipaddress-go_@v_v1.7.1.zip) = 68b8df50eb02b6e2ae58cfb31f8c5f8455a6502926651f74e2ac6e2ea80478b803c064aa8c78e75f7896ba13ef99efbcbbe09ac1dc701acb1c0a82ef7507a789
+Size (github.com_seancfoley_ipaddress-go_@v_v1.7.1.zip) = 722585 bytes
 BLAKE2s (github.com_shirou_gopsutil_v3_@v_v3.24.5.mod) = 95c90dfb1c26dd49ebe4582f8dcb10ea07e7d096118b2512762d34aae9e0c571
 SHA512 (github.com_shirou_gopsutil_v3_@v_v3.24.5.mod) = d899d090fdeb8b50b3cc50a287e8e94edd08ddbdc7842cc51c269d2eb1aeb3856f889e25cbcbe14be1726b0e92f46c04ba45ed1d650c907a1a4ed432ef29dbbc
 Size (github.com_shirou_gopsutil_v3_@v_v3.24.5.mod) = 657 bytes
@@ -147,12 +147,12 @@ Size (golang.org_x_exp_@v_v0.0.0-2023080
 BLAKE2s (golang.org_x_image_@v_v0.0.0-20191009234506-e7c1f5e7dbb8.mod) = 297087ef09942848072b3c6604fab5592d25e4781e5f33cffe1258204e307a5f
 SHA512 (golang.org_x_image_@v_v0.0.0-20191009234506-e7c1f5e7dbb8.mod) = 
d463167481b44386a011b867d6e26eaf2fe81c750325ea89f631af7b065c5152249084c45e7195a662d9b9ddde0e81a5273d8110f73a18c4d841c155c67ea0f6
 Size (golang.org_x_image_@v_v0.0.0-20191009234506-e7c1f5e7dbb8.mod) = 69 bytes
-BLAKE2s (golang.org_x_image_@v_v0.25.0.mod) = 9e0cb614772936f5c8a60f88790d0420da32610b489bd362c8d7581c46553d59
-SHA512 (golang.org_x_image_@v_v0.25.0.mod) = 1606e669e7ba3e6a61ce98580bcf47755a4ba9cdbbd4067c58b0f58ee2c7670f45fd24f0f5a6a06c8c771345ec222d624403b134ae835088cc92e355c8d76e91
-Size (golang.org_x_image_@v_v0.25.0.mod) = 72 bytes
-BLAKE2s (golang.org_x_image_@v_v0.25.0.zip) = d95eeb6c51d60db9c5b30b34845d4ff3f912872dc74fbcbe4794998fcff89b5b
-SHA512 (golang.org_x_image_@v_v0.25.0.zip) = 520925d6023d3341deeec840dad8085f7e10d79851c29e6d5771d61f12723e98c211728353a8b5f3f20d0807496f1624d0d011cc01b546a5309872da57f2dce7
-Size (golang.org_x_image_@v_v0.25.0.zip) = 5301104 bytes
+BLAKE2s (golang.org_x_image_@v_v0.26.0.mod) = 65fcfbb432b9b0bdc23476096303aef20ba5f5878a88f489df950baf154d1868
+SHA512 (golang.org_x_image_@v_v0.26.0.mod) = 75d437d9f71102050eb37e65b97c64dd13076a0dda09142e83b2a9146cf0733ded44ba149e36b56ebe15fd8f3c6ed97d59b46ed4bd68534055f16bf713278277
+Size (golang.org_x_image_@v_v0.26.0.mod) = 72 bytes
+BLAKE2s (golang.org_x_image_@v_v0.26.0.zip) = 8f4af9ed64049e344f811893920f35478d508cfb2fd5c79b0db1ac4dab8b41e2
+SHA512 (golang.org_x_image_@v_v0.26.0.zip) = 05d7075d64c0abb6ecaa7e611fbfeaa0fbc003a9041791fdb36af48051fd4dfd199f057afccf911bfdf1231cdd0881c89cb0f6e7c50d7df83f7876d4a741f118
+Size (golang.org_x_image_@v_v0.26.0.zip) = 5301108 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 6b2b0a0ac9d77adff84f1aab70cc38a4dcf14418c326fcb2dde80f104fb41e9f
 SHA512 (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
 Size (golang.org_x_sys_@v_v0.0.0-20190916202348-b4ddaad3f8a3.mod) = 33 bytes
@@ -162,12 +162,12 @@ Size (golang.org_x_sys_@v_v0.0.0-2020120
 BLAKE2s (golang.org_x_sys_@v_v0.11.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.11.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.11.0.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.31.0.mod) = c94ce63eceb9253dc5d1a070e3fa771530ff544b079a2884c19237aa14c84694
-SHA512 (golang.org_x_sys_@v_v0.31.0.mod) = 21521eb5c402c14bba401110f692ac94dfd9c9f2d2d1965631875d67aa1bfc0763a21437b7b5782dcb61d1a759618e5701cff27ee2d00a2820240bcf69286b4f
-Size (golang.org_x_sys_@v_v0.31.0.mod) = 35 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.31.0.zip) = 6d928e9e91044c05f1daa34aa1b29996aafcef93fb2bbc2e190e38533fed73b3
-SHA512 (golang.org_x_sys_@v_v0.31.0.zip) = e74eca126fea4172eaff3f8f4c533105888a746ca14f7d815d87f14e89256593a8ceb30a80514b54d98645b67295e6fb20d1cdfccc993930e16e7beca51af3b7
-Size (golang.org_x_sys_@v_v0.31.0.zip) = 1987984 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.32.0.mod) = c94ce63eceb9253dc5d1a070e3fa771530ff544b079a2884c19237aa14c84694
+SHA512 (golang.org_x_sys_@v_v0.32.0.mod) = 21521eb5c402c14bba401110f692ac94dfd9c9f2d2d1965631875d67aa1bfc0763a21437b7b5782dcb61d1a759618e5701cff27ee2d00a2820240bcf69286b4f
+Size (golang.org_x_sys_@v_v0.32.0.mod) = 35 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.32.0.zip) = 91aa2748807a93fbf9a6dae90f72323419341a67bb52ccd5f7d416a469221c39
+SHA512 (golang.org_x_sys_@v_v0.32.0.zip) = 9246a906c6f34f5ba117664e4bb8574b4e785903e8a32c62e272c08682f4df86da860eb4a519170eb509b8f0e72e4aebcf8ec5257410771b8ad74636accedf3f
+Size (golang.org_x_sys_@v_v0.32.0.zip) = 1991164 bytes
 BLAKE2s (golang.org_x_sys_@v_v0.5.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
 SHA512 (golang.org_x_sys_@v_v0.5.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 Size (golang.org_x_sys_@v_v0.5.0.mod) = 33 bytes
@@ -189,9 +189,9 @@ Size (howett.net_plist_@v_v1.0.1.mod) = 
 BLAKE2s (howett.net_plist_@v_v1.0.1.zip) = 43dd213cd6f655b89cb6074acf972bc2e134c71fb991af59c14ebaf6747c2545
 SHA512 (howett.net_plist_@v_v1.0.1.zip) = 4f8b07bebf808ff4bbc1b2fdcf501d60731e26e048c1e7e2f21cfb9816fab8937e9f1915b44ff693a6a5b0f91cff470f40c4d7a71d7728afe2d0a3bca99432cd
 Size (howett.net_plist_@v_v1.0.1.zip) = 72046 bytes
-BLAKE2s (kitty-0.41.0.tar.xz) = ddf27c8e7511c0aca6aac805c0ad305a9b91d10405f671d88363256d1d955c7b
-SHA512 (kitty-0.41.0.tar.xz) = 71c25f4df0362a15e21ba7b5d0ccd32b734715a0b5bb0701b69bb5930304f67496311618eedf332c7b80cec34fb69cdcea07a2636dc11a085c11a372156e0003
-Size (kitty-0.41.0.tar.xz) = 8892040 bytes
+BLAKE2s (kitty-0.42.0.tar.xz) = de753a720676d59164b87f4d0890d9e855289cd2f425a3473bb42d6a202a1bae
+SHA512 (kitty-0.42.0.tar.xz) = 73b4a777c97ff9ffd2b42d11e8447b0c134b51e012acf7836f558fa3038711b53d20687c05a7f81a73a0a5dfbe6619fbd04ac38938f827102cdd03ab2501b03d
+Size (kitty-0.42.0.tar.xz) = 12366996 bytes
 SHA1 (patch-glfw_wl__client__side__decorations.c) = 37c5ff491d8c9690d6e0291edb6c55388101edf0
 SHA1 (patch-glfw_wl__init.c) = 3dc143fba1a5fa5c15563aecc027cd6af872a0e0
 SHA1 (patch-kitty_binary.h) = e8e6e9b16a1bd7d0304bca919ad10dd932142da5

Index: pkgsrc/x11/kitty/go-modules.mk
diff -u pkgsrc/x11/kitty/go-modules.mk:1.10 pkgsrc/x11/kitty/go-modules.mk:1.11
--- pkgsrc/x11/kitty/go-modules.mk:1.10 Mon Mar 31 17:30:46 2025
+++ pkgsrc/x11/kitty/go-modules.mk      Fri May 16 13:16:11 2025
@@ -1,9 +1,9 @@
-# $NetBSD: go-modules.mk,v 1.10 2025/03/31 17:30:46 ktnb Exp $
+# $NetBSD: go-modules.mk,v 1.11 2025/05/16 13:16:11 ktnb Exp $
 
 GO_MODULE_FILES+=      github.com/!a!l!tree/bigfloat/@v/v0.2.0.mod
 GO_MODULE_FILES+=      github.com/!a!l!tree/bigfloat/@v/v0.2.0.zip
-GO_MODULE_FILES+=      github.com/alecthomas/chroma/v2/@v/v2.15.0.mod
-GO_MODULE_FILES+=      github.com/alecthomas/chroma/v2/@v/v2.15.0.zip
+GO_MODULE_FILES+=      github.com/alecthomas/chroma/v2/@v/v2.17.2.mod
+GO_MODULE_FILES+=      github.com/alecthomas/chroma/v2/@v/v2.17.2.zip
 GO_MODULE_FILES+=      github.com/bmatcuk/doublestar/v4/@v/v4.8.1.mod
 GO_MODULE_FILES+=      github.com/bmatcuk/doublestar/v4/@v/v4.8.1.zip
 GO_MODULE_FILES+=      github.com/disintegration/imaging/@v/v1.6.2.mod
@@ -32,8 +32,8 @@ GO_MODULE_FILES+=     github.com/rwcarlsen/g
 GO_MODULE_FILES+=      github.com/rwcarlsen/goexif/@v/v0.0.0-20190401172101-9e8deecbddbd.zip
 GO_MODULE_FILES+=      github.com/seancfoley/bintree/@v/v1.3.1.mod
 GO_MODULE_FILES+=      github.com/seancfoley/bintree/@v/v1.3.1.zip
-GO_MODULE_FILES+=      github.com/seancfoley/ipaddress-go/@v/v1.7.0.mod
-GO_MODULE_FILES+=      github.com/seancfoley/ipaddress-go/@v/v1.7.0.zip
+GO_MODULE_FILES+=      github.com/seancfoley/ipaddress-go/@v/v1.7.1.mod
+GO_MODULE_FILES+=      github.com/seancfoley/ipaddress-go/@v/v1.7.1.zip
 GO_MODULE_FILES+=      github.com/shirou/gopsutil/v3/@v/v3.24.5.mod
 GO_MODULE_FILES+=      github.com/shirou/gopsutil/v3/@v/v3.24.5.zip
 GO_MODULE_FILES+=      github.com/shoenig/go-m1cpu/@v/v0.1.6.mod
@@ -49,13 +49,13 @@ GO_MODULE_FILES+=   github.com/zeebo/xxh3/
 GO_MODULE_FILES+=      golang.org/x/exp/@v/v0.0.0-20230801115018-d63ba01acd4b.mod
 GO_MODULE_FILES+=      golang.org/x/exp/@v/v0.0.0-20230801115018-d63ba01acd4b.zip
 GO_MODULE_FILES+=      golang.org/x/image/@v/v0.0.0-20191009234506-e7c1f5e7dbb8.mod
-GO_MODULE_FILES+=      golang.org/x/image/@v/v0.25.0.mod
-GO_MODULE_FILES+=      golang.org/x/image/@v/v0.25.0.zip
+GO_MODULE_FILES+=      golang.org/x/image/@v/v0.26.0.mod
+GO_MODULE_FILES+=      golang.org/x/image/@v/v0.26.0.zip
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20190916202348-b4ddaad3f8a3.mod
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.0.0-20201204225414-ed752295db88.mod
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.11.0.mod
-GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.31.0.mod
-GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.31.0.zip
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.32.0.mod
+GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.32.0.zip
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.5.0.mod
 GO_MODULE_FILES+=      golang.org/x/sys/@v/v0.8.0.mod
 GO_MODULE_FILES+=      golang.org/x/text/@v/v0.3.0.mod



Home | Main Index | Thread Index | Old Index