diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-31 00:07:08 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-31 00:33:43 +0300 |
commit | 985c5eaa7c55ebb6ba4833886119396d2a9d77c5 (patch) | |
tree | 3103ce3ae167f78955e606456cb84ee7d4b1a3ce /freebsd | |
parent | 2ec568579823c991b919fa3a2c8583a8db21cb81 (diff) | |
download | sciteco-985c5eaa7c55ebb6ba4833886119396d2a9d77c5.tar.gz |
repl.tes: added script that reproduces the classic TECO REPL command-line
* Unfortunately, this will currently just terminate when some command fails.
We require an error catching mechanism to fix this up.
Diffstat (limited to 'freebsd')
-rw-r--r-- | freebsd/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freebsd/pkg-plist b/freebsd/pkg-plist index 8f99bdd..3fe8a43 100644 --- a/freebsd/pkg-plist +++ b/freebsd/pkg-plist @@ -11,6 +11,7 @@ share/man/man7/%%PROGRAM_PREFIX%%sciteco.7.gz %%DATADIR%%/lib/fnkeys.tes %%DATADIR%%/lib/getopt.tes %%DATADIR%%/lib/lexer.tes +%%DATADIR%%/lib/repl.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/abaqus.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/ada.tes %%LEXILLA%%%%DATADIR%%/lib/lexers/asciidoc.tes |