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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 5.7nb1, Package name: ncursesw-5.7nb1, 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:
[devel/libtool-base]

Master sites: (Expand)

SHA1: 8233ee56ed84ae05421e4e6d6db6c1fe72ee6797
RMD160: a19ca026d32255f5a4d22eb006d65182041e0234
Filesize: 2387.746 KB

Version history: (Expand)


CVS history: (Expand)


   2009-01-19 11:52:27 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #2641 - requested by dholland
ncursesw: fix bulk build problems under Linux

Revisions pulled up:
- devel/ncursesw/builtin.mk	1.8
---
Module Name:	pkgsrc
Committed By:	dholland
Date:		Sun Jan 18 06:56:35 UTC 2009

Modified Files:
	pkgsrc/devel/ncursesw: builtin.mk

Log message:
Fix typo: H_NCURSES -> H_NCURSESW. Fixes PR 38665.

>From http://mail-index.netbsd.org/tech-pkg/2008/10/15/msg001835.html,
and also reinvented recently by Sergey Svishchev.