readline alternative suitable for zoid
This commit is contained in:
parent
6226af76e7
commit
0b7d05ebef
19
devel/p5-Term-ReadLine-Zoid/Makefile
Normal file
19
devel/p5-Term-ReadLine-Zoid/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/08 22:43:26 espie Exp $
|
||||
|
||||
COMMENT= 'Readline Library Wrapper for zoid'
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Term-ReadLine-Zoid-0.07
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= modbuild
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Term-ReadKey
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Term-ReadLine-Zoid/distinfo
Normal file
5
devel/p5-Term-ReadLine-Zoid/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Term-ReadLine-Zoid-0.07.tar.gz) = g0OKoR6YPzvVI4ufhTXXvw==
|
||||
RMD160 (Term-ReadLine-Zoid-0.07.tar.gz) = f4M8qiNDX2y3CltO18M/qFO9Kus=
|
||||
SHA1 (Term-ReadLine-Zoid-0.07.tar.gz) = d+JIPgO3S6VEVJ49eKeZPLwuPwA=
|
||||
SHA256 (Term-ReadLine-Zoid-0.07.tar.gz) = dqk+zfVUg9xOzr4b9UuR5Zmrcjb6rH7d8E7uUhVk2JE=
|
||||
SIZE (Term-ReadLine-Zoid-0.07.tar.gz) = 33339
|
8
devel/p5-Term-ReadLine-Zoid/pkg/DESCR
Normal file
8
devel/p5-Term-ReadLine-Zoid/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
This package provides a set of modules that form an interactive input buffer
|
||||
written in plain perl with minimal dependencies. It features almost all
|
||||
key-bindings described in the posix spec for the sh(1) utility with some
|
||||
extensions like multiline editing; this includes a vi-command mode with a
|
||||
save-buffer (for copy-pasting) and an undo-stack.
|
||||
|
||||
It is compatible with the Term::ReadLine interface, so it
|
||||
can be used with perl programs using this interface.
|
64
devel/p5-Term-ReadLine-Zoid/pkg/PLIST
Normal file
64
devel/p5-Term-ReadLine-Zoid/pkg/PLIST
Normal file
@ -0,0 +1,64 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/08 22:43:26 espie Exp $
|
||||
${P5SITE}/Term/
|
||||
${P5SITE}/Term/ReadLine/
|
||||
${P5SITE}/Term/ReadLine/Zoid/
|
||||
${P5SITE}/Term/ReadLine/Zoid.pm
|
||||
${P5SITE}/Term/ReadLine/Zoid/Base.pm
|
||||
${P5SITE}/Term/ReadLine/Zoid/Emacs.pm
|
||||
${P5SITE}/Term/ReadLine/Zoid/FileBrowse.pm
|
||||
${P5SITE}/Term/ReadLine/Zoid/ISearch.pm
|
||||
${P5SITE}/Term/ReadLine/Zoid/ViCommand.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/Term/
|
||||
${P5SITE}/auto/Term/ReadLine/
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/_do_motion.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/_get_chr.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/_parse_chrs.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/alias.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/ascii.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/autosplit.ix
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/bindchr.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/bindkey.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/bsearch.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/eval.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/fsearch.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/quit.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/set.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/shell.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/testchr.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_B.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_C.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_D.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_E.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_F.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_G.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_J.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_K.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_N.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_P.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_S.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_U.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_V.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_W.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_X.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_Y.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_c_repeat.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_case.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_comment.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_complete.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_cursor.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_home.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_increment.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_macro.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_mini_buffer.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_r.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_repeat.al
|
||||
${P5SITE}/auto/Term/ReadLine/Zoid/ViCommand/vi_topic.al
|
||||
@man man/man3p/Term::ReadLine::Zoid.3p
|
||||
@man man/man3p/Term::ReadLine::Zoid::Base.3p
|
||||
@man man/man3p/Term::ReadLine::Zoid::Emacs.3p
|
||||
@man man/man3p/Term::ReadLine::Zoid::FileBrowse.3p
|
||||
@man man/man3p/Term::ReadLine::Zoid::ISearch.3p
|
||||
@man man/man3p/Term::ReadLine::Zoid::ViCommand.3p
|
Loading…
x
Reference in New Issue
Block a user