OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Aug-2004 09:05:08
Branch: HEAD Handle: 2004082908050700
Modified files:
openpkg-src/ncurses ncurses.spec
Log:
upgrading package: ncurses 5.4.20040821 -> 5.4.20040828
Summary:
Revision Changes Path
1.168 +15 -5 openpkg-src/ncurses/ncurses.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ncurses/ncurses.spec
============================================================================
$ cvs diff -u -r1.167 -r1.168 ncurses.spec
--- openpkg-src/ncurses/ncurses.spec 22 Aug 2004 06:29:52 -0000 1.167
+++ openpkg-src/ncurses/ncurses.spec 29 Aug 2004 07:05:07 -0000 1.168
@@ -53,8 +53,9 @@
%define V_patch26 20040807
%define V_patch27 20040814
%define V_patch28 20040821
-%define V_patchL %{V_patch28}
-%define V_patches 28
+%define V_patch29 20040828
+%define V_patchL %{V_patch29}
+%define V_patches 29
# package information
Name: ncurses
@@ -67,7 +68,7 @@
Group: Terminal
License: GPL
Version: %{V_base}.%{V_patchL}
-Release: 20040822
+Release: 20040829
# list of sources
Source0: ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
@@ -99,6 +100,7 @@
Patch26:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch26}.patch.gz
Patch27:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch27}.patch.gz
Patch28:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch28}.patch.gz
+Patch29:
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch29}.patch.gz
Patch100: ncurses.patch
# build information
@@ -110,8 +112,16 @@
AutoReqProv: no
%description
- NCurses is the GNU re-implementation of the popular Curses
- terminal screen handling library.
+ NCurses is the GNU re-implementation of the popular SVR4 Curses
+ terminal screen handling library. Its API is base-level conformant
+ with the X/OPEN curses specification XSI Curses. It uses the
+ Terminfo database format, supports pads and color and multiple
+ highlights and forms characters and function-key mapping, and has
+ all the other SVR4-Curses enhancements over original BSD Curses.
+ Additionally, it provides full emulations of the SVR4 panels
+ (supporting a stack of windows), forms (supporting data collection
+ through on-screen forms) and menu (supporting a uniform interface
+ for menu programming) companion libraries.
%track
prog ncurses = {
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]