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 May 10 09:21:00 UTC 2024

Modified Files:
        pkgsrc/textproc/ugrep: Makefile PLIST distinfo

Log Message:
ugrep: updated to 6.0.0

ugrep v6.0

quicker! much faster search speeds on ARM CPUs and also faster overall on other CPUs using essentially the same SIMD algorithms but better optimized #385 see latest ugrep benchmarks for results
more good stuff! includes ugrep-indexer, which is installed together with ugrep, see ugrep-indexer release notes v1.0.0


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ugrep/PLIST
cvs rdiff -u -r1.72 -r1.73 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.78 pkgsrc/textproc/ugrep/Makefile:1.79
--- pkgsrc/textproc/ugrep/Makefile:1.78 Thu Apr 11 12:16:13 2024
+++ pkgsrc/textproc/ugrep/Makefile      Fri May 10 09:20:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2024/04/11 12:16:13 adam Exp $
+# $NetBSD: Makefile,v 1.79 2024/05/10 09:20:59 adam Exp $
 
-DISTNAME=      ugrep-5.1.4
+DISTNAME=      ugrep-6.0.0
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/ugrep/PLIST
diff -u pkgsrc/textproc/ugrep/PLIST:1.3 pkgsrc/textproc/ugrep/PLIST:1.4
--- pkgsrc/textproc/ugrep/PLIST:1.3     Thu Jan 11 13:12:02 2024
+++ pkgsrc/textproc/ugrep/PLIST Fri May 10 09:20:59 2024
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2024/01/11 13:12:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/05/10 09:20:59 adam Exp $
 bin/ug
 bin/ug+
 bin/ugrep
 bin/ugrep+
+bin/ugrep-indexer
 man/man1/ug.1
+man/man1/ugrep-indexer.1
 man/man1/ugrep.1
 share/bash-completion/completions/ug
 share/bash-completion/completions/ug+

Index: pkgsrc/textproc/ugrep/distinfo
diff -u pkgsrc/textproc/ugrep/distinfo:1.72 pkgsrc/textproc/ugrep/distinfo:1.73
--- pkgsrc/textproc/ugrep/distinfo:1.72 Thu Apr 11 12:16:13 2024
+++ pkgsrc/textproc/ugrep/distinfo      Fri May 10 09:20:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.72 2024/04/11 12:16:13 adam Exp $
+$NetBSD: distinfo,v 1.73 2024/05/10 09:20:59 adam Exp $
 
-BLAKE2s (ugrep-5.1.4.tar.gz) = fa7afc9629f79041bf58ac2114a80ad84adb2a4f0b7cec21d8db38489e054e09
-SHA512 (ugrep-5.1.4.tar.gz) = d746c77a22a98c2719cc7b443351a3d27f0f2712a2be483596965cc2b6127f28b9e564ca32db1fea950a6315053c89440912d4b7311073bd97d7702f02521378
-Size (ugrep-5.1.4.tar.gz) = 6280906 bytes
+BLAKE2s (ugrep-6.0.0.tar.gz) = 9be74fa798a74ff31a7793146170acde77b04d3808434d1750c7b63eb183bba7
+SHA512 (ugrep-6.0.0.tar.gz) = cb67fa088e372d2e59d707366d23dde386102a54fb829d00b17e11469b5e05c44dc2891ba8d157100674e77fbf4267a33d9ab5bd31fa2d1655859b0643cf6930
+Size (ugrep-6.0.0.tar.gz) = 7009582 bytes



Home | Main Index | Thread Index | Old Index