Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bZ0yFGOy; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TMSKAUuL Received: by mail.netbsd.org (Postfix, from userid 605) id D10AA84E6F; Mon, 29 Apr 2024 13:43:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714398204; bh=rT+XU4bOGBck5uaTxvmuO41xCyFBjL8KGGOk8cUxtWA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=bZ0yFGOyzZBFAEaYFSZUaWa2SWKQH2YQuCpayC2ux4Ad3laZuT3OnvadycvT94DjV N2+lL63vWqHor9yo+ONFE5QthPXA3ia2k/UR/pDJ1ENezo5mhQyY8xOXC76+5qzT1Y 1olIqkGL8dh32rZKluNUctrMvMgWv+nJ5BrYGMCA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C297D84D0E for ; Mon, 29 Apr 2024 13:43:22 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Nu4C2n0L_P-9 for ; Mon, 29 Apr 2024 13:43:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5533F84D05 for ; Mon, 29 Apr 2024 13:43:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714398202; bh=rT+XU4bOGBck5uaTxvmuO41xCyFBjL8KGGOk8cUxtWA=; h=Date:From:Subject:To:Reply-To; b=TMSKAUuLjWFxx6bdzWzuAMNekQiHRzPVpVKfkomToPOBWxSQe7nRli13eUOUFT0o/ qqIiR3tEZS4caJWLUJLvOkAxAzLqJi5YiIH/kUNTnnz79JXTg9cMSYvvdYUmd84Xct XRej4y5SUTMM4PeJ3msf1gASrVmnH5Qt6uZgmXqU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E90BFA2C; Mon, 29 Apr 2024 13:43:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171439820230800" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 13:43:22 +0000 From: "pin" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20240429134322.4E90BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171439820230800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Apr 29 13:43:22 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated textproc/csvlens to 0.9.0 To generate a diff of this commit: cvs rdiff -u -r1.2870 -r1.2871 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171439820230800 Content-Disposition: inline Content-Length: 713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2870 pkgsrc/doc/CHANGES-2024:1.2871 --- pkgsrc/doc/CHANGES-2024:1.2870 Mon Apr 29 13:42:07 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Apr 29 13:43:22 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2870 2024/04/29 13:42:07 pin Exp $ +$NetBSD: CHANGES-2024,v 1.2871 2024/04/29 13:43:22 pin Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4694,3 +4694,4 @@ Changes to the packages collection and i Added devel/zls version 0.12.0 [nikita 2024-04-29] Updated sysutils/broot to 1.37.0 [pin 2024-04-29] Updated textproc/csview to 1.3.1 [pin 2024-04-29] + Updated textproc/csvlens to 0.9.0 [pin 2024-04-29] --_----------=_171439820230800--