Received: by mail.netbsd.org (Postfix, from userid 605) id 2BBB484D3D; Wed, 18 Jan 2023 13:21:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B2AF84D3A for ; Wed, 18 Jan 2023 13:21:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 ZZ1MWvnR8ou7 for ; Wed, 18 Jan 2023 13:21:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E204E84CF9 for ; Wed, 18 Jan 2023 13:21:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D95A4FA90; Wed, 18 Jan 2023 13:21:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674048092207600" MIME-Version: 1.0 Date: Wed, 18 Jan 2023 13:21:32 +0000 From: "pin" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230118132132.D95A4FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674048092207600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Wed Jan 18 13:21:32 UTC 2023 Modified Files: pkgsrc/textproc: Makefile Log Message: Add tree-sitter-rust To generate a diff of this commit: cvs rdiff -u -r1.1341 -r1.1342 pkgsrc/textproc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674048092207600 Content-Disposition: inline Content-Length: 657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.1341 pkgsrc/textproc/Makefile:1.1342 --- pkgsrc/textproc/Makefile:1.1341 Wed Jan 18 10:18:51 2023 +++ pkgsrc/textproc/Makefile Wed Jan 18 13:21:32 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1341 2023/01/18 10:18:51 wiz Exp $ +# $NetBSD: Makefile,v 1.1342 2023/01/18 13:21:32 pin Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1350,6 +1350,7 @@ SUBDIR+= translate-shell SUBDIR+= translate-toolkit SUBDIR+= tree-sitter SUBDIR+= tree-sitter-python +SUBDIR+= tree-sitter-rust SUBDIR+= troffcvt SUBDIR+= tuc SUBDIR+= uchardet --_----------=_1674048092207600--