wok rev 25282
updated rlwrap (0.43 -> 0.45.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 18 15:29:34 2022 +0100 (2022-07-18) |
parents | 7010999005b0 |
children | b072c211925b |
files | rlwrap/description.txt rlwrap/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rlwrap/description.txt Mon Jul 18 15:29:34 2022 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +Rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline 1.5 +library to allow the editing of keyboard input for any command. 1.6 + 1.7 +I couldn't find anything like it when I needed it, so I wrote this one back 1.8 +in 1999. By now, there are (and, in hindsight, even then there were) a number 1.9 +of good readline wrappers around, like rlfe, distributed as part of the GNU 1.10 +readline library, and the amazing socat. 1.11 + 1.12 +You should consider using rlwrap especially when you need user-defined 1.13 +completion (by way of completion word lists) and persistent history, or if 1.14 +you want to program 'special effects' using the filter mechanism.
2.1 --- a/rlwrap/receipt Mon Jul 18 15:22:44 2022 +0100 2.2 +++ b/rlwrap/receipt Mon Jul 18 15:29:34 2022 +0100 2.3 @@ -1,15 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="rlwrap" 2.7 -VERSION="0.43" 2.8 +VERSION="0.45.2" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Input history wrapper using GNU readline." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 -WEB_SITE="https://github.com/hanslub42/rlwrap" 2.14 +WEB_SITE="https://github.com/hanslub42/rlwrap/" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 -WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL" 2.18 +WGET_URL="${WEB_SITE}archive/v$VERSION/$TARBALL" 2.19 2.20 BUILD_DEPENDS="automake ncurses-dev readline-dev" 2.21 2.22 @@ -31,7 +31,7 @@ 2.23 --localstatedir=/var \ 2.24 $CONFIGURE_ARGS && 2.25 make && 2.26 - make DESTDIR=$DESTDIR install 2.27 + make install DESTDIR=$DESTDIR 2.28 } 2.29 2.30 # Rules to gen a SliTaz package suitable for Tazpkg.