summaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2007-01-25 09:12:28 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2007-01-25 09:12:28 +0000
commit0078064281b87f684fb76992bf8e5b834ff616ce (patch)
treead8b24cd4cf6046e29f2b2e66b715ffd8c604434 /shells/Makefile
parentUpdate to 0.20 (diff)
A new port: shells/p5-Term-ShellUI
Term::ShellUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature that one would expect to see in a fully interactive shell trivial to implement. You simply declare your command set and let ShellUI take care of the heavy lifting. WWW: http://search.cpan.org/dist/Term-ShellUI
Notes
Notes: svn path=/head/; revision=183234
Diffstat (limited to '')
-rw-r--r--shells/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index ad39c9c1b11a..c5c3c7df7388 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -19,6 +19,7 @@
SUBDIR += mksh
SUBDIR += nologinmsg
SUBDIR += osh
+ SUBDIR += p5-Term-ShellUI
SUBDIR += pash
SUBDIR += pdksh
SUBDIR += perlsh