summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-06-07 10:04:46 +0000
committeradam <adam@pkgsrc.org>2022-06-07 10:04:46 +0000
commitad9569206af16d46b2cb069a82a5165512a9e531 (patch)
tree6fda071f5a3041ce70e7dd119de284cc049397dd /textproc
parent10497b2a8e3686720c62201c7c7fa8359ace0a46 (diff)
downloadpkgsrc-ad9569206af16d46b2cb069a82a5165512a9e531.tar.gz
ugrep: updated to 3.8.1
3.8.1 New option combination -o (--only-matching) with -ABC context to show the match within NUM columns, with context before and/or after, which visually aids in searching files with long lines; option -o with -b or -k now shows results on separate lines; new option --width to truncate long lines to the specified width or the terminal width by default; short ug command now sorts by name by default; query TUI ALT-] [ (increase/decrease context) and ALT-} { (increase/decrease fuzziness) keys switched meaning (quicker and more intuitive); new %+ format field used by updated --only-line-number option; new --help fuzzy help page; updated man pages; fixed bz2 issue cutting off decompression too soon, and other improvements.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ugrep/Makefile4
-rw-r--r--textproc/ugrep/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile
index 079ed2830ed..d74fc700fa9 100644
--- a/textproc/ugrep/Makefile
+++ b/textproc/ugrep/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/05/31 09:11:19 adam Exp $
+# $NetBSD: Makefile,v 1.38 2022/06/07 10:04:46 adam Exp $
-DISTNAME= ugrep-3.8.0
+DISTNAME= ugrep-3.8.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo
index 47b9c2c27ce..73f0a4ead40 100644
--- a/textproc/ugrep/distinfo
+++ b/textproc/ugrep/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2022/05/31 09:11:19 adam Exp $
+$NetBSD: distinfo,v 1.36 2022/06/07 10:04:46 adam Exp $
-BLAKE2s (ugrep-3.8.0.tar.gz) = fdb400c13287f91fe265c236cd9dc1a7744ee67d7651989f061fb653674df112
-SHA512 (ugrep-3.8.0.tar.gz) = 70651b5ba579695bf559ea31929032eb36b1dc1900f30f916f5db60c55b524393b92d496181bf472e7508bb8f5129bb9aceae65957c7a4f12bb95f02bbca7185
-Size (ugrep-3.8.0.tar.gz) = 4442794 bytes
+BLAKE2s (ugrep-3.8.1.tar.gz) = 4b700e94a7aa2cacf13c42ab0863bea70b8184f530a14c9639febd2582a76ded
+SHA512 (ugrep-3.8.1.tar.gz) = ce124e1694f6e86fcb85d5d7dfc75580869e751bf162f2ea2cfcd2a2ee48b71b452e02e7c73381854487712ce0b483de8b888e097b7f773832d66d9d977f243c
+Size (ugrep-3.8.1.tar.gz) = 4442426 bytes