# HG changeset patch # User Hans-G?nter Theisgen # Date 1658154574 -3600 # Node ID bbf6b6368dbeb80868bc2453513d444b519f9364 # Parent 7010999005b08a057d45aa09d5c692008923a9b3 updated rlwrap (0.43 -> 0.45.2) diff -r 7010999005b0 -r bbf6b6368dbe rlwrap/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rlwrap/description.txt Mon Jul 18 15:29:34 2022 +0100 @@ -0,0 +1,11 @@ +Rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline +library to allow the editing of keyboard input for any command. + +I couldn't find anything like it when I needed it, so I wrote this one back +in 1999. By now, there are (and, in hindsight, even then there were) a number +of good readline wrappers around, like rlfe, distributed as part of the GNU +readline library, and the amazing socat. + +You should consider using rlwrap especially when you need user-defined +completion (by way of completion word lists) and persistent history, or if +you want to program 'special effects' using the filter mechanism. diff -r 7010999005b0 -r bbf6b6368dbe rlwrap/receipt --- a/rlwrap/receipt Mon Jul 18 15:22:44 2022 +0100 +++ b/rlwrap/receipt Mon Jul 18 15:29:34 2022 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="rlwrap" -VERSION="0.43" +VERSION="0.45.2" CATEGORY="misc" SHORT_DESC="Input history wrapper using GNU readline." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://github.com/hanslub42/rlwrap" +WEB_SITE="https://github.com/hanslub42/rlwrap/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" +WGET_URL="${WEB_SITE}archive/v$VERSION/$TARBALL" BUILD_DEPENDS="automake ncurses-dev readline-dev" @@ -31,7 +31,7 @@ --localstatedir=/var \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.