aboutsummaryrefslogtreecommitdiff
path: root/shells/p5-Term-ShellUI/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Install examples. [1]Sergey Matveychuk2007-01-291-0/+12
| | | | | | | | | | | | - Add dependancy on devel/p5-ReadLine-Perl. It enables autocompletion feature. [2] - Butify COMMENT. - Pass to perl@ Submitted by: az [1], [2] Notes: svn path=/head/; revision=183617
* A new port: shells/p5-Term-ShellUISergey Matveychuk2007-01-251-0/+8
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: svn path=/head/; revision=183234