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 Oct 6 11:51:43 UTC 2023
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Log Message:
ugrep: updated to 4.2.0
ugrep v4.2.0
improved TUI to display search progress and final stats in a status line at the bottom
improved TUI ctrl-Y to jump to the corresponding line number in the pager
improved recursive search performance
improved compatibility with GNU grep
improved detection of special devices to avoid searching them
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.59 -r1.60 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.64 pkgsrc/textproc/ugrep/Makefile:1.65
--- pkgsrc/textproc/ugrep/Makefile:1.64 Thu Aug 31 14:15:35 2023
+++ pkgsrc/textproc/ugrep/Makefile Fri Oct 6 11:51:43 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2023/08/31 14:15:35 adam Exp $
+# $NetBSD: Makefile,v 1.65 2023/10/06 11:51:43 adam Exp $
-DISTNAME= ugrep-4.0.5
+DISTNAME= ugrep-4.2.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.59 pkgsrc/textproc/ugrep/distinfo:1.60
--- pkgsrc/textproc/ugrep/distinfo:1.59 Thu Aug 31 14:15:35 2023
+++ pkgsrc/textproc/ugrep/distinfo Fri Oct 6 11:51:43 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2023/08/31 14:15:35 adam Exp $
+$NetBSD: distinfo,v 1.60 2023/10/06 11:51:43 adam Exp $
-BLAKE2s (ugrep-4.0.5.tar.gz) = 6f51d12cadb5478d481c355d6012c15516d870e8e910e2772316eb9b35811da3
-SHA512 (ugrep-4.0.5.tar.gz) = 132b885a8abe141350122c24ab867433188bf68362ce4ec3f9823ffbbb50092ca6b4bbcf1688be978692480bc034c6e23cfbca77503c8b8b8063ef10be1ac803
-Size (ugrep-4.0.5.tar.gz) = 4565684 bytes
+BLAKE2s (ugrep-4.2.0.tar.gz) = e9801655f1b3b5a58db4155b09881a9ebe5fb5acb889c4ad4fabc1af23e27c45
+SHA512 (ugrep-4.2.0.tar.gz) = 2b753edb97f2a922b7dafc80b24e5ded3f6e0ee63d61e56ed5a8b46178af4e648286925194cb98bb14c2683d67e27f157ef99276be480fb96f9d4147fb383d54
+Size (ugrep-4.2.0.tar.gz) = 4563918 bytes
Home |
Main Index |
Thread Index |
Old Index