pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ugrep ugrep: updated to 3.8.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98af5bbf1410
branches:  trunk
changeset: 380776:98af5bbf1410
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jun 15 08:55:33 2022 +0000

description:
ugrep: updated to 3.8.2

ugrep v3.8.2

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:

 textproc/ugrep/Makefile |  4 ++--
 textproc/ugrep/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 2e3dc25d6090 -r 98af5bbf1410 textproc/ugrep/Makefile
--- a/textproc/ugrep/Makefile   Wed Jun 15 08:54:58 2022 +0000
+++ b/textproc/ugrep/Makefile   Wed Jun 15 08:55:33 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2022/06/07 10:04:46 adam Exp $
+# $NetBSD: Makefile,v 1.39 2022/06/15 08:55:33 adam Exp $
 
-DISTNAME=      ugrep-3.8.1
+DISTNAME=      ugrep-3.8.2
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 2e3dc25d6090 -r 98af5bbf1410 textproc/ugrep/distinfo
--- a/textproc/ugrep/distinfo   Wed Jun 15 08:54:58 2022 +0000
+++ b/textproc/ugrep/distinfo   Wed Jun 15 08:55:33 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2022/06/07 10:04:46 adam Exp $
+$NetBSD: distinfo,v 1.37 2022/06/15 08:55:33 adam Exp $
 
-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
+BLAKE2s (ugrep-3.8.2.tar.gz) = 91fa078d9684ac951f67db6a30ab7dacbfd596507e777566f75b3a05a610f55f
+SHA512 (ugrep-3.8.2.tar.gz) = 4c62a771ca1b04c311dcad567e80d09fdaa68122bfdaa9430558b9306d2d743121bf1a37a52d9a1dbe752a7148b1a155d821ef3b4d3cc04ab6765c27308c9348
+Size (ugrep-3.8.2.tar.gz) = 4442354 bytes



Home | Main Index | Thread Index | Old Index