| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
shells)
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
|
| |
- Fix COMMENT
- Trim header
|
|
|
|
| |
since it more preferable way since 0.9(0).
|
|
|
|
|
|
|
| |
- Add BUILD_DEPENDS
- Do not silence installation message
Changes: http://search.cpan.org/dist/Term-ShellUI/Changes
|
| |
|
|
|
|
|
|
| |
- Respect PORTEXAMPLES
Changes: http://search.cpan.org/dist/Term-ShellUI/Changes
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
|
|
|
|
|
| |
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add dependancy on devel/p5-ReadLine-Perl.
It enables autocompletion feature. [2]
- Butify COMMENT.
- Pass to perl@
Submitted by: az [1], [2]
|
|
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
|