pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Term-ShellUI Import p5-Term-ShellUI-0.86 as d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e577c5e4b831
branches: trunk
changeset: 549324:e577c5e4b831
user: obache <obache%pkgsrc.org@localhost>
date: Fri Oct 31 11:43:02 2008 +0000
description:
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.
diffstat:
devel/p5-Term-ShellUI/DESCR | 7 +++++++
devel/p5-Term-ShellUI/Makefile | 17 +++++++++++++++++
devel/p5-Term-ShellUI/distinfo | 5 +++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r bdda700297bb -r e577c5e4b831 devel/p5-Term-ShellUI/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ShellUI/DESCR Fri Oct 31 11:43:02 2008 +0000
@@ -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 -r bdda700297bb -r e577c5e4b831 devel/p5-Term-ShellUI/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ShellUI/Makefile Fri Oct 31 11:43:02 2008 +0000
@@ -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@localhost
+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 -r bdda700297bb -r e577c5e4b831 devel/p5-Term-ShellUI/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ShellUI/distinfo Fri Oct 31 11:43:02 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index