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: Sun Aug 4 07:20:18 UTC 2024
Modified Files:
pkgsrc/textproc/ugrep: Makefile PLIST distinfo
Log Message:
ugrep: updated to 6.3.0
ugrep v6.3
option --index always enables --recursive
new bash, fish and zsh ugrep-indexer completions
option --hyperlink outputs absolute search paths
update regex DFA cut optimization that was too agressive for some patterns
option -o (--only-matching) with -ABC context now also supports multi-line pattern matching with \n (newline) in regex patterns
Note: again extensively tested with random (fuzzed) patterns to verify the match algorithms and optimizations.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/ugrep/PLIST
cvs rdiff -u -r1.76 -r1.77 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.81 pkgsrc/textproc/ugrep/Makefile:1.82
--- pkgsrc/textproc/ugrep/Makefile:1.81 Fri Jul 12 07:44:07 2024
+++ pkgsrc/textproc/ugrep/Makefile Sun Aug 4 07:20:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2024/07/12 07:44:07 adam Exp $
+# $NetBSD: Makefile,v 1.82 2024/08/04 07:20:18 adam Exp $
-DISTNAME= ugrep-6.2.0
+DISTNAME= ugrep-6.3.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/textproc/ugrep/PLIST
diff -u pkgsrc/textproc/ugrep/PLIST:1.4 pkgsrc/textproc/ugrep/PLIST:1.5
--- pkgsrc/textproc/ugrep/PLIST:1.4 Fri May 10 09:20:59 2024
+++ pkgsrc/textproc/ugrep/PLIST Sun Aug 4 07:20:18 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/05/10 09:20:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/08/04 07:20:18 adam Exp $
bin/ug
bin/ug+
bin/ugrep
@@ -11,9 +11,11 @@ share/bash-completion/completions/ug
share/bash-completion/completions/ug+
share/bash-completion/completions/ugrep
share/bash-completion/completions/ugrep+
+share/bash-completion/completions/ugrep-indexer
share/fish/vendor_completions.d/ug+.fish
share/fish/vendor_completions.d/ug.fish
share/fish/vendor_completions.d/ugrep+.fish
+share/fish/vendor_completions.d/ugrep-indexer.fish
share/fish/vendor_completions.d/ugrep.fish
share/ugrep/patterns/README.md
share/ugrep/patterns/c++/README.md
@@ -206,3 +208,4 @@ share/zsh/site-functions/_ug
share/zsh/site-functions/_ug+
share/zsh/site-functions/_ugrep
share/zsh/site-functions/_ugrep+
+share/zsh/site-functions/_ugrep-indexer
Index: pkgsrc/textproc/ugrep/distinfo
diff -u pkgsrc/textproc/ugrep/distinfo:1.76 pkgsrc/textproc/ugrep/distinfo:1.77
--- pkgsrc/textproc/ugrep/distinfo:1.76 Fri Jul 12 07:44:07 2024
+++ pkgsrc/textproc/ugrep/distinfo Sun Aug 4 07:20:18 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2024/07/12 07:44:07 adam Exp $
+$NetBSD: distinfo,v 1.77 2024/08/04 07:20:18 adam Exp $
-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
+BLAKE2s (ugrep-6.3.0.tar.gz) = 9167f1ec0f49588f5f0944db741dc8d585525d091d7200b2c56b65fb832eca8c
+SHA512 (ugrep-6.3.0.tar.gz) = f76a3a18e25965e990badef677a67c864cc24f12dfa766ad79502a67c33b695b83af0a0af7a318883c9c0e9d2102bb9c9dcef716553c1c64f100c5fb10719e08
+Size (ugrep-6.3.0.tar.gz) = 7032313 bytes
SHA1 (patch-lzma_C_CpuArch.c) = 37ba2265c7a348abedaf5c1eaf95677142cc2b9d
Home |
Main Index |
Thread Index |
Old Index