pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ugrep



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 14 18:14:30 UTC 2024

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 7.0.3

ugrep v7.0.3

make Windows ugrep.exe TUI cursor keys behave with ConEmu
fix Windows ugrep.exe TUI CTRL-Y file viewing for non-ASCII filenames
minor usability improvements suggested by ugrep users. Thank you for your feedback!

ugrep v7.0.2

Fix ugrep v7 regression bug: an issue with the regex ^ anchor due to a misaligned begin-of-line position in the buffer after the buffer shifts on large input files. As a result, the -v option did not 
always work properly on large input files when searching with regex ^ anchors. Reverted to the old logic. Included a minor change to handle hex context lines

ugrep v7.0

rewritten SIMD acceleration logic and the search algorithm selection decision logic to speed up pattern matching (the actual speedup depends on the type of regex patterns specified)
improved regex anchors and word boundary matching speed and support
fix option --xml pathnames with special characters, which are unlikely to occur in pathnames, but aren't strictly forbidden
updated option --hexdump with -ABC context hex lines before and after a match
the TUI now also uses the VISUAL environment variable if PAGER is not set


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/textproc/ugrep/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/ugrep/Makefile
diff -u pkgsrc/textproc/ugrep/Makefile:1.86 pkgsrc/textproc/ugrep/Makefile:1.87
--- pkgsrc/textproc/ugrep/Makefile:1.86 Fri Oct  4 03:49:36 2024
+++ pkgsrc/textproc/ugrep/Makefile      Thu Nov 14 18:14:30 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2024/10/04 03:49:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.87 2024/11/14 18:14:30 adam Exp $
 
-DISTNAME=      ugrep-6.5.0
-PKGREVISION=   1
+DISTNAME=      ugrep-7.0.3
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/ugrep/distinfo
diff -u pkgsrc/textproc/ugrep/distinfo:1.80 pkgsrc/textproc/ugrep/distinfo:1.81
--- pkgsrc/textproc/ugrep/distinfo:1.80 Sat Aug 24 06:53:02 2024
+++ pkgsrc/textproc/ugrep/distinfo      Thu Nov 14 18:14:30 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.80 2024/08/24 06:53:02 adam Exp $
+$NetBSD: distinfo,v 1.81 2024/11/14 18:14:30 adam Exp $
 
-BLAKE2s (ugrep-6.5.0.tar.gz) = ca27292e072a34e6cb1633705f220e6f948a2c43510191101c864b834b1de1f1
-SHA512 (ugrep-6.5.0.tar.gz) = 247a1d9cdf18bc85bd9823f37ba83acda4a43cc02af16458d7a2f8ae44c1acf860d9a765cd42105d9c61f4e1cea29b0a4ad09d9522c3a0a79b6de44b959ee409
-Size (ugrep-6.5.0.tar.gz) = 7055035 bytes
+BLAKE2s (ugrep-7.0.3.tar.gz) = 088012d72154b1b0ce30be62a2ca2cb6559aea0984be3e0c5e94d8ed542dae63
+SHA512 (ugrep-7.0.3.tar.gz) = 921640ac15934180039510a38f5c7e41492f372dec18a21da7bb5f8cd0cacd3b70ff9e6070525997aef0b3f518b43a415e00876f077ee6c6fc83cdf373b57b26
+Size (ugrep-7.0.3.tar.gz) = 7100720 bytes
 SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d



Home | Main Index | Thread Index | Old Index