Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=I2DSXknQ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ppH4EA94 Received: by mail.netbsd.org (Postfix, from userid 605) id C895E84E7D; Fri, 10 May 2024 09:21:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715332862; bh=JXtRpal7S2fzfCZ/9G0Pb04m2inQmBPLrzqLN66zIqA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=I2DSXknQaK7lei0admOS2qW8p8kt77OgGUvRxYiredm+JC291eC24Db0h0qX2cs86 wm0Y7iZKG1BUgwyxEYAhj5tu4WY5mzQE9kiclFPrgeGGlh1ItuXDQMOdAcl7otyJsU el6R+cnKYs6/XkCkiVwI8ztJC6dQxue1w2FtFRqo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B8AC684D05 for ; Fri, 10 May 2024 09:21:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9bT_ktCclYU1 for ; Fri, 10 May 2024 09:21:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 28B7E84CF3 for ; Fri, 10 May 2024 09:21:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715332860; bh=JXtRpal7S2fzfCZ/9G0Pb04m2inQmBPLrzqLN66zIqA=; h=Date:From:Subject:To:Reply-To; b=ppH4EA94DUntbbwattUvbFD10yAjK5GLmOuVw4nMBExefKA2Rp5xFDzF6i7v1krMS FyTBxnVBwPM1ulvxKCebLnU/AQL098pXqDO3vCv1SruF9Sea99LnXStoSz6J32ww0K o1F4U+yJljFfhe7BewGeM4FuJoOCUN9NLNX8knPw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 222F9FA2C; Fri, 10 May 2024 09:21:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715332860249810" MIME-Version: 1.0 Date: Fri, 10 May 2024 09:21:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/ugrep To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240510092100.222F9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715332860249810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1715332860249810 Content-Disposition: inline Content-Length: 2084 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1715332860249810--