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.3.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/315cc4f10adc
branches:  trunk
changeset: 771120:315cc4f10adc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Dec 13 16:17:48 2021 +0000

description:
ugrep: updated to 3.3.12

ugrep v3.3.12
Updated Windows CRLF output while maintaining grep compatibility. Faster column -k by on-demand computation. Faster grep files containing long Iines of text and binary files. This update corrects and 
further improves the input buffering method, which performed sub-optimally for long lines containing many pattern matches.

diffstat:

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

diffs (25 lines):

diff -r 8a46b19c4f0f -r 315cc4f10adc textproc/ugrep/Makefile
--- a/textproc/ugrep/Makefile   Mon Dec 13 15:14:16 2021 +0000
+++ b/textproc/ugrep/Makefile   Mon Dec 13 16:17:48 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2021/12/10 18:17:21 adam Exp $
+# $NetBSD: Makefile,v 1.22 2021/12/13 16:17:48 adam Exp $
 
-DISTNAME=      ugrep-3.3.11
+DISTNAME=      ugrep-3.3.12
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 8a46b19c4f0f -r 315cc4f10adc textproc/ugrep/distinfo
--- a/textproc/ugrep/distinfo   Mon Dec 13 15:14:16 2021 +0000
+++ b/textproc/ugrep/distinfo   Mon Dec 13 16:17:48 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/12/10 18:17:21 adam Exp $
+$NetBSD: distinfo,v 1.21 2021/12/13 16:17:48 adam Exp $
 
-BLAKE2s (ugrep-3.3.11.tar.gz) = a35ffa7f46976af583129c4859af63f8cdf9abc84942c44a6370207640c56ce4
-SHA512 (ugrep-3.3.11.tar.gz) = 05d3914586888e51ccfcb793ed38cad78c1bf2b5fbd40e26ab58f7afc3ca3b395b6a0c0e8b8bb853d5e3e836a77eee269655315b1d552a8062e21c1bbfb1c57f
-Size (ugrep-3.3.11.tar.gz) = 4311101 bytes
+BLAKE2s (ugrep-3.3.12.tar.gz) = 77f1cdfe4b40c4f748d635db46c0882adaa4f494ce8ed39bab71ef694cb24550
+SHA512 (ugrep-3.3.12.tar.gz) = d322aec1307976cfce606855741016039aa0190de32ac65641ac3cb9d4f52a0d03e3555d42c92217f41ba7d6a50e83cb461af8a4bd7f9469ff620733da07c56c
+Size (ugrep-3.3.12.tar.gz) = 4312900 bytes



Home | Main Index | Thread Index | Old Index