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: Fri Jul 12 07:44:07 UTC 2024
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Removed Files:
pkgsrc/textproc/ugrep/patches: patch-configure
Log Message:
ugrep: updated to 6.2.0
ugrep v6.2
improved support for legacy grep color environment variable single ANSI color codes format
improved Docker files
improved zsh -ABC options completion
improved option -% (--bool) when multiple -e PATTERN are specified; now aligns with the documentation of option -e to match any of the specified PATTERN (note that -% can be combined with options
--and, --andnot, --not. -e amd -N)
improved option -Q (--query) when combined with options --and, --andnot, --not by activatating option -% (--bool) so that the combined search patterns can be edited as one Boolean query pattern in
the TUI
minor speed improvement when searching in large files with option -f with a file with hundreds, thousands or more words/strings to find (-fwords/4.txt in benchmarks)
again extensively tested with randomized patterns
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/textproc/ugrep/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/textproc/ugrep/patches/patch-configure
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.80 pkgsrc/textproc/ugrep/Makefile:1.81
--- pkgsrc/textproc/ugrep/Makefile:1.80 Tue Jun 4 15:14:20 2024
+++ pkgsrc/textproc/ugrep/Makefile Fri Jul 12 07:44:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2024/06/04 15:14:20 adam Exp $
+# $NetBSD: Makefile,v 1.81 2024/07/12 07:44:07 adam Exp $
-DISTNAME= ugrep-6.1.0
+DISTNAME= ugrep-6.2.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.75 pkgsrc/textproc/ugrep/distinfo:1.76
--- pkgsrc/textproc/ugrep/distinfo:1.75 Tue Jun 4 15:14:20 2024
+++ pkgsrc/textproc/ugrep/distinfo Fri Jul 12 07:44:07 2024
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.75 2024/06/04 15:14:20 adam Exp $
+$NetBSD: distinfo,v 1.76 2024/07/12 07:44:07 adam Exp $
-BLAKE2s (ugrep-6.1.0.tar.gz) = 5e0830c37d4b633045560ecc70ee4c7b54af4dcba3e48f3ccaadad321e545bab
-SHA512 (ugrep-6.1.0.tar.gz) = 6b16e397b3395a925b288493a82964c8f4f1063aed735706cc4bb55dc119d5f59cf1d539a179411ddd046754af0d990053ee3ec856cc4b4c88138a2f9e90341f
-Size (ugrep-6.1.0.tar.gz) = 13091376 bytes
-SHA1 (patch-configure) = 59571f5c10d3689d28a44a1338c5e5a236489ba6
+BLAKE2s (ugrep-6.2.0.tar.gz) = aa6c21559a9aab98218dbd9eff4562ec51d7e4bbdaf3274964d25528b1c3b444
+SHA512 (ugrep-6.2.0.tar.gz) = 6108acd2b49a7a00816fbd030d809c27b86dbd9c9cdefbc5682893a6908ae538e0df1599a29b2f4fe58f21d305230e317a1a33255e36e2d1eb36e96c58723174
+Size (ugrep-6.2.0.tar.gz) = 7024025 bytes
SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d
Home |
Main Index |
Thread Index |
Old Index