[Lunar-commits] <moonbase> ncursesw: version bumped to 5.7.
Florin Braescu
florin at lunar-linux.org
Sat Apr 10 23:10:24 CEST 2010
commit f8a8a8fdfd59a784ca9254326c2d20dbc4bc087e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Apr 11 00:10:24 2010 +0300
ncursesw: version bumped to 5.7.
Sync it with ncurses. Tanks to v4hn for observation.
---
libs/ncursesw/BUILD | 10 ++++------
libs/ncursesw/DETAILS | 14 +++++---------
2 files changed, 9 insertions(+), 15 deletions(-)
diff --git a/libs/ncursesw/BUILD b/libs/ncursesw/BUILD
index 70ffb70..76b6374 100644
--- a/libs/ncursesw/BUILD
+++ b/libs/ncursesw/BUILD
@@ -1,7 +1,5 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
if $(in_depends ncurses gpm); then
OPTS+=" --with-gpm"
else
@@ -40,10 +38,10 @@ set -x
--with-terminfo-dirs=/usr/share/terminfo \
--enable-widec \
$OPTS &&
-set +x &&
- make &&
- prepare_install &&
- cp -a lib/*w.so* /lib/ &&
+set +x &&
+ make &&
+ prepare_install &&
+ cp -a lib/*w.so* /lib/ &&
ldconfig
) > $C_FIFO 2>&1
diff --git a/libs/ncursesw/DETAILS b/libs/ncursesw/DETAILS
index 19e118d..fe39783 100644
--- a/libs/ncursesw/DETAILS
+++ b/libs/ncursesw/DETAILS
@@ -1,25 +1,21 @@
MODULE=ncursesw
MOD=ncurses
- VERSION=5.6
+ VERSION=5.7
SOURCE=$MOD-$VERSION.tar.gz
- SOURCE2=$MOD-$VERSION-coverity_fixes-1.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
SOURCE_URL[0]=$GNU_URL/$MOD/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MOD/
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:4d54d8ad0b90fffa2780a0a45edb6fcb027ef18d
- SOURCE2_VFY=sha1:c743e364b57bb9cc428c92c829182b3f54d93f29
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MOD
+ SOURCE_VFY=sha1:8233ee56ed84ae05421e4e6d6db6c1fe72ee6797
WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
ENTERED=20070125
- UPDATED=20070807
+ UPDATED=20100410
SHORT="Displays and updates text on text-only terminals"
PSAFE=no
cat << EOF
NOTE: These are multibyte-enabled versions of the ncurses libs.
-
ncurses - Displays and updates text on text-only terminals.
-The ncurses (new curses) library is a free software emulation of curses
+The ncursesw (new curses) library is a free software emulation of curses
in System V Release 4.0 and more. It uses terminfo format, supports pads
and color and multiple highlights and forms chracters and function-key
mapping, and has all the other SYSV-curses enhancements over BSD curses.
More information about the Lunar-commits
mailing list