NOTICE: This package has been removed from pkgsrc

./devel/ncursesw, Wide character CRT screen handling and optimization package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 6.4nb1, Package name: ncursesw-6.4nb1, Maintainer: pkgsrc-users

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 characters
and function-key mapping, and has all the other SYSV-curses
enhancements over BSD curses.

This package contains the wide character support libraries.


Required to run:
[devel/ncurses]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 3527.921 KB

Version history: (Expand)


CVS history: (Expand)


   2024-05-06 10:31:15 by Jonathan Perkin | Files touched by this commit (5) | Package removed
Log message: ncursesw: Remove package. This has been merged into the main ncurses package as of 6.5. 
   2024-05-04 23:46:11 by Tobias Nygren | Files touched by this commit (1)
Log message: ncursesw: fix do-install issues and bump 1: When installing libraries, must use INSTALL_LIB, not INSTALL_PROGRAM. Otherwise symbols get lost. 2: ${RUN} must not be used inside a shell for loop. Not only does it not run the command because it will try to run the shell command "@", but masks errors because "set -e" did not happen. 
   2024-01-13 21:07:34 by Taylor R Campbell | Files touched by this commit (24)
Log message: */builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks. These are questions about the target system, whose files at build-time are all relative to ${_CROSS_DESTDIR} if it is defined, i.e., if USE_CROSS_COMPILE is set to yes. No change to native builds because ${_CROSS_DESTDIR:U} is empty in them. (Possible minor change by adding :Q to ${H_FOO} in command lines, but if this makes a difference it likely fixes problems.) 
   2023-01-19 13:09:41 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message: ncursesw: update to 6.4, following ncurses. 
   2022-10-25 20:00:36 by Niclas Rosenvik | Files touched by this commit (2)
Log message: ncursesw: install missing includes chat/mcabber breaks when building with ncursesw since ncursesw/panel.h is missing. Might fix other packages too. Bump PKGREVISION due to PLIST change. 
   2021-11-16 16:20:38 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message: ncursesw: update to 6.3. Same as ncurses. 
   2020-03-04 15:04:51 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message: ncursesw: update to 6.2. Changes: see ncurses. 
   2020-01-11 02:39:19 by Kimmo Suominen | Files touched by this commit (9)
Log message: Add patches to address CVE-2018-19211, CVE-2019-17594, and CVE-2019-17595.