Commit Graph

9 Commits

Author SHA1 Message Date
sthen 56a28fcfb7 remove DISTFILES setting for cargo ports using GH_*, no longer needed
with cargo.port.mk r1.35
2023-01-30 13:28:38 +00:00
paco 96a0722dcd update textproc/tree-sitter to 0.20.7
while here drop maintainer

tweaks and ok sthen@
tested also by Laurent Cheylus
2023-01-10 16:27:49 +00:00
sthen 6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
semarie 6f1dbcb6fe adjust rust programs to run with immutable stack
the rust std library has been changed to not try to reallocate
a guard page on the stack.

as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
2022-10-09 16:32:18 +00:00
jca 59f3e357d6 Bump cc and libc crates in those rust ports
cc >= 1.0.73 (latest) and libc >= 0.2.113 (latest is 0.2.232) are needed
for powerpc64 and riscv64 support.  semarie@ will take care of the
lang/rust bits.

Help from semarie@, powerpc64 tests by gkoehler@, ok semarie@
2022-08-24 21:43:08 +00:00
paco bb24f821c7 update textproc/tree-sitter to 0.20.6
ok sthen@
2022-04-25 17:42:24 +00:00
naddy 8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
paco e03bb9407f update textproc/tree-sitter to version 0.20.1
with tweaks and ok tb@
2021-12-21 08:41:25 +00:00
paco be395b039e Tree-sitter is a parser generator tool and an incremental parsing
library. It can build a concrete syntax tree for a source file and
efficiently update the syntax tree as the source file is edited.

Tree-sitter aims to be:
  General enough to parse any programming language
  Fast enough to parse on every keystroke in a text editor
  Robust enough to provide useful results even in the presence of syntax
  errors
  Dependency-free so that the runtime library (which is written in pure
  C) can be embedded in any application

with help from tracey@, sthen@ and semarie@

ok tracey@
2021-04-30 16:16:46 +00:00