Received: by mail.netbsd.org (Postfix, from userid 605) id 799BB84D91; Wed, 28 Feb 2024 07:09:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709104157; bh=xxv2WcDkJ22IYALdX3wTF7X8WO2+PD4T29z1V5WjqC0=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=MMTvHCtVpeAh+bUBNSZsLHldHPY4EDyLNuv3+Hxf5DjuPm6O3HTgR416tMuaJ4b3I 32a+JYSI41adQ/+EpUgzf2di0+Zi/WyF+hcTrlPXYwtb/n+kvYgphmka1M7rmK9332 67nKA3GKkl+VHoGy7oS7lb8cdD1SBo66pvcf7hOM= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B52284CE8 for ; Wed, 28 Feb 2024 07:09:16 +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 HTiVjBb5BCBj for ; Wed, 28 Feb 2024 07:09:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF61D84CCA for ; Wed, 28 Feb 2024 07:09:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709104156; bh=xxv2WcDkJ22IYALdX3wTF7X8WO2+PD4T29z1V5WjqC0=; h=Date:From:Subject:To:Reply-To; b=Deqc5+zqXT1L0orjFWj+gixOZJnLEUC71/KdyaOFWuAgyGGXFYS7zpNPjTNh1oi6g mcu5Z7PNCLO9rXt1cPrTQ73hrdwHUalp96UjOlvGz6d5DNqkt6pw9/dsYuQO12JBJ6 iUQ4dz/RxmFs4/0imElcaxmCii+Y88mwGH0XK9xI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B993EFA27; Wed, 28 Feb 2024 07:09:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170910415598690" MIME-Version: 1.0 Date: Wed, 28 Feb 2024 07:09:15 +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: <20240228070915.B993EFA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170910415598690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thorpej Date: Wed Feb 28 07:09:15 UTC 2024 Modified Files: pkgsrc/doc: TODO Log Message: icestorm and nextpnr packages added. To generate a diff of this commit: cvs rdiff -u -r1.24113 -r1.24114 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170910415598690 Content-Disposition: inline Content-Length: 814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.24113 pkgsrc/doc/TODO:1.24114 --- pkgsrc/doc/TODO:1.24113 Tue Feb 27 10:35:57 2024 +++ pkgsrc/doc/TODO Wed Feb 28 07:09:15 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.24113 2024/02/27 10:35:57 wiz Exp $ +$NetBSD: TODO,v 1.24114 2024/02/28 07:09:15 thorpej Exp $ Suggested new packages ====================== @@ -348,14 +348,6 @@ Suggested new packages https://github.com/YosysHQ/yosys Framework for RTL synthesis tools - nextpnr - https://github.com/YosysHQ/nextpnr - place and route for FPGA architectures - - icestorm - https://github.com/YosysHQ/icestorm - Lattice iCE40 FPGAs Bitstream Documentation and tools - Missing xorg packages app: constype, intel-gpu-tools driver: xf86-input-aiptek, xf86-input-calcomp, xf86-input-citron, --_----------=_170910415598690--