./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.46nb1, Package name: p5-Term-ReadLine-Gnu-1.46nb1, Maintainer: pkgsrc-users

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


Master sites: (Expand)

Filesize: 200.094 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   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