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.7
details: https://anonhg.NetBSD.org/pkgsrc/rev/cab9c00f35f2
branches: trunk
changeset: 459110:cab9c00f35f2
user: adam <adam%pkgsrc.org@localhost>
date: Wed Sep 29 16:14:02 2021 +0000
description:
ugrep: updated to 3.3.7
ugrep v3.3.7
We made ugrep even better with runtime enabling of of SSE2/AVX2/AVX512BW optimizations; ugrep -V shows this as +sse2, +avx2 and +avx512bw, respectively. New --hyperlink option. Revised and enhanced
option -P (PCRE) compatible with GNU grep. Improved query UI option -Q with quick Tab/Shift-Tab directory and file navigation, CTRL-Y file viewing with new option --view to specify a file viewer, and
improved CTRL-X/CTRL-R bookmarking to restore the search state. New --hexdump=a option (asterisk) to display conventional * for duplicate hex lines. Fixed a compatibility issue with GNU grep's binary
file search results, which should now be the same. Improved option -P (PCRE) search performance. Fixed a bug when the legacy grep GREP_COLOR environment variable is defined (GREP_COLORS is more
powerful and preferred). More coming soon!
diffstat:
textproc/ugrep/Makefile | 8 +++-----
textproc/ugrep/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 10 deletions(-)
diffs (40 lines):
diff -r 98975ce0defe -r cab9c00f35f2 textproc/ugrep/Makefile
--- a/textproc/ugrep/Makefile Wed Sep 29 16:11:03 2021 +0000
+++ b/textproc/ugrep/Makefile Wed Sep 29 16:14:02 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/04/21 13:25:27 adam Exp $
+# $NetBSD: Makefile,v 1.17 2021/09/29 16:14:02 adam Exp $
-DISTNAME= ugrep-3.1.11
-PKGREVISION= 1
+DISTNAME= ugrep-3.3.7
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -13,10 +12,9 @@
.include "options.mk"
-GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
-
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-bzlib
CONFIGURE_ARGS+= --with-lz4
CONFIGURE_ARGS+= --with-lzma # lzma & xz files
diff -r 98975ce0defe -r cab9c00f35f2 textproc/ugrep/distinfo
--- a/textproc/ugrep/distinfo Wed Sep 29 16:11:03 2021 +0000
+++ b/textproc/ugrep/distinfo Wed Sep 29 16:14:02 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/04/05 10:08:00 wiz Exp $
+$NetBSD: distinfo,v 1.14 2021/09/29 16:14:02 adam Exp $
-SHA1 (ugrep-3.1.11.tar.gz) = c8b45b2092e6f7f0abd0546f9039c59fa99fd19d
-RMD160 (ugrep-3.1.11.tar.gz) = 36f4d088e8d020b6826588bd0974b7fc1db4dba4
-SHA512 (ugrep-3.1.11.tar.gz) = 372b71e8ac3cd42c122e5292eaf92c03b79a614859c27be9ce1754a7f00f30431734ea87f149c6d1adfe0f9259136c37ff561979cd064fd6004790ed4af53e6c
-Size (ugrep-3.1.11.tar.gz) = 4049833 bytes
+SHA1 (ugrep-3.3.7.tar.gz) = a360d3ced41b6a3377397e8de10069a0fac07a32
+RMD160 (ugrep-3.3.7.tar.gz) = a1e74ba25af50d9ba239f595b83f6c9348b33d92
+SHA512 (ugrep-3.3.7.tar.gz) = 3dc2bb04271332f7beb392baef0ffd27591c30952059be4d2cb8ed5d6a9619a40c9d6e1b2155487ea3bce3f9494b0f9512a69ca672e766cba9276f69f742281d
+Size (ugrep-3.3.7.tar.gz) = 4283772 bytes
Home |
Main Index |
Thread Index |
Old Index