Received: by mail.netbsd.org (Postfix, from userid 605) id AD0F884D4E; Wed, 18 Jan 2023 16:33:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD8E184D08 for ; Wed, 18 Jan 2023 16:33:14 +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 h2S8tEBWW5uG for ; Wed, 18 Jan 2023 16:33:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 50B0484CED for ; Wed, 18 Jan 2023 16:33:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E3A5FA90; Wed, 18 Jan 2023 16:33:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167405959431470" MIME-Version: 1.0 Date: Wed, 18 Jan 2023 16:33:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/tree-sitter-typescript To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230118163314.4E3A5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167405959431470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 18 16:33:14 UTC 2023 Added Files: pkgsrc/textproc/tree-sitter-typescript: DESCR Makefile PLIST distinfo Log Message: textproc/tree-sitter-typescript: import tree-sitter-typescript-0.20.1 TypeScript grammar for tree-sitter To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/tree-sitter-typescript/DESCR \ pkgsrc/textproc/tree-sitter-typescript/Makefile \ pkgsrc/textproc/tree-sitter-typescript/PLIST \ pkgsrc/textproc/tree-sitter-typescript/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167405959431470 Content-Disposition: inline Content-Length: 2064 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/tree-sitter-typescript/DESCR diff -u /dev/null pkgsrc/textproc/tree-sitter-typescript/DESCR:1.1 --- /dev/null Wed Jan 18 16:33:14 2023 +++ pkgsrc/textproc/tree-sitter-typescript/DESCR Wed Jan 18 16:33:14 2023 @@ -0,0 +1 @@ +TypeScript grammar for tree-sitter Index: pkgsrc/textproc/tree-sitter-typescript/Makefile diff -u /dev/null pkgsrc/textproc/tree-sitter-typescript/Makefile:1.1 --- /dev/null Wed Jan 18 16:33:14 2023 +++ pkgsrc/textproc/tree-sitter-typescript/Makefile Wed Jan 18 16:33:14 2023 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2023/01/18 16:33:14 wiz Exp $ + +DISTNAME= tree-sitter-typescript-0.20.1 +CATEGORIES= textproc devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=tree-sitter/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/tree-sitter/tree-sitter-typescript/ +COMMENT= TypeScript grammar for tree-sitter +LICENSE= mit + +GRAMMAR_SOURCE_DIR= typescript/src + +.include "../../textproc/tree-sitter/grammar.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/tree-sitter-typescript/PLIST diff -u /dev/null pkgsrc/textproc/tree-sitter-typescript/PLIST:1.1 --- /dev/null Wed Jan 18 16:33:14 2023 +++ pkgsrc/textproc/tree-sitter-typescript/PLIST Wed Jan 18 16:33:14 2023 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2023/01/18 16:33:14 wiz Exp $ +lib/libtree-sitter-typescript.so Index: pkgsrc/textproc/tree-sitter-typescript/distinfo diff -u /dev/null pkgsrc/textproc/tree-sitter-typescript/distinfo:1.1 --- /dev/null Wed Jan 18 16:33:14 2023 +++ pkgsrc/textproc/tree-sitter-typescript/distinfo Wed Jan 18 16:33:14 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/01/18 16:33:14 wiz Exp $ + +BLAKE2s (tree-sitter-typescript-0.20.1.tar.gz) = 442f446276f4034ce9660c8b7144c299541ad65bcb6a6c412732a282c5d108c5 +SHA512 (tree-sitter-typescript-0.20.1.tar.gz) = 4d57308e84964bbf136868285141c4cd28ae0bbddef7973849679f8b8b85f00cd1bb5a4db7fd7b5cbd6a090b56193c8120bfd134358d33597a60a9145c694de0 +Size (tree-sitter-typescript-0.20.1.tar.gz) = 767713 bytes --_----------=_167405959431470--