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:   fcambus
Date:           Fri Feb 25 13:40:12 UTC 2022

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: update to 3.7.4.

New --hexdump options to grep binary files and display binary matches in
hexadecimal with n hex lines before and after the match with --hexdump=Cn,
--hexdump=An for n lines after and --hexdump=Bn for n lines before.
Omitting n defaults to the entire matching line. Option -X is equivalent
to --hexdump=2C for 2 hex columns per line and entire matching line as
context. Includes user experience improvements, such as additional --help
information and --stats details.

We also made ugrep faster overall with performance improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.26 -r1.27 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.28 pkgsrc/textproc/ugrep/Makefile:1.29
--- pkgsrc/textproc/ugrep/Makefile:1.28 Mon Feb 21 16:42:46 2022
+++ pkgsrc/textproc/ugrep/Makefile      Fri Feb 25 13:40:12 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/02/21 16:42:46 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/02/25 13:40:12 fcambus Exp $
 
-DISTNAME=      ugrep-3.7.3
+DISTNAME=      ugrep-3.7.4
 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.26 pkgsrc/textproc/ugrep/distinfo:1.27
--- pkgsrc/textproc/ugrep/distinfo:1.26 Mon Feb 21 16:42:46 2022
+++ pkgsrc/textproc/ugrep/distinfo      Fri Feb 25 13:40:12 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/02/21 16:42:46 adam Exp $
+$NetBSD: distinfo,v 1.27 2022/02/25 13:40:12 fcambus Exp $
 
-BLAKE2s (ugrep-3.7.3.tar.gz) = e0dba0dbb8d7af5ea4036fea1131af390178c7d8962d9b5078abde89dbe931a1
-SHA512 (ugrep-3.7.3.tar.gz) = 0187b8dff62024ccca1ceebb3eea57b59a4962675a45820cddd9d1954b01ea7f6c68695cf6d47f874fa856e2eab582c6d8fb19f40fd995e3ddaf51f8f5789b0a
-Size (ugrep-3.7.3.tar.gz) = 4411566 bytes
+BLAKE2s (ugrep-3.7.4.tar.gz) = 71e398b1fb715f07114171e2315e114987f392866486eaa67323a44239316e24
+SHA512 (ugrep-3.7.4.tar.gz) = 9d71c7ce6d7115c9225f326386257f4a2549c8186b52bb270cb7c63e11372fca5407824239d0029b7c523311372d02f0baff1a891fa09ff1ee2a48f074276dec
+Size (ugrep-3.7.4.tar.gz) = 4411820 bytes



Home | Main Index | Thread Index | Old Index