[Lunar-commits] <moonbase> ncursesw: Removing as this is now handled by ncurses.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Apr 30 19:22:04 CEST 2011
commit 8ba68d4aa3b2eb4a6604d9ce7fe8cf217665ca5a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Apr 30 13:22:04 2011 -0400
ncursesw: Removing as this is now handled by ncurses.
---
libs/ncursesw/BUILD | 47 -----------------------------------------------
libs/ncursesw/CONFIGURE | 2 --
libs/ncursesw/DEPENDS | 1 -
libs/ncursesw/DETAILS | 26 --------------------------
4 files changed, 0 insertions(+), 76 deletions(-)
diff --git a/libs/ncursesw/BUILD b/libs/ncursesw/BUILD
deleted file mode 100644
index 94c027f..0000000
--- a/libs/ncursesw/BUILD
+++ /dev/null
@@ -1,47 +0,0 @@
-(
-
- if $(in_depends ncurses gpm); then
- OPTS+=" --with-gpm"
- else
- OPTS+=" --without-gpm"
- fi
- if [ $WITH_DEBUG == "y" ]; then
- OPTS+=" --with-debug"
- else
- OPTS+=" --without-debug"
- fi;
-
- if [ $WITH_PROFILING == "y" ]; then
- OPTS+=" --with-profile"
- else
- OPTS+=" --without-profile"
- fi;
-
-# ************************ WARNING *************************
-# DO NOT MESS WITH THE CONFIGURE STUFF here unless you
-# really know what you're doing! We chose the lib location
-# specifically so we could link ncurses to bash which is
-# needed at init time! If you move it you could break your
-# system!
-unset CC CXX
-
-set -x
- ./configure --build=$BUILD \
- --prefix=/usr \
- --libdir=/lib \
- --with-normal \
- --with-shared \
- --mandir=/usr/share/man \
- --with-manpage-format=gzip \
- --disable-termcap \
- --enable-colorfgbg \
- --with-terminfo-dirs=/usr/share/terminfo \
- --enable-widec \
- $OPTS &&
-set +x &&
- make &&
- prepare_install &&
- cp -dR lib/*w.so* /lib/ &&
- ldconfig
-
-) > $C_FIFO 2>&1
diff --git a/libs/ncursesw/CONFIGURE b/libs/ncursesw/CONFIGURE
deleted file mode 100644
index 42b044b..0000000
--- a/libs/ncursesw/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-mquery WITH_DEBUG "Do you want to install debug libraries ?" n
-mquery WITH_PROFILING "Do you want to install profiling libraries ?" n
diff --git a/libs/ncursesw/DEPENDS b/libs/ncursesw/DEPENDS
deleted file mode 100644
index 5764a9c..0000000
--- a/libs/ncursesw/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends ncurses
diff --git a/libs/ncursesw/DETAILS b/libs/ncursesw/DETAILS
deleted file mode 100644
index 641d081..0000000
--- a/libs/ncursesw/DETAILS
+++ /dev/null
@@ -1,26 +0,0 @@
- MODULE=ncursesw
- MOD=ncurses
- VERSION=5.9
- SOURCE=$MOD-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
- SOURCE_URL[0]=$GNU_URL/$MOD/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MOD
- SOURCE_VFY=sha1:3e042e5f2c7223bffdaac9646a533b8c758b65b5
- WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
- ENTERED=20070125
- UPDATED=20110406
- 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 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.
-It should port easily to any ANSI/POSIX-conforming UNIX-like system.
-The distribution includes the library and support utilities, including a
-terminfo compiler tic, a decompiler infocmp, clear, tput, tset, and a
-termcap conversion tool captoinfo.
-EOF
More information about the Lunar-commits
mailing list