pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/moor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 17 14:17:23 UTC 2026

Modified Files:
        pkgsrc/textproc/moor: Makefile distinfo

Log Message:
moor: update to 2.13.2.

v2.13.2: Fix a crash when filtering Latest

This release fixes an intermittent crash that could happen when
filtering a file down to zero lines.

Also, this release improves performance for rendering long (100KB)
lines.

v2.13.1: Performance improvements for searching

Performance when searching and scrolling sideways to search hits has
been significantly improved. Hits are now also centered on the screen
when scrolling sideways.

Also in this release:

    Fix a goroutine leak and limit CPU usage when searching
    Detect JSONL files and apply JSON syntax highlighting, thanks @scudette in #407!


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/moor/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/moor/distinfo

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

Modified files:

Index: pkgsrc/textproc/moor/Makefile
diff -u pkgsrc/textproc/moor/Makefile:1.37 pkgsrc/textproc/moor/Makefile:1.38
--- pkgsrc/textproc/moor/Makefile:1.37  Sun May 10 12:08:58 2026
+++ pkgsrc/textproc/moor/Makefile       Sun May 17 14:17:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2026/05/10 12:08:58 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2026/05/17 14:17:23 wiz Exp $
 
-DISTNAME=              moor-2.13.0
+DISTNAME=              moor-2.13.2
 CATEGORIES=            textproc
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=walles/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/moor/distinfo
diff -u pkgsrc/textproc/moor/distinfo:1.25 pkgsrc/textproc/moor/distinfo:1.26
--- pkgsrc/textproc/moor/distinfo:1.25  Sun May 10 12:08:58 2026
+++ pkgsrc/textproc/moor/distinfo       Sun May 17 14:17:23 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.25 2026/05/10 12:08:58 wiz Exp $
+$NetBSD: distinfo,v 1.26 2026/05/17 14:17:23 wiz Exp $
 
 BLAKE2s (github.com_adrg_xdg_@v_v0.5.3.mod) = d6562994850ff49646864144f83c4ce6db7f136692b1d986787ee15b68e4d496
 SHA512 (github.com_adrg_xdg_@v_v0.5.3.mod) = 392cf3f009a48dab138d1e2b3d1d2563e616a43ae7c2e0bb00f0029073b758706ebb882e96a3400dc4b6a25fef07370c960fdd197d366bc9757d29f20c89cbe3
@@ -186,6 +186,6 @@ Size (gotest.tools_v3_@v_v3.3.0.mod) = 1
 BLAKE2s (gotest.tools_v3_@v_v3.3.0.zip) = 423fc3f010d9c97ade508b10b055fc63c3281231b357f8fe70d540b3153c3156
 SHA512 (gotest.tools_v3_@v_v3.3.0.zip) = 5cbbd6ef791325a668daa7de227b8e75b9a636acfc63214cb71b024a6ecb448770c42d1d0fff868d1f4d8a97f99ab39e738c5fd5ded5def30209cf460ba78664
 Size (gotest.tools_v3_@v_v3.3.0.zip) = 98546 bytes
-BLAKE2s (moor-2.13.0.tar.gz) = 765b229be02c7c27f87de2bb6317550fb0d80b4a21d72eb27b91c85948c7929c
-SHA512 (moor-2.13.0.tar.gz) = 67ab3b73e616e2bb62d93a7a05886840680729bef0613f4a8a1f91d07fa9c66fabd7f50ef5ea9bc57eb6b5f5727b7bb12b1f47068ec8f6b896d97251a0ad29ae
-Size (moor-2.13.0.tar.gz) = 5326829 bytes
+BLAKE2s (moor-2.13.2.tar.gz) = 2521fe7d75e4923a9f88913b7cd3613c2717103a2b7ce4f29ac01c17956d5a67
+SHA512 (moor-2.13.2.tar.gz) = 42d711d9fbc4ac28275f089c9e3a0f3940f3f1e1f3d4e6f882e742a9c4b6f944b39f9df1514fd104a0fee1a662a16a277190d0be0b8d364fdc84e1e19a6c74f8
+Size (moor-2.13.2.tar.gz) = 5329640 bytes



Home | Main Index | Thread Index | Old Index