pkgsrc-WIP-changes archive

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

helix: more mv



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

Modified Files:
	helix/Makefile

Log Message:
helix: more mv

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

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

diffstat:
 helix/Makefile | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 60 insertions(+), 2 deletions(-)

diffs:
diff --git a/helix/Makefile b/helix/Makefile
index 8cf1a6bac2..c60da12841 100644
--- a/helix/Makefile
+++ b/helix/Makefile
@@ -326,11 +326,69 @@ INSTALLATION_DIRS+=	share/helix/runtime/grammars
 .include "cargo-depends.mk"
 
 post-extract:
-#	(cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a typescript tsx)
-#	(cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a ocaml ocaml-interface)
 	${MKDIR} ${WRKSRC}/runtime/grammars/sources
 # this ought to be a for loop. rinse and repeat for all tree-sitter-... directories.
 	${MV} ${WRKDIR}/tree-sitter-toml-${TOML_TAG} ${WRKSRC}/runtime/grammars/sources/toml
+	${MV} ${WRKDIR}/tree-sitter-bash-${BASH_TAG} ${WRKSRC}/runtime/grammars/sources/bash
+	${MV} ${WRKDIR}/tree-sitter-c-${C_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/c
+	${MV} ${WRKDIR}/tree-sitter-css-${CSS_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/css
+	${MV} ${WRKDIR}/tree-sitter-cpp-${CPP_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/cpp
+	${MV} ${WRKDIR}/tree-sitter-comment-${COMMENT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/comment
+	${MV} ${WRKDIR}/tree-sitter-cmake-${CMAKE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/cmake
+	${MV} ${WRKDIR}/tree-sitter-dart-${DART_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/dart
+	${MV} ${WRKDIR}/tree-sitter-docker-${DOCKER_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/docker
+	${MV} ${WRKDIR}/tree-sitter-elixir-${ELIXIR_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/elixir
+	${MV} ${WRKDIR}/tree-sitter-elm-${ELM_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/elm
+	${MV} ${WRKDIR}/tree-sitter-erlang-${ERLANG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/erlang
+	${MV} ${WRKDIR}/tree-sitter-fish-${FISH_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/fish
+	${MV} ${WRKDIR}/tree-sitter-gitcommit-${GITCOMMIT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/git-commit
+	${MV} ${WRKDIR}/tree-sitter-gitconfig-${GITCONFIG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/git-config
+	${MV} ${WRKDIR}/tree-sitter-diff-${DIFF_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/diff
+	${MV} ${WRKDIR}/tree-sitter-gitrebase-${GITREBASE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/git-rebase
+	${MV} ${WRKDIR}/tree-sitter-glsl-${GLSL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/glsl
+	${MV} ${WRKDIR}/tree-sitter-go-${GO_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/go
+	${MV} ${WRKDIR}/tree-sitter-graphql-${GRAPHQL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/graphql
+	${MV} ${WRKDIR}/tree-sitter-haskell-${HASKELL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/haskell
+	${MV} ${WRKDIR}/tree-sitter-hcl-${HCL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/hcl
+	${MV} ${WRKDIR}/tree-sitter-html-${HTML_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/html
+	${MV} ${WRKDIR}/tree-sitter-iex-${IEX_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/iex
+	${MV} ${WRKDIR}/tree-sitter-java-${JAVA_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/java
+	${MV} ${WRKDIR}/tree-sitter-javascript-${JAVASCRIPT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/javascript
+	${MV} ${WRKDIR}/tree-sitter-json-${JSON_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/json
+	${MV} ${WRKDIR}/tree-sitter-julia-${JULIA_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/julia
+	${MV} ${WRKDIR}/tree-sitter-kotlin-${KOTLIN_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/kotlin
+	${MV} ${WRKDIR}/tree-sitter-latex-${LATEX_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/latex
+	${MV} ${WRKDIR}/tree-sitter-lean-${LEAN_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/lean
+	${MV} ${WRKDIR}/tree-sitter-ledger-${LEDGER_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/ledger
+	${MV} ${WRKDIR}/tree-sitter-llvmmir-${LLVMMIR_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/llvm-mir
+	${MV} ${WRKDIR}/tree-sitter-llvm-${LLVM_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/llvm
+	${MV} ${WRKDIR}/tree-sitter-lua-${LUA_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/lua
+	${MV} ${WRKDIR}/tree-sitter-make-${MAKE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/make
+	${MV} ${WRKDIR}/tree-sitter-markdown-${MARKDOWN_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/markdown
+	${MV} ${WRKDIR}/tree-sitter-nix-${NIX_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/nix
+	${MV} ${WRKDIR}/tree-sitter-ocaml-${OCAML_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/ocaml
+	${MV} ${WRKDIR}/tree-sitter-org-${ORG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/org
+	${MV} ${WRKDIR}/tree-sitter-perl-${PERL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/perl
+	${MV} ${WRKDIR}/tree-sitter-php-${PHP_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/php
+	${MV} ${WRKDIR}/tree-sitter-protobuf-${PROTOBUF_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/protobuf
+	${MV} ${WRKDIR}/tree-sitter-python-${PYTHON_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/python
+	${MV} ${WRKDIR}/tree-sitter-regex-${REGEX_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/regex
+	${MV} ${WRKDIR}/tree-sitter-rescript-${RESCRIPT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/rescript
+	${MV} ${WRKDIR}/tree-sitter-ruby-${RUBY_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/ruby
+	${MV} ${WRKDIR}/tree-sitter-rust-${RUST_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/rust
+	${MV} ${WRKDIR}/tree-sitter-scala-${SCALA_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/scala
+	${MV} ${WRKDIR}/tree-sitter-solidity-${SOLIDITY_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/solidity
+	${MV} ${WRKDIR}/tree-sitter-svelte-${SVELTE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/svelte
+	${MV} ${WRKDIR}/tree-sitter-tablegen-${TABLEGEN_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/tablegen
+	${MV} ${WRKDIR}/tree-sitter-tsq-${TSQ_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/tsq
+	${MV} ${WRKDIR}/tree-sitter-twig-${TWIG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/twig
+	${MV} ${WRKDIR}/tree-sitter-typescript-${TYPESCRIPT_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/typescript
+	${MV} ${WRKDIR}/tree-sitter-vue-${VUE_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/vue
+	${MV} ${WRKDIR}/tree-sitter-wgsl-${WGSL_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/wgsl
+	${MV} ${WRKDIR}/tree-sitter-yaml-${YAML_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/yaml
+	${MV} ${WRKDIR}/tree-sitter-zig-${ZIG_TAG}.tar.gz ${WRKSRC}/runtime/grammars/sources/zig
+	(cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a typescript tsx)
+	(cd ${WRKSRC}/runtime/grammars/sources && ${CP} -a ocaml ocaml-interface)
 
 SUBST_CLASSES+=		datadir
 SUBST_STAGE.datadir=	post-patch


Home | Main Index | Thread Index | Old Index