pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/jjui



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 16 12:17:34 UTC 2026

Modified Files:
        pkgsrc/devel/jjui: Makefile distinfo

Log Message:
jjui: update to 0.9.11.

Overview

The underlying view system has gone through an almost complete
rewrite (#473). This major overhaul enabled us to implement various
features that weren't possible before and made most of the UI
clickable.

What's new:

    Mouse-clickable UI: details panel, evolog, git remotes, bookmark remotes, and more
    Mouse wheel scrolling support across all views
    Foundation for new interactive features like target picker and revset completion box


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/jjui/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/jjui/distinfo

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

Modified files:

Index: pkgsrc/devel/jjui/Makefile
diff -u pkgsrc/devel/jjui/Makefile:1.18 pkgsrc/devel/jjui/Makefile:1.19
--- pkgsrc/devel/jjui/Makefile:1.18     Mon Jan 19 10:28:05 2026
+++ pkgsrc/devel/jjui/Makefile  Mon Feb 16 12:17:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/01/19 10:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/02/16 12:17:34 wiz Exp $
 
-DISTNAME=      jjui-0.9.10
+DISTNAME=      jjui-0.9.11
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=idursun/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/jjui/distinfo
diff -u pkgsrc/devel/jjui/distinfo:1.12 pkgsrc/devel/jjui/distinfo:1.13
--- pkgsrc/devel/jjui/distinfo:1.12     Mon Jan 19 10:28:05 2026
+++ pkgsrc/devel/jjui/distinfo  Mon Feb 16 12:17:34 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2026/01/19 10:28:05 wiz Exp $
+$NetBSD: distinfo,v 1.13 2026/02/16 12:17:34 wiz Exp $
 
 BLAKE2s (github.com__burnt_sushi_toml_@v_v1.5.0.mod) = 26f62b858e9ef333fa0b51b46ce83c2d385ddf010431d6415a115aef9a338b35
 SHA512 (github.com__burnt_sushi_toml_@v_v1.5.0.mod) = fb6b4ae74dfdcc39b915f1b5f84f8e52e830d273d29f9225dc5ed4f26e970d9f61921f6f3588249141a82404c3ba180f735b4f23e700050e76a740fbf541ac78
@@ -207,6 +207,6 @@ Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 
 BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c
 SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff
 Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes
-BLAKE2s (jjui-0.9.10.tar.gz) = 9040934f12e95ca3bf2b0b2c4db7206cd27edb6b4ae9a1b7d5815b590bdf0feb
-SHA512 (jjui-0.9.10.tar.gz) = 652f86511a91c053ac39800e6890281da75efab605c5ff90672f93ae1ff2e58071d91196b3be9d5e6ee676e620e12737901bc4ef85737352c8278a2ca75e2dbd
-Size (jjui-0.9.10.tar.gz) = 149189 bytes
+BLAKE2s (jjui-0.9.11.tar.gz) = 7c9676ec748fa0cfecc90b29baa9a1e5d5885154172c59c423eae9bd144d48df
+SHA512 (jjui-0.9.11.tar.gz) = 6b7a777db987b5d3be8309c39fb8f2c61b41a339c00e87eee7d87e0dcb5cc98467cfb0e48a2b893567b79b33f29ddd911e88aaad41ed25e32f3b7ddb0df3a1a9
+Size (jjui-0.9.11.tar.gz) = 180735 bytes



Home | Main Index | Thread Index | Old Index