From 985c5eaa7c55ebb6ba4833886119396d2a9d77c5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 31 Jul 2025 00:07:08 +0300 Subject: 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. --- freebsd/pkg-plist | 1 + 1 file changed, 1 insertion(+) (limited to 'freebsd') 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 -- cgit v1.2.3