Received: by mail.netbsd.org (Postfix, from userid 605) id 3081184D8A; Tue, 31 May 2022 09:10:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6ADB584D50 for ; Tue, 31 May 2022 09:10:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eSEUq3t0yZDA for ; Tue, 31 May 2022 09:10:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D3B2A84CEC for ; Tue, 31 May 2022 09:10:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7ECD2FAEB; Tue, 31 May 2022 09:11:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165398827925890" MIME-Version: 1.0 Date: Tue, 31 May 2022 09:11:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/ugrep To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220531091119.7ECD2FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165398827925890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 31 09:11:19 UTC 2022 Modified Files: pkgsrc/textproc/ugrep: Makefile distinfo Log Message: ugrep: updated to 3.8.0 v3.8.0 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 and other improvements. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/ugrep/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/ugrep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165398827925890 Content-Disposition: inline Content-Length: 1526 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ugrep/Makefile diff -u pkgsrc/textproc/ugrep/Makefile:1.36 pkgsrc/textproc/ugrep/Makefile:1.37 --- pkgsrc/textproc/ugrep/Makefile:1.36 Wed May 11 07:56:38 2022 +++ pkgsrc/textproc/ugrep/Makefile Tue May 31 09:11:19 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/05/11 07:56:38 adam Exp $ +# $NetBSD: Makefile,v 1.37 2022/05/31 09:11:19 adam Exp $ -DISTNAME= ugrep-3.7.11 +DISTNAME= ugrep-3.8.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.34 pkgsrc/textproc/ugrep/distinfo:1.35 --- pkgsrc/textproc/ugrep/distinfo:1.34 Wed May 11 07:56:38 2022 +++ pkgsrc/textproc/ugrep/distinfo Tue May 31 09:11:19 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.34 2022/05/11 07:56:38 adam Exp $ +$NetBSD: distinfo,v 1.35 2022/05/31 09:11:19 adam Exp $ -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 +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 --_----------=_165398827925890--