From 0da832023b3d7d0921de1f76acbf6dd2595341d0 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 7 Aug 2025 20:07:34 +0300 Subject: added tecat.tes to standard library: can be installed as the Git textconv filter tecat.tes and repl.tes are now executable scripts, even though they are installed into the $SCITECOPATH. This is still much slower than the Lua version here: https://gist.github.com/rhaberkorn/6534ecf1b05de6216d0a9c33f31ab5f8 --- freebsd/pkg-plist | 1 + 1 file changed, 1 insertion(+) (limited to 'freebsd/pkg-plist') diff --git a/freebsd/pkg-plist b/freebsd/pkg-plist index 3fe8a43..d7dd9a8 100644 --- a/freebsd/pkg-plist +++ b/freebsd/pkg-plist @@ -12,6 +12,7 @@ share/man/man7/%%PROGRAM_PREFIX%%sciteco.7.gz %%DATADIR%%/lib/getopt.tes %%DATADIR%%/lib/lexer.tes %%DATADIR%%/lib/repl.tes +%%DATADIR%%/lib/tecat.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/abaqus.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/ada.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/asciidoc.tes -- cgit v1.2.3