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:   wiz
Date:           Sun Dec  6 10:44:02 UTC 2020

Modified Files:
        pkgsrc/textproc/ugrep: Makefile distinfo

Log Message:
ugrep: update to 3.0.6.

New v3: performance enhancements and other improvements with a
redesigned search engine. Search speeds are significantly increased
when searching very large files (several GB). Added a new T3
benchmark with a large 13GB file to demonstrate the improvements.
More features will be added soon!


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/textproc/ugrep/Makefile:1.8
--- pkgsrc/textproc/ugrep/Makefile:1.7  Tue Nov 24 13:23:00 2020
+++ pkgsrc/textproc/ugrep/Makefile      Sun Dec  6 10:44:02 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/11/24 13:23:00 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/12/06 10:44:02 wiz Exp $
 
-DISTNAME=      ugrep-3.0.5
+DISTNAME=      ugrep-3.0.6
 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.6 pkgsrc/textproc/ugrep/distinfo:1.7
--- pkgsrc/textproc/ugrep/distinfo:1.6  Tue Nov 24 13:23:00 2020
+++ pkgsrc/textproc/ugrep/distinfo      Sun Dec  6 10:44:02 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/11/24 13:23:00 nia Exp $
+$NetBSD: distinfo,v 1.7 2020/12/06 10:44:02 wiz Exp $
 
-SHA1 (ugrep-3.0.5.tar.gz) = 975745cc685c29c86121f1f33f05c42dd7876251
-RMD160 (ugrep-3.0.5.tar.gz) = 2e198574406d1b5edb650bc28617bb5ea2784815
-SHA512 (ugrep-3.0.5.tar.gz) = 6bbe6a903965d9dfbc670167325c208dfed04fcaa4d8a0eee13b2c712a977308081188a3adcdded1b339835ed702a5bfdb6f1961b81e95e379e2db1bec39e8e7
-Size (ugrep-3.0.5.tar.gz) = 3974372 bytes
+SHA1 (ugrep-3.0.6.tar.gz) = adb52b29886b79d5e88c26c463275b13410bb198
+RMD160 (ugrep-3.0.6.tar.gz) = 9b67ebf7aad2e8233dc8b336a2f3a0b4b5707c1c
+SHA512 (ugrep-3.0.6.tar.gz) = 7e7f16d2f36002b9b5c8a2b4b715e4744e5abec6004228c34b8bf56376b312a70feff1ebde4492e687547a9b1af7e9ef4aa9b6976974e26be5b4804721c2647c
+Size (ugrep-3.0.6.tar.gz) = 3974352 bytes



Home | Main Index | Thread Index | Old Index