pkgsrc-WIP-changes archive

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

helix: add c-sharp dist



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Fri Apr 1 12:33:21 2022 +0200
Changeset:	d10ee81f5c70c9d74924511b87caad1495d99086

Modified Files:
	helix/Makefile
	helix/distinfo

Log Message:
helix: add c-sharp dist

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

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

diffstat:
 helix/Makefile | 2 ++
 helix/distinfo | 3 +++
 2 files changed, 5 insertions(+)

diffs:
diff --git a/helix/Makefile b/helix/Makefile
index ed2fdd9599..bb7e16585b 100644
--- a/helix/Makefile
+++ b/helix/Makefile
@@ -75,6 +75,7 @@ DISTFILES+=	tree-sitter-toml-${TOML_TAG}.tar.gz
 DISTFILES+=	tree-sitter-bash-${BASH_TAG}.tar.gz
 DISTFILES+=	tree-sitter-c-${C_TAG}.tar.gz
 DISTFILES+=	tree-sitter-css-${CSS_TAG}.tar.gz
+DISTFILES+=	tree-sitter-csharp-${CSHARP_TAG}.tar.gz
 DISTFILES+=	tree-sitter-cpp-${CPP_TAG}.tar.gz
 DISTFILES+=	tree-sitter-comment-${COMMENT_TAG}.tar.gz
 DISTFILES+=	tree-sitter-cmake-${CMAKE_TAG}.tar.gz
@@ -333,6 +334,7 @@ post-extract:
 	${MV} ${WRKDIR}/tree-sitter-bash-${BASH_TAG} ${WRKSRC}/runtime/grammars/sources/bash
 	${MV} ${WRKDIR}/tree-sitter-c-${C_TAG:S/v//} ${WRKSRC}/runtime/grammars/sources/c
 	${MV} ${WRKDIR}/tree-sitter-css-${CSS_TAG} ${WRKSRC}/runtime/grammars/sources/css
+	${MV} ${WRKDIR}/tree-sitter-csharp-${CSHARP_TAG} ${WRKSRC}/runtime/grammars/sources/c-sharp
 	${MV} ${WRKDIR}/tree-sitter-cpp-${CPP_TAG} ${WRKSRC}/runtime/grammars/sources/cpp
 	${MV} ${WRKDIR}/tree-sitter-comment-${COMMENT_TAG} ${WRKSRC}/runtime/grammars/sources/comment
 	${MV} ${WRKDIR}/tree-sitter-cmake-${CMAKE_TAG} ${WRKSRC}/runtime/grammars/sources/cmake
diff --git a/helix/distinfo b/helix/distinfo
index 04adcc428e..b02d9c4d4f 100644
--- a/helix/distinfo
+++ b/helix/distinfo
@@ -348,6 +348,9 @@ Size (helix/tree-sitter-comment-a37ca370310ac6f89b6e0ebf2b86b2219780494e.tar.gz)
 BLAKE2s (helix/tree-sitter-cpp-a832195eb3685a279856bb480ce19cff19554b6d.tar.gz) = 374a5989720ccaeb443a6e405cde8979402732976c04a45dec00383278e76aae
 SHA512 (helix/tree-sitter-cpp-a832195eb3685a279856bb480ce19cff19554b6d.tar.gz) = 94d05358eb11e9159a62ea7b866388f7bd6e11146a165ce14615fb0436964e8f5b6451945f241df594706c11ea1205e6e04dfe0c032dca7d483b20df3575c8cf
 Size (helix/tree-sitter-cpp-a832195eb3685a279856bb480ce19cff19554b6d.tar.gz) = 612583 bytes
+BLAKE2s (helix/tree-sitter-csharp-5b6ae1f88e741b9ed738891ad1362fb9f2041671.tar.gz) = 41461c54b83f64537d306294aec8d1b0632fbf383d0f9ee51ce6071a9c585ce3
+SHA512 (helix/tree-sitter-csharp-5b6ae1f88e741b9ed738891ad1362fb9f2041671.tar.gz) = 95e8370377f868c9e640d07a20d2c257748fa98039355c9c46194568df12a6fbfbf710e74e2c0dff25d7513048b6b0ddd6f884cba18fc91cf79e4e619b1798d6
+Size (helix/tree-sitter-csharp-5b6ae1f88e741b9ed738891ad1362fb9f2041671.tar.gz) = 893438 bytes
 BLAKE2s (helix/tree-sitter-css-a03f1d2d1dfbf6f8e0fdca5f9ff030228241eb57.tar.gz) = fb48dfdec3ccbfa7c643789d59be74f2fd30bc5c913a3d827202e73894d20e7d
 SHA512 (helix/tree-sitter-css-a03f1d2d1dfbf6f8e0fdca5f9ff030228241eb57.tar.gz) = bd332d73ac72ec531c43365574afc79e9f789f5a7b18b60f78b1740360f5b8dbb5c1e73eaf630cbb09ec5a79b6d375786cb83b099c4eec979e6441957723265f
 Size (helix/tree-sitter-css-a03f1d2d1dfbf6f8e0fdca5f9ff030228241eb57.tar.gz) = 80952 bytes


Home | Main Index | Thread Index | Old Index