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:           Sat Mar  2 12:48:48 UTC 2024

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 5.0.0

ugrep v5.0.0

new and updated regex engine to speed up searching patterns described in #288 using a new heuristic DFA cut algorithm
new option --exclude-fs default to exclude file systems that aren't specified as search targets #349
new option --all (-@) to #342 to search all files except hidden: cancel previous file and directory search restrictions
TUI regex syntax highlighting improved for --fixed-strings (-F) when used with option --bool (-% and -%%)
fix #350 Linux procfs handling not as expected
fix #355 "context before lines" sometimes incorrectly displayed (due to a misfiring optimization in a recent release)


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.68 -r1.69 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.74 pkgsrc/textproc/ugrep/Makefile:1.75
--- pkgsrc/textproc/ugrep/Makefile:1.74 Thu Jan 11 13:12:02 2024
+++ pkgsrc/textproc/ugrep/Makefile      Sat Mar  2 12:48:48 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2024/01/11 13:12:02 adam Exp $
+# $NetBSD: Makefile,v 1.75 2024/03/02 12:48:48 adam Exp $
 
-DISTNAME=      ugrep-4.5.2
+DISTNAME=      ugrep-5.0.0
 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.68 pkgsrc/textproc/ugrep/distinfo:1.69
--- pkgsrc/textproc/ugrep/distinfo:1.68 Thu Jan 11 13:12:02 2024
+++ pkgsrc/textproc/ugrep/distinfo      Sat Mar  2 12:48:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.68 2024/01/11 13:12:02 adam Exp $
+$NetBSD: distinfo,v 1.69 2024/03/02 12:48:48 adam Exp $
 
-BLAKE2s (ugrep-4.5.2.tar.gz) = 7d4be51d283bffbeeb747d8edb2afc21d3a117f199adabadf40d7ec87ed118bb
-SHA512 (ugrep-4.5.2.tar.gz) = e74f47f68196b566fb0df449d62d2a5a2e5ee3e8aaf63dc87f95f8f3ac642c47dc9d847606164d54ed466588c030bd30e677c2681f896d373fe144d3cdfad1c1
-Size (ugrep-4.5.2.tar.gz) = 6205239 bytes
+BLAKE2s (ugrep-5.0.0.tar.gz) = 39a0c14453cb01de3f10af7e8888bb23d97687a244e1bb107baa8dc23fbdc326
+SHA512 (ugrep-5.0.0.tar.gz) = 424ba96674c0a4ac67a1cea14308627936e14eb822f4180a04239b43623def0d010a7ae8a4471db335dd059f09f11075a22ad28096041ab67918051374ab8147
+Size (ugrep-5.0.0.tar.gz) = 6243737 bytes



Home | Main Index | Thread Index | Old Index