SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,17 @@
COMMENT= GNU Readline Library Wrapper Module
MODULES= cpan
DISTNAME= Term-ReadLine-Gnu-1.36
CATEGORIES= devel
REVISION= 0
# Perl
PERMIT_PACKAGE= Yes
WANTLIB += c curses perl readline
TEST_DEPENDS= x11/p5-Tk
TEST_FLAGS= TERM=${TERM} DISPLAY=${DISPLAY}
TEST_IS_INTERACTIVE= x11
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Term-ReadLine-Gnu-1.36.tar.gz) = mgj3pAE8m4ZVQcENu6EhB3nrkSi5YSULdG0mcCuraSU=
SIZE (Term-ReadLine-Gnu-1.36.tar.gz) = 128336

View file

@ -0,0 +1,14 @@
Term::ReadLine::Gnu (TRG) is an implementation of the interface to
the GNU Readline Library. This module gives you input line editing
facility, input history management facility, word completion facility,
etc. It uses the real GNU Readline Library and has the interface
with the almost all variables and functions which are documented
in the GNU Readline/History Library. So you can program your custom
editing function, your custom completion function, and so on with
Perl. TRG may be useful for prototyping before programming with
C.
TRG is upper compatible with Term::ReadLine included in Perl
distribution. Term::ReadLine uses TRG automatically when TRG is
available. You can enjoy full line editing feature with Perl
debugger which use Term::ReadLine with no patch.

View file

@ -0,0 +1,53 @@
bin/perlsh
${P5ARCH}/
${P5ARCH}/Term/
${P5ARCH}/Term/ReadLine/
${P5ARCH}/Term/ReadLine/Gnu/
${P5ARCH}/Term/ReadLine/Gnu.pm
${P5ARCH}/Term/ReadLine/Gnu/XS.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Term/
${P5ARCH}/auto/Term/ReadLine/
${P5ARCH}/auto/Term/ReadLine/Gnu/
${P5ARCH}/auto/Term/ReadLine/Gnu/Gnu.so
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/Tk_getc.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/_ch_wrapper.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/_str2fn.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/_str2map.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/_tgetstrs.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/_trp_completion_function.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/autosplit.ix
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/change_ornaments.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/display_readline_version.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/get_history_event.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/hist_arg_extract.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/hist_list.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/history_expand_line.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/list_completion_function.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/operate_and_get_next.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/ornaments.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_add_funmap_entry.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_bind_key.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_bind_key_if_unbound.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_bind_keyseq.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_bind_keyseq_if_unbound.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_call_function.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_completion_mode.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_copy_keymap.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_discard_keymap.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_filename_list.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_generic_bind.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_invoking_keyseqs.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_macro_bind.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_message.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_set_key.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_set_keymap.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_tty_set_default_bindings.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/rl_tty_unset_default_bindings.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/shadow_redisplay.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/unbind_command.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/unbind_function.al
${P5ARCH}/auto/Term/ReadLine/Gnu/XS/unbind_key.al
@man man/man1/perlsh.1
@man man/man3p/Term::ReadLine::Gnu.3p