diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-25 09:12:28 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-01-25 09:12:28 +0000 |
commit | 0078064281b87f684fb76992bf8e5b834ff616ce (patch) | |
tree | ad8b24cd4cf6046e29f2b2e66b715ffd8c604434 /shells | |
parent | bb4a6ed616610e2f2af74d7cccbf5d8c58a12c05 (diff) | |
download | ports-0078064281b87f684fb76992bf8e5b834ff616ce.tar.gz ports-0078064281b87f684fb76992bf8e5b834ff616ce.zip |
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 'shells')
-rw-r--r-- | shells/Makefile | 1 | ||||
-rw-r--r-- | shells/p5-Term-ShellUI/Makefile | 23 | ||||
-rw-r--r-- | shells/p5-Term-ShellUI/distinfo | 3 | ||||
-rw-r--r-- | shells/p5-Term-ShellUI/pkg-descr | 9 | ||||
-rw-r--r-- | shells/p5-Term-ShellUI/pkg-plist | 8 |
5 files changed, 44 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 diff --git a/shells/p5-Term-ShellUI/Makefile b/shells/p5-Term-ShellUI/Makefile new file mode 100644 index 000000000000..68b8b5f33c18 --- /dev/null +++ b/shells/p5-Term-ShellUI/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: shells/p5-Term-ShellUI +# Date created: 25 January 2007 +# Whom: Sergey Matveychuk <sem@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Term-ShellUI +PORTVERSION= 0.85 +CATEGORIES= shells perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Term/BRONSON +PKGNAMEPREFIX= p5- + +MAINTAINER= sem@FreeBSD.org +COMMENT= Term::ShellUI - A fully-featured shell-like command line environment + +PERL_CONFIGURE= yes + +MAN3= Term::ShellUI.3 \ + Text::Shellwords::Cursor.3 + +.include <bsd.port.mk> diff --git a/shells/p5-Term-ShellUI/distinfo b/shells/p5-Term-ShellUI/distinfo new file mode 100644 index 000000000000..e39bf50dae00 --- /dev/null +++ b/shells/p5-Term-ShellUI/distinfo @@ -0,0 +1,3 @@ +MD5 (Term-ShellUI-0.85.tar.gz) = 2abdef4033419d1cbc7ad354724cb1f4 +SHA256 (Term-ShellUI-0.85.tar.gz) = 05c114622d9549cd0ffc28f2c3a1c97c738398e24c7523281b69f53b74498a6b +SIZE (Term-ShellUI-0.85.tar.gz) = 43417 diff --git a/shells/p5-Term-ShellUI/pkg-descr b/shells/p5-Term-ShellUI/pkg-descr new file mode 100644 index 000000000000..97b22ee38d5b --- /dev/null +++ b/shells/p5-Term-ShellUI/pkg-descr @@ -0,0 +1,9 @@ +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 diff --git a/shells/p5-Term-ShellUI/pkg-plist b/shells/p5-Term-ShellUI/pkg-plist new file mode 100644 index 000000000000..8062c05c94a8 --- /dev/null +++ b/shells/p5-Term-ShellUI/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Term/ShellUI.pm +%%SITE_PERL%%/Text/Shellwords/Cursor.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ShellUI/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ShellUI +@dirrmtry %%SITE_PERL%%/Text/Shellwords +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term +@dirrmtry %%SITE_PERL%%/Text +@dirrmtry %%SITE_PERL%%/Term |