libraries/libedit: Updated for version 20191231_3.1.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2020-06-05 11:25:13 +01:00 committed by Willy Sudiarto Raharjo
parent e5f01a9402
commit c9fae22b87
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 21 additions and 20 deletions

View file

@ -1,11 +1,12 @@
This is an autotool- and libtoolized port of the NetBSD Editline
library (libedit). This Berkeley-style licensed command line editor
library provides generic line editing, history, and tokenization
functions, similar to those found in GNU Readline.
This is an autotool- and libtoolized port of the NetBSD Editline library
(libedit). This Berkeley-style licensed command line editor library
provides generic line editing, history, and tokenization functions,
similar to those found in GNU Readline.
The slackbuild has a build time variable called LIBEDIT_WIDEC, which if set to
`yes', turns on the wide character support of the built libedit library.
Although the support is there, initial testing shows that it acts weird, and
displays Unicode byte sequences instead of the real typed-in characters. You
can experiment with it, but don't count on it until it is cleared up.
The default build option was and is disabled widechar support.
The slackbuild has a build time variable called LIBEDIT_WIDEC, which if
set to `yes', turns on the wide character support of the built libedit
library. Although the support is there, initial testing shows that it
acts weird, and displays Unicode byte sequences instead of the real
typed-in characters. You can experiment with it, but don't count on it
until it is cleared up. The default build option was and is disabled
widechar support.

View file

@ -3,7 +3,8 @@
# Slackware build script for libedit
# Copyright 2011 Mikko Värri, Finland
# Copyright 2013-2019 LEVAI Daniel <leva@ecentrum.hu>
# Copyright 2013-2019 LEVAI Daniel
# Copyright 2020 Donald Cooley, South Haven, Indiana, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libedit
VERSION=${VERSION:-20190324_3.1}
VERSION=${VERSION:-20191231_3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -86,7 +87,6 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--disable-static \
--build=$ARCH-slackware-linux \
"${LIBEDIT_WIDEC}"
make
make install-strip DESTDIR=$PKG

View file

@ -1,10 +1,10 @@
PRGNAM="libedit"
VERSION="20190324_3.1"
HOMEPAGE="http://www.thrysoee.dk/editline/"
DOWNLOAD="http://thrysoee.dk/editline/libedit-20190324-3.1.tar.gz"
MD5SUM="bec755c8044ad84b752dfe49a0b371d8"
VERSION="20191231_3.1"
HOMEPAGE="https://www.thrysoee.dk/editline/"
DOWNLOAD="https://thrysoee.dk/editline/libedit-20191231-3.1.tar.gz"
MD5SUM="2e22a51131de94ff2df24901f7cfe416"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="LEVAI Daniel"
EMAIL="leva@ecentrum.hu"
MAINTAINER="Donald Cooley"
EMAIL="chytraeu@sdf.org"

View file

@ -13,7 +13,7 @@ libedit: library (libedit). This Berkeley-style licensed command line editor
libedit: library provides generic line editing, history, and tokenization
libedit: functions, similar to those found in GNU Readline.
libedit:
libedit: Homepage: http://www.thrysoee.dk/editline/
libedit: Homepage: https://www.thrysoee.dk/editline/
libedit:
libedit:
libedit: