./devel/p5-Term-ReadLine-Gnu, Perl extension for the GNU Readline/History Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.45nb1, Package name: p5-Term-ReadLine-Gnu-1.45nb1, Maintainer: pkgsrc-users

This is an implementation of Term::ReadLine using the GNU
Readline/History Library.


Master sites: (Expand)

Filesize: 200.963 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-06-30 15:40:25 by Wen Heping | Files touched by this commit (2) | Package updated
Log message:
Update to 1.45

Upstream changes:
1.45  2022-11-27
        - add support MSWin32
            - require the GNU Readline Library 8.1 or later
            - use xfree in the GNU Readline Library
            - INSTALL.md: add section "MSWin32 (Strawberry Perl)"
        - Makefile.PL
            - On macOS Big Sur or later 'perl Makefile.PL' does not warn any
              more without using ExtUtils::MakeMaker 7.58 or later.
        - ppport.h: update from version 3.62 to version 3.68.
            - suppress warning messages, Wcompound-token-split-by-macro,
              generated by clang 12 or later
            - https://github.com/Perl/perl5/issues/18780
        - expand tabs, trim trailing white-spaces

1.44  2022-11-06
        - change the TERM check as bash does (#11)
            - Use `Term::ReadLine::Stub` if the environment variable `TERM` is
              set to `"emacs"` or the environment variable \ 
`INSIDE_EMACS` or
              `EMACS` is defined.

1.43  2022-09-27
        - readline-8.2 support
            new functions
                rl_trim_arg_from_keyseq
                rl_set_timeout
                rl_clear_timeout
                rl_timeout_remaining
            new variables
                rl_eof_found
                rl_timeout_event_hook
            new state values for rl_readline_state
                RL_STATE_TIMEOUT
                RL_STATE_EOF
        - t/00checkver.t: check if $TERM is set properly [#11]
        - Makefile.PL
            - warn if $TERM is not set properly [#11]
            - fix for MSYS2: take care of `\r\n` in the output of rlmalloc
            - guess_malloc_names(): simplify the control structure
        - INSTALL: add a section for "MSYS2"
        - Gnu.xs: no more non-ANSI C compiler support (remove PARAM macros)
        - Gnu.pm, Gnu.xs, Gnu/XS.pm: expand tabs
        - README.md, INSTALL.md: changed to Markdown
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-07-04 11:00:15 by Wen Heping | Files touched by this commit (2) | Package updated
Log message:
Update to 1.42

Upstream changes:
1.42  2021-05-07
        - Makefile.PL: force rlver to link with a terminal library
            - fix compile error on some of Cygwin environments and others. [#7]
        - ppport.h: update from version 3.52 to version 3.62.
            - fix compile errors on PERL_VERSION_LT() in Gnu.c generated by some
              versions of ExtUtils::MakeMaker. [#8]

1.41  2021-05-01
        - Makefile.PL
            - Search a terminal library only when it necessary. [#6]
            - whole refactoring
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2021-04-26 17:05:29 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Term-ReadLine-Gnu: update to 1.40.

1.40  2021-02-23
        - Migrate the repository and the bug tracker to GitHub

1.39  2021-02-22
        - Makefile.PL
            - some more fix for Homebrew on macOS [rt.cpan.org #133846]

1.38  2021-02-22
        - Makefile.PL
            - run 'brew --prefix ncurses' internally to detect ncurses installed
              by Homebrew on macOS [rt.cpan.org #133846]
            - utilize ExtUtils::Liblist::ext() [rt.cpan.org #134408]
              On macOS Big Sur or later 'perl Makefile.PL' may warn as
                "Could not find neither libtermcap, libtinfo, libncurses, \ 
or libcurses."
              You should be able to ignore this warning if you have Xcode \ 
installed. See
                https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/381
              for details. To suppress this message, use ExtUtils::MakeMaker \ 
7.58 or later.
            - can specify multiple directories on --prefix, --libdir, and
              --includedir options by separating them with colons
        - INSTALL
            - update for changes above and so on.

1.37  2020-12-27
	- readline-8.1 support
	    new function
		rl_activate_mark
		rl_deactivate_mark
		rl_keep_mark_active
		rl_mark_active_p
	    use native operate_and_get_next on GNU ReadLine 8.1 and later.
	- Gnu.xs: warns if attempted completion function returns undef in pos 0.
	  [rt.cpan.org #132384]
	- ppport.h: update from version 3.31 to version 3.52.
	- fixes to be more CPAN Testers friendly
	  - Makefile.PL exits 0 when $TERM is not set properly. [rt.cpan.org #128806]
        - update URLs of the GNU Readline Library manual website. [rt.cpan.org \ 
#131362]
        - update URLs of soundgrab.