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:           Wed May 11 07:56:38 UTC 2022

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 3.7.11

ugrep v3.7.11

New -Zbest (--fuzzy=best) option argument best to only output the best matching patterns. Updated option -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy match bytes instead of Unicode 
characters. Additional --stats results with total lines searched and matched, and time elapsed. New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for 
consistency with the updated options --min-count and --max-count. Updated the --min-count option, which can now be combined with any other option except with -v (--invert-match). Updated option -K 
(--range) to take a MAX argument instead of a FIRST argument for consistency with other min/max options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. 
Fixed inconsistent colorization with option -v when used with context options -A, -B and -C. Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. 
Othe
r minor improvements and fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.33 -r1.34 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.35 pkgsrc/textproc/ugrep/Makefile:1.36
--- pkgsrc/textproc/ugrep/Makefile:1.35 Mon May  9 11:19:31 2022
+++ pkgsrc/textproc/ugrep/Makefile      Wed May 11 07:56:38 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2022/05/09 11:19:31 adam Exp $
+# $NetBSD: Makefile,v 1.36 2022/05/11 07:56:38 adam Exp $
 
-DISTNAME=      ugrep-3.7.10
+DISTNAME=      ugrep-3.7.11
 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.33 pkgsrc/textproc/ugrep/distinfo:1.34
--- pkgsrc/textproc/ugrep/distinfo:1.33 Mon May  9 11:19:31 2022
+++ pkgsrc/textproc/ugrep/distinfo      Wed May 11 07:56:38 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2022/05/09 11:19:31 adam Exp $
+$NetBSD: distinfo,v 1.34 2022/05/11 07:56:38 adam Exp $
 
-BLAKE2s (ugrep-3.7.10.tar.gz) = 8bb7318239212a01249c8d2abc88c9ab6aa6876821b919cef0b1829303aefa6d
-SHA512 (ugrep-3.7.10.tar.gz) = 14fa8496764aaa17c09f8ae240192355835016aaeeecae917ea3afacca132a84a16d597deae8f0e26f152d3e58889e7770116ca4ed535f791339bebd7fc138d5
-Size (ugrep-3.7.10.tar.gz) = 4416069 bytes
+BLAKE2s (ugrep-3.7.11.tar.gz) = 366fc7c15d67febc99eab37d9e0b246b9e22dac47d2fa3cd08ed38e4f3226cbe
+SHA512 (ugrep-3.7.11.tar.gz) = badfb7406c1f1f1f7075b41ea38e0eea865b30585472aba0f8a8e31736d5d68e442fd60745094e30662357affd5b9107a4d5fc3936290d8b7a369bc2328d71c3
+Size (ugrep-3.7.11.tar.gz) = 4419102 bytes



Home | Main Index | Thread Index | Old Index