Subject: CVS commit: pkgsrc/misc/rlwrap
From: Leonardo Taccari
Date: 2021-01-20 19:31:22
Message id: 20210120183122.A9446FA9D@cvs.NetBSD.org

Log Message:
rlwrap: Update to version 0.44

pkgsrc changes:
- Remove patch-configure.ac, now also applied upstream

Changes:
0.44
----
- rlwrap doesn't (yet) work with bracketed-paste. As this is
  enabled by default from readline-8.1 onwards, rlwrap disables
  it, even if specified in .inputrc. A multi-line paste will
  therefore (still) behave as multiple 1-line pastes
- rlwrap is now aware of multi-byte characters and correctly
  handles prompts (or things that look like prompts, e.g.
  progress indicators) that contain them, according to your
  locale.
- rlwrap filters can now also filter signals (see
  RlwrapFilter(3pm)), changing them, or providing extra input to
  the rlwrapped command.
- Key *sequences* can now be bound to rlwrap-direct-keypress
  (using a new readline command rlwrap-direct-prefix) (contributed
  by Yuri d'Elia)
- configure will correctly identify whether --mirror-arguments
  will work, even on 1-processor systems
- the handle_hotkey filter has a handler definition that enables
  fuzzy history search using fzf
- binding accept-line to a key would make that key mess up the
  display
- The debug log is more readable (e.g. by marking debug lines
  with "parent", "child" or "filter")

Files:
RevisionActionfile
1.25modifypkgsrc/misc/rlwrap/Makefile
1.5modifypkgsrc/misc/rlwrap/PLIST
1.9modifypkgsrc/misc/rlwrap/distinfo
1.2removepkgsrc/misc/rlwrap/patches/patch-configure.ac