diff options
author | sem <sem@FreeBSD.org> | 2007-01-25 09:12:28 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-01-25 09:12:28 +0000 |
commit | 1bfd3e1498e3534285b9d2bfbbe63c2294ba30e1 (patch) | |
tree | 3dc6e39dd2cb3e591945991e4d9ef97c0630411c /shells/Makefile | |
parent | 335ec55a9da57c019b960aefd4f641def3552363 (diff) | |
download | FreeBSD-ports-1bfd3e1498e3534285b9d2bfbbe63c2294ba30e1.zip FreeBSD-ports-1bfd3e1498e3534285b9d2bfbbe63c2294ba30e1.tar.gz |
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
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index ad39c9c..c5c3c7d 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 |