Received: by mail.netbsd.org (Postfix, from userid 605) id 35CE884D8C; Sat, 2 Mar 2024 02:09:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709345359; bh=e+lzzrY6MSTXHKR/iykXWpryzbNtAmr4hXlzqn8LbfA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=KMbJ/Sc1un4b4nZArLMkRtsTyVrZWtDed8u6EXQVyYsf/BTjMGvcDcXlwnJnb3Ll6 C0RgKp0VB6sB/zL5kn08ElMyOgRsIYQs2qhYSLTDCbYKOVD33NwEyPzvm1VQB17jqq VaPYc7+vDMewZrNzpOKCf3UxxhWgyDBaS9xk1kPI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2862F84CF3 for ; Sat, 2 Mar 2024 02:09:18 +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 4xvaTQO4t0YX for ; Sat, 2 Mar 2024 02:09:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7EE9A84C13 for ; Sat, 2 Mar 2024 02:09:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709345357; bh=e+lzzrY6MSTXHKR/iykXWpryzbNtAmr4hXlzqn8LbfA=; h=Date:From:Subject:To:Reply-To; b=BZQ1/JnkoUIGKBDUqd/tBo6ZrDM82o4Z669NuyOe+XhXZeI+TtP/NGJfF18drHhpl CR99DFToWQFlXImeohXBA1J7hDU7+j1zngyoQVGfh01IBBKXi14GPG281lPo8IgBJ5 kFT0acpWJ2tJT8BnTTGKLO2XSWTI6FABCM7DLAMA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74799FA27; Sat, 2 Mar 2024 02:09:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709345357219740" MIME-Version: 1.0 Date: Sat, 2 Mar 2024 02:09:17 +0000 From: "Jason R Thorpe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: thorpej@netbsd.org X-Mailer: log_accum Message-Id: <20240302020917.74799FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709345357219740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thorpej Date: Sat Mar 2 02:09:17 UTC 2024 Modified Files: pkgsrc/doc: TODO Log Message: Yosys package is done. To generate a diff of this commit: cvs rdiff -u -r1.24119 -r1.24120 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709345357219740 Content-Disposition: inline Content-Length: 754 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.24119 pkgsrc/doc/TODO:1.24120 --- pkgsrc/doc/TODO:1.24119 Fri Mar 1 19:35:27 2024 +++ pkgsrc/doc/TODO Sat Mar 2 02:09:16 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.24119 2024/03/01 19:35:27 wiz Exp $ +$NetBSD: TODO,v 1.24120 2024/03/02 02:09:16 thorpej Exp $ Suggested new packages ====================== @@ -344,10 +344,6 @@ Suggested new packages https://blog.ferretdb.io/ferretdb-1-0-ga-opensource-mongodb-alternative/ MongoDB compatibility layer for PostgreSQL - Yosys - https://github.com/YosysHQ/yosys - Framework for RTL synthesis tools - Missing xorg packages app: constype, intel-gpu-tools driver: xf86-input-aiptek, xf86-input-calcomp, xf86-input-citron, --_----------=_1709345357219740--