diff options
author | obache <obache@pkgsrc.org> | 2008-10-31 11:43:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-31 11:43:02 +0000 |
commit | d1adba55fc925a81017c24fbd82ca02112b8bddf (patch) | |
tree | 4ae571c9f5a8ecbbd0736a7936797ba591b7d436 | |
parent | 7518544ceed46d03f5057d6194fee2f142abf45d (diff) | |
download | pkgsrc-d1adba55fc925a81017c24fbd82ca02112b8bddf.tar.gz |
Import p5-Term-ShellUI-0.86 as devel/p5-Term-ShellUI.
Packaged by Edgar Fuss and provided by PR 39827.
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.
This module was previously called Term::GDBUI.
-rw-r--r-- | devel/p5-Term-ShellUI/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-Term-ShellUI/Makefile | 17 | ||||
-rw-r--r-- | devel/p5-Term-ShellUI/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Term-ShellUI/DESCR b/devel/p5-Term-ShellUI/DESCR new file mode 100644 index 00000000000..beedeb802e3 --- /dev/null +++ b/devel/p5-Term-ShellUI/DESCR @@ -0,0 +1,7 @@ +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. + +This module was previously called Term::GDBUI. diff --git a/devel/p5-Term-ShellUI/Makefile b/devel/p5-Term-ShellUI/Makefile new file mode 100644 index 00000000000..09f9d1d47d8 --- /dev/null +++ b/devel/p5-Term-ShellUI/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 11:43:02 obache Exp $ + +DISTNAME= Term-ShellUI-0.86 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Term-ShellUI/ +COMMENT= Fully-featured shell-like command line environment for Perl + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Term/ShellUI/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Term-ShellUI/distinfo b/devel/p5-Term-ShellUI/distinfo new file mode 100644 index 00000000000..f70c11aaa8d --- /dev/null +++ b/devel/p5-Term-ShellUI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/31 11:43:02 obache Exp $ + +SHA1 (Term-ShellUI-0.86.tar.gz) = 26133f7bb0f7d387bf1399f6b820aca8a763fe8c +RMD160 (Term-ShellUI-0.86.tar.gz) = 5dc4fd1de81a7956f176165bc8aca17c0b8d86cf +Size (Term-ShellUI-0.86.tar.gz) = 43479 bytes |