Import Term::ShellUI 0.92.

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.

ok ajacoutot@
This commit is contained in:
landry 2015-05-01 15:41:21 +00:00
parent 59c6b3c421
commit 66b16afd0c
4 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/05/01 15:41:21 landry Exp $
COMMENT = fully-featured shell-like command line environment
MODULES = cpan
DISTNAME = Term-ShellUI-0.92
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Term-ShellUI-0.92.tar.gz) = MnnAHHYiczXu/wkDKkD0sCsoUVGzV2wEys0VvgWUK9s=
SIZE (Term-ShellUI-0.92.tar.gz) = 30691

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/05/01 15:41:21 landry Exp $
${P5SITE}/Term/
${P5SITE}/Term/ShellUI.pm
${P5SITE}/Text/
${P5SITE}/Text/Shellwords/
${P5SITE}/Text/Shellwords/Cursor.pm
@man man/man3p/Term::ShellUI.3p
@man man/man3p/Text::Shellwords::Cursor.3p