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 Dec 10 18:17:21 UTC 2021
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Log Message:
ugrep: updated to 3.3.11
v3.3.11
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.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.19 -r1.20 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.20 pkgsrc/textproc/ugrep/Makefile:1.21
--- pkgsrc/textproc/ugrep/Makefile:1.20 Tue Dec 7 09:43:17 2021
+++ pkgsrc/textproc/ugrep/Makefile Fri Dec 10 18:17:21 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/12/07 09:43:17 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/12/10 18:17:21 adam Exp $
-DISTNAME= ugrep-3.3.10
+DISTNAME= ugrep-3.3.11
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.19 pkgsrc/textproc/ugrep/distinfo:1.20
--- pkgsrc/textproc/ugrep/distinfo:1.19 Tue Dec 7 09:43:17 2021
+++ pkgsrc/textproc/ugrep/distinfo Fri Dec 10 18:17:21 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/12/07 09:43:17 adam Exp $
+$NetBSD: distinfo,v 1.20 2021/12/10 18:17:21 adam Exp $
-BLAKE2s (ugrep-3.3.10.tar.gz) = a52f734dcca55caedaa72cd16f3633603a03659852242a27aa749fa7141a1984
-SHA512 (ugrep-3.3.10.tar.gz) = 3d7252a20feefb63d0186865aadcf54873fdfd9145ac05e741fde6a4a5ca91e0e12b5da637e789888a99a90e3eb869af80d11ebfe56991ed7c5c526edfdb3f2e
-Size (ugrep-3.3.10.tar.gz) = 4311254 bytes
+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
Home |
Main Index |
Thread Index |
Old Index