pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ugrep



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr  5 08:24:30 UTC 2024

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: updated to 5.1.3

ugrep v5.1.3

revert some of the third-party suggested configure scrip changes, this should make Homebrew ugrep include compression libraries again

ugrep v5.1.2

updated configure and makefiles to improve SIMD (SSE2/AVX2/AVX512BW/NEON/AArch64) detection and cross-compilation
removed unused m4/ax_check scripts, adding corresponding PKG_CHECK_MODULES to configure.ac instead
update some of the ctype function calls to avoid potential signedness pitfalls
AIX build
use statfs() with options --include-fs and --exclude-fs when the preferred statvfs() is not available
suppress --filter utility stderr messages when ugrep options -s (--no-messages) and -q (--quiet) are used
fix Cygwin --filter utility hanging after fork when worker threads are active, by forcing single-threaded search (a bit crude, but Cygwin fork isn't identical to Unix fork)
support the NO_COLOR environment variable to suppress color output
fix TUI scroll glitch (cursor down to scroll screen content up) in non-split screen (glitch appeared when adding the split screen feature)
TUI line selection mode top row number indicator added, for consistency
TUI quit & output after line selection mode now behaves the same as non-TUI search output, for consistency
faster -q (--quiet) search


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/textproc/ugrep/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ugrep/Makefile
diff -u pkgsrc/textproc/ugrep/Makefile:1.76 pkgsrc/textproc/ugrep/Makefile:1.77
--- pkgsrc/textproc/ugrep/Makefile:1.76 Fri Mar 22 13:09:18 2024
+++ pkgsrc/textproc/ugrep/Makefile      Fri Apr  5 08:24:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2024/03/22 13:09:18 adam Exp $
+# $NetBSD: Makefile,v 1.77 2024/04/05 08:24:30 adam Exp $
 
-DISTNAME=      ugrep-5.1.1
+DISTNAME=      ugrep-5.1.3
 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.70 pkgsrc/textproc/ugrep/distinfo:1.71
--- pkgsrc/textproc/ugrep/distinfo:1.70 Fri Mar 22 13:09:18 2024
+++ pkgsrc/textproc/ugrep/distinfo      Fri Apr  5 08:24:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2024/03/22 13:09:18 adam Exp $
+$NetBSD: distinfo,v 1.71 2024/04/05 08:24:30 adam Exp $
 
-BLAKE2s (ugrep-5.1.1.tar.gz) = 28f23ac60308f51a3f914ad069a00747cbd025bc9dd759e08515cc3adbf740e3
-SHA512 (ugrep-5.1.1.tar.gz) = 6ff6bfcf57b0bbad242958db3e0094ed251a440d0f3783305a0b3aca2aa46bc10fb6c5280c7c4a03d99ded6214b508326efefcd584cb94c70a8bf3c01597b340
-Size (ugrep-5.1.1.tar.gz) = 6238147 bytes
+BLAKE2s (ugrep-5.1.3.tar.gz) = 90bf35fd3211d8356fd14a38eeeb8c92597b3ab4bb81d82843ffa74f3328e6d4
+SHA512 (ugrep-5.1.3.tar.gz) = 6c8f169577db4856073f11473c4ee74c2264e7ec7fdc4e53c8a22cd6c4595bc4d511f4252595a863828e3e009d3b14375d14f5d94c8d05f05d92f142324b08be
+Size (ugrep-5.1.3.tar.gz) = 6280488 bytes



Home | Main Index | Thread Index | Old Index