Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0aa3649302ac2d1da9b55ef09ee35de27d320a5f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0aa3649302ac2d1da9b55ef09ee35de27d320a5f)
  • Date: Mon, 3 Nov 2008 04:45:38 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
libs/ncurses/BUILD | 5 ----
libs/ncurses/CONFLICTS | 1
libs/ncurses/DETAILS | 33
++++++++++++++---------------
libs/ncurses/HISTORY | 8 ++++++-
libs/ncurses/INSTALL | 4 ---
libs/ncurses/PRE_BUILD | 14 ++----------
libs/ncurses/PROVIDES | 1
libs/ncurses/ncurses-5.6-20080621.patch.gz | 0
libs/ncurses/ncurses-5.6-20080628.patch.gz | 0
libs/ncurses/ncurses-5.6-20080705.patch.gz | 0
libs/ncurses/ncurses-5.6-20080712.patch.gz | 0
libs/ncurses/ncurses-5.6-20080713.patch.gz | 0
13 files changed, 28 insertions(+), 38 deletions(-)

New commits:
commit 0aa3649302ac2d1da9b55ef09ee35de27d320a5f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ncurses: => 5.7

diff --git a/libs/ncurses/BUILD b/libs/ncurses/BUILD
index 4fb120e..c3d5e9c 100755
--- a/libs/ncurses/BUILD
+++ b/libs/ncurses/BUILD
@@ -1,8 +1,7 @@
OPTS="$OPTS --build=${BUILD}"
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"

-if [ "$UTF8" == "y" ]
-then
+if [[ $UTF8 == y ]]; then
OPTS="$OPTS --enable-widec"
fi &&
OPTS="$OPTS --with-shared --libdir=${TRACK_ROOT}/lib" &&
@@ -14,5 +13,3 @@ make_single &&
--infodir=${TRACK_ROOT}/usr/share/info \
$OPTS &&
make DESTDIR=$INSTALL_ROOT
-
-
diff --git a/libs/ncurses/CONFLICTS b/libs/ncurses/CONFLICTS
index ad93e22..dbbc914 100755
--- a/libs/ncurses/CONFLICTS
+++ b/libs/ncurses/CONFLICTS
@@ -1,2 +1 @@
conflicts termcap y
-
diff --git a/libs/ncurses/DETAILS b/libs/ncurses/DETAILS
index 009b88e..b50b106 100755
--- a/libs/ncurses/DETAILS
+++ b/libs/ncurses/DETAILS
@@ -1,28 +1,27 @@
SPELL=ncurses
- VERSION=5.6
- PATCHLEVEL=1
+ VERSION=5.7
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=${SOURCE}.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://invisible-island.net/ncurses/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
SOURCE2_IGNORE=signature
- SOURCE_GPG="dickey.gpg:${SOURCE}.sig"
- WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
+ SOURCE_GPG=dickey.gpg:$SOURCE.sig
+ WEB_SITE=http://www.gnu.org/software/ncurses/
ENTERED=20010922
LICENSE[0]=MIT
STAGED_INSTALL=off
KEYWORDS="libs"
- SHORT="Displays and updates text on text-only terminals"
+ SHORT="free software emulation of curses in System V Release 4.0"
cat << EOF
-ncurses - Displays and updates text on text-only terminals.
-The ncurses (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.
+ncurses - Displays and updates text on text-only terminals. The ncurses (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
diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index 590a038..7fa9bbc 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,3 +1,10 @@
+2008-11-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.7; quoting paths; added 2nd url for sig;
+ fixed descs; cleaned up
+ * PRE_BUILD: removed patch-applying
+ * BUILD, INSTALL: added some more bashism
+ * ncurses-5.6-20080{621,628,705,712,713}.patch.gz: removed
+
2008-07-28 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* ncurses-5.6-20080621.patch.gz: replaces the sh script
* PRE_BUILD: removed the sh script use the patch directly
@@ -157,4 +164,3 @@
2002-04-04 Chris Brien <christopher_brien AT hotmail.com>
* BUILD: Added two lines to sedit out a typecast which causes
a compile error.
-
diff --git a/libs/ncurses/INSTALL b/libs/ncurses/INSTALL
index 993cb16..db90f0d 100755
--- a/libs/ncurses/INSTALL
+++ b/libs/ncurses/INSTALL
@@ -63,9 +63,7 @@ sedit 's/cd ncurses /# cd ncurses /' Makefile &&
# really install it -- all the libs should be in place
make install DESTDIR="$INSTALL_ROOT" &&

-if [ "$UTF8" == "y" ]
-then
-
+if [[ $UTF8 == y ]]; then
# links from non-utf-8 ncurses extras to utf-8 ncurses extras
for i in libformw libmenuw libncursesw libpanelw libcursesw
do
diff --git a/libs/ncurses/PRE_BUILD b/libs/ncurses/PRE_BUILD
index c1065ab..fcd278e 100755
--- a/libs/ncurses/PRE_BUILD
+++ b/libs/ncurses/PRE_BUILD
@@ -1,14 +1,6 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-rm -rf tack &&
-rm -f Ada95/src/terminal_interface-curses.adb &&
-rm -f mkinstalldirs &&
-zcat $SPELL_DIRECTORY/ncurses-5.6-20080621.patch.gz | patch -p1 &&
-zcat $SPELL_DIRECTORY/ncurses-5.6-20080628.patch.gz | patch -p1 &&
-zcat $SPELL_DIRECTORY/ncurses-5.6-20080705.patch.gz | patch -p1 &&
-zcat $SPELL_DIRECTORY/ncurses-5.6-20080712.patch.gz | patch -p1 &&
-zcat $SPELL_DIRECTORY/ncurses-5.6-20080713.patch.gz | patch -p1 &&
+cd "$SOURCE_DIRECTORY" &&

# don't nuke the terminfo database #13731
-sed -i '/rm -rf $(DESTDIR)$(ticdir)/d' $SOURCE_DIRECTORY/misc/Makefile.in &&
-sed -i '/rm -fr ?/d' $SOURCE_DIRECTORY/misc/run_tic.in
+sed -i '/rm -rf $(DESTDIR)$(ticdir)/d' "$SOURCE_DIRECTORY/misc/Makefile.in"
&&
+sed -i '/rm -fr ?/d' "$SOURCE_DIRECTORY/misc/run_tic.in"
diff --git a/libs/ncurses/PROVIDES b/libs/ncurses/PROVIDES
index 03de27e..5fd2c0e 100755
--- a/libs/ncurses/PROVIDES
+++ b/libs/ncurses/PROVIDES
@@ -1,2 +1 @@
TERMCAP
-
diff --git a/libs/ncurses/ncurses-5.6-20080621.patch.gz
b/libs/ncurses/ncurses-5.6-20080621.patch.gz
deleted file mode 100644
index ec58450..0000000
Binary files a/libs/ncurses/ncurses-5.6-20080621.patch.gz and /dev/null differ
diff --git a/libs/ncurses/ncurses-5.6-20080628.patch.gz
b/libs/ncurses/ncurses-5.6-20080628.patch.gz
deleted file mode 100644
index 67386fd..0000000
Binary files a/libs/ncurses/ncurses-5.6-20080628.patch.gz and /dev/null differ
diff --git a/libs/ncurses/ncurses-5.6-20080705.patch.gz
b/libs/ncurses/ncurses-5.6-20080705.patch.gz
deleted file mode 100644
index ba17a41..0000000
Binary files a/libs/ncurses/ncurses-5.6-20080705.patch.gz and /dev/null differ
diff --git a/libs/ncurses/ncurses-5.6-20080712.patch.gz
b/libs/ncurses/ncurses-5.6-20080712.patch.gz
deleted file mode 100644
index 9d80642..0000000
Binary files a/libs/ncurses/ncurses-5.6-20080712.patch.gz and /dev/null differ
diff --git a/libs/ncurses/ncurses-5.6-20080713.patch.gz
b/libs/ncurses/ncurses-5.6-20080713.patch.gz
deleted file mode 100644
index 26f4918..0000000
Binary files a/libs/ncurses/ncurses-5.6-20080713.patch.gz and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0aa3649302ac2d1da9b55ef09ee35de27d320a5f), Vlad Glagolev, 11/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page