ncurses: Move utilities to the ncurses packageMFC after: 3 daysReviewed by: manu, kevansSponsored by: https://www.patreon.com/bsdivyDifferential Revision: https://reviews.freebsd.org/D53163
Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
ncurses: vendor import version 6.5
ncurses: chase dependency changes in the source treeDifferential Revision: https://reviews.freebsd.org/D32098
ncurses: Add support for terminfo databaseAlong with the termcap database, ncurses will now lookup for theterminfo database, note that the terminfo database is being lookedup first and then it fa
ncurses: Add support for terminfo databaseAlong with the termcap database, ncurses will now lookup for theterminfo database, note that the terminfo database is being lookedup first and then it fallsback on the termcap one.While here drop our custom reader for the termcap database, over thetime it is needed maintenance to be able to catchup with changes on ncursesside.Install the ncurses tools which are needed to deal with the terminfodatabase: tic, infocmp, toeReplace our termcap only aware tools with the ncurses counterpart:tput, tabs, tset, clear and resetIn particular they can your the extra capabilities described in theterminfo database, which does not exist in termcapNote that to add a new terminfo information to the database from portsthe ports will just need to add their extra information into:/usr/local/share/site-terminfo/<firstletteroftheterm>/<term>Tested by: jbeich, manu
show more ...