1GNU NCURSES 5.9
2===============
3
4Original source can be downloaded from:
5http://ftp.gnu.org/pub/gnu/ncurses
6
7file = ncurses-5.9.tar.gz
8date = 5 April 2011
9size = 2826473
10sha1 = 3e042e5f2c7223bffdaac9646a533b8c758b65b5
11
12A list of files and directories removed is in README.DELETED
13
14The .h files copied into base where created using configure opts:
15	--enable-widec
16	--enable-const
17	--with-sysmouse
18	--enable-termcap
19	--enable-bsdpad
20	--enable-getcap
21	--with-default-terminfo-dir=/usr/share/terminfo
22	--with-terminfo-dirs=/usr/share/terminfo
23
24The following files have been modified:
25	ncurses/tinfo/comp_scan.c
26