pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tree-sitter-vimdoc: Import tree-sitter-vimdoc-2.5.1



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Aug 26 15:24:07 2024 +0200
Changeset:	e2fe9720a9cb4e08333eb2e6737a05c8b0f69b0b

Added Files:
	tree-sitter-vimdoc/DESCR
	tree-sitter-vimdoc/Makefile
	tree-sitter-vimdoc/PLIST
	tree-sitter-vimdoc/distinfo

Log Message:
tree-sitter-vimdoc: Import tree-sitter-vimdoc-2.5.1

vimdoc grammar for tree-sitter

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e2fe9720a9cb4e08333eb2e6737a05c8b0f69b0b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tree-sitter-vimdoc/DESCR    |  1 +
 tree-sitter-vimdoc/Makefile | 18 ++++++++++++++++++
 tree-sitter-vimdoc/PLIST    |  2 ++
 tree-sitter-vimdoc/distinfo |  5 +++++
 4 files changed, 26 insertions(+)

diffs:
diff --git a/tree-sitter-vimdoc/DESCR b/tree-sitter-vimdoc/DESCR
new file mode 100644
index 0000000000..e525e4cfdd
--- /dev/null
+++ b/tree-sitter-vimdoc/DESCR
@@ -0,0 +1 @@
+vimdoc grammar for tree-sitter
diff --git a/tree-sitter-vimdoc/Makefile b/tree-sitter-vimdoc/Makefile
new file mode 100644
index 0000000000..c18f01a05d
--- /dev/null
+++ b/tree-sitter-vimdoc/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.5 2024/01/28 13:29:46 wiz Exp $
+
+# XXX: At least tree-sitter-vimdoc-2.5.1 is the latest working version with
+# XXX: editors/neovim 0.10.0. Before updating please double-check via `:help` in
+# XXX: neovim that the possible new version works.
+
+DISTNAME=	tree-sitter-vimdoc-2.5.1
+CATEGORIES=	textproc devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=neovim/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/neovim/tree-sitter-vimdoc
+COMMENT=	vimdoc grammar for tree-sitter
+LICENSE=	apache-2.0
+
+.include "../../textproc/tree-sitter/grammar.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tree-sitter-vimdoc/PLIST b/tree-sitter-vimdoc/PLIST
new file mode 100644
index 0000000000..742ff8a29e
--- /dev/null
+++ b/tree-sitter-vimdoc/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.2 2023/01/20 11:14:58 wiz Exp $
+lib/libtree-sitter-vimdoc.la
diff --git a/tree-sitter-vimdoc/distinfo b/tree-sitter-vimdoc/distinfo
new file mode 100644
index 0000000000..2c325b09cd
--- /dev/null
+++ b/tree-sitter-vimdoc/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2024/01/28 13:29:46 wiz Exp $
+
+BLAKE2s (tree-sitter-vimdoc-2.5.1.tar.gz) = 01a07d1349a50b5d44e5782dda1d934e4e170e0ea9bbcfe6370b52baa352f264
+SHA512 (tree-sitter-vimdoc-2.5.1.tar.gz) = 26d4f2c88709914947e855df96f17366bd04d1a10356e2f5b093135498210dad831015bbd4e251d32fd31c1e90af829e6941ee8e9243ec13517b1f17e4a89962
+Size (tree-sitter-vimdoc-2.5.1.tar.gz) = 57430 bytes


Home | Main Index | Thread Index | Old Index