aboutsummaryrefslogtreecommitdiffstats
path: root/main/ncurses
Commit message (Collapse)AuthorAgeFilesLines
* main/ncurses: upgrade to 6.2_p20200425Leo2020-04-261-2/+2
|
* main/ncurses: upgrade to 6.2_p20200418Milan P. Stanić2020-04-191-2/+2
|
* main/ncurses: upgrade to 6.2_p20200411Milan P. Stanić2020-04-121-2/+2
|
* main/ncurses: upgrade to 6.2_p20200404Leo2020-04-051-2/+2
|
* main/ncurses: upgrade to 6.2_p20200328Milan P. Stanić2020-03-291-2/+2
|
* main/ncurses: upgrade to 6.2_p20200321Milan P. Stanić2020-03-271-2/+2
|
* main/ncurses: upgrade to 6.2_p20200314Milan P. Stanić2020-03-271-32/+11
| | | | | remove amove from moving terminfo files and add some often used terminal description files to ncurses-terminfo-base subpackage
* main/ncurses: upgrade to 6.2_p20200308Leo2020-03-091-3/+3
|
* main/ncurses: upgrade to 6.2_p20200301Milan P. Stanić2020-03-031-2/+2
| | | | upstream bugfix release
* main/ncurses: upgrade to 6.2_p20200229Leo2020-03-021-2/+2
|
* main/ncurses: upgrade to 6.2_p20200222Leo2020-02-271-3/+3
|
* main/ncurses: move screen-256color to ncurses-terminfo-baseLeo2020-02-261-1/+2
|
* main/ncurses: re-arrange terminfo contentsLeo2020-02-261-7/+33
| | | | | | | | | | | | | | This re-arranges the contents of ncurses-terminfo-base so it contains all the terminfo entries for commonly used TERMs like xterm256-color. It also includes all terminfo entries for terminals we package like alacritty, gnome-terminal, konsole, kitty, st, etc. And a few others like putty, tmux and vte. The ncurses-terminfo-base packaged increased from 94.21 kB to 126.98 kB, a quite small increase when considering that now it is in the majority of cases the only package one has to install instead of having to rely on the massive ncurses-terminfo package.
* main/ncurses: fix automatic dependency due to symlinksLeo2020-02-251-9/+7
| | | | | | | | | | | | | | | | | | The -libs subpackage depended on ncurses-terminfo when it shouldn't because when moving $pkgdir/usr/lib also moved /usr/lib/terminfo which is a symlink to /usr/share/terminfo which is part of ncurses-terminfo and thus a dependency would be automatically added by the prepare_symlink() function from APKBUILD. So make the libs() function grab only actual libraries by matching /usr/lib/*.so.* (this does not match libraries meant for -dev which would be *.so) so /usr/lib/terminfo isn't caught up. Also make the terminfo() function move /usr/lib/terminfo to it. In the meantime also do other cleanup like removing unnecessary 'cd "$builddir"' declarations and make libs() depend on the same $pkgver-r$pkgrel of the ncurses-terminfo-base.
* main/ncurses: upgrade to 6.1_p20200118Milan P. Stanić2020-01-191-2/+2
|
* main/ncurses: upgrade to 6.1_p20200111Milan P. Stanić2020-01-131-2/+2
| | | | Closes !3011
* main/ncurses: upgrade to 6.1_p20200104Milan P. Stanić2020-01-051-2/+2
|
* main/ncurses: upgrade to 6.1_p20191228Milan P. Stanić2020-01-041-2/+2
|
* main/ncurses: upgrade to 6.1_p20191221Milan P. Stanić2019-12-231-2/+2
|
* main/ncurses: upgrade to 6.1_p20191130Milan P. Stanić2019-12-011-2/+2
|
* main/ncurses: upgrade to 6.1_p20191123Milan P. Stanić2019-11-261-2/+2
|
* main/ncurses: upgrade to 6.1_p20191116Milan P. Stanić2019-11-181-3/+3
| | | | fix CI lint warnings about unquoted variables
* main/ncurses: upgrade to 6.1_p20191019Milan P. Stanić2019-10-231-2/+2
| | | | | upstream bugfixes and improvements release Closes !562
* main/ncurses: upgrade to 6.1_p20191012Milan P. Stanić2019-10-201-3/+3
| | | | | | | upstream bugfix release change url to https://invisible-island.net/ncurses/ because this is development site and up to date with informations about ncurses Closes !457
* main/ncurses: upgrade to 6.1_p20191005Milan P. Stanić2019-10-071-2/+2
| | | | | upstream improvement release Closes !293
* main/ncurses: upgrade to 6.1_p20190914Milan P. Stanić2019-09-251-2/+2
| | | | | upstream './configure' bugfix release Closes !58
* main/ncurses: upgrade to 6.1_p20190831Leo2019-09-061-5/+5
|
* main/ncurses: upgrade to 6.1-20190817Colin Williams (coliwill)2019-08-231-2/+2
|
* main/ncurses: upgrade to 6.1-20190518Milan P. Stanić2019-05-281-2/+2
| | | | upstream release have some fixes and corrections
* main/ncurses: Update to 6.1_p20190420Michael Davies2019-04-261-2/+2
| | | | Previous version 404s upstream
* main/ncurses: upgrade to 6.1_p20190105Natanael Copa2019-01-081-3/+3
|
* main/ncurses: add /lib/terminfo to terminfo dirsNatanael Copa2018-09-031-2/+2
| | | | | | | This is so statically compiled binaries works on distros where terminfo is installed in /lib/terminfo (like ubuntu) ref #9363
* main/ncurses: upgrade to 6.1_p20180818Natanael Copa2018-08-201-5/+7
|
* main/ncurses: upgrade to 6.1TBK2018-06-121-8/+6
|
* main/curses: use abuild strip onlyDaniel Sabogal2018-02-271-1/+2
| | | | | | | | Fails to cross-compile: strip: Unable to recognise the format of the input file `[...]/aports/main/ncurses/pkg/ncurses/usr/bin/tic' install: strip: No such file or directory make[1]: *** [Makefile:201: install.progs] Error 1
* main/nettle: modernise, add test suiteA. Wilcox2018-02-121-9/+11
|
* main/ncurses: security upgrade to 6.0-20171125 (CVE-2017-16879)Leonardo Arena2018-01-231-3/+5
| | | | Fixes #8391
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/ncurses: upgrade to 6.0_p20170930Natanael Copa2017-10-031-3/+3
|
* main/ncurses: use http mirrorKaarle Ritvanen2017-08-241-2/+2
|
* main/ncurses: security upgrade to 6.0_p20170701 (CVE-2017-10684)Natanael Copa2017-07-191-8/+10
|
* main/[various]: set -e build fixNatanael Copa2017-03-201-1/+1
|
* main/ncurses: support cross buildingTimo Teräs2016-07-131-12/+4
|
* main/ncurses: compat provides of ncurses-widec-libsTimo Teräs2015-12-221-1/+3
|
* main/ncurses: move libcurses.so symlink to -dev packageNatanael Copa2015-12-181-2/+2
| | | | this fixes so ncurses-dev does not get pulled in as a dep.
* main/ncurses: link curses -> ncursesNatanael Copa2015-12-181-1/+5
|
* main/ncurses: add wrappers for non-widec libsNatanael Copa2015-12-171-1/+10
| | | | | some programs wants to link against -lncurses. We provide wrappers to force link against the widechar library instead.
* main/ncurses: rebuild against ncurses wide charNatanael Copa2015-12-171-2/+8
|
* main/ncurses: only build widechar libsNatanael Copa2015-12-171-38/+16
| | | | | | the non-widechar headers are broken so packages gets corrupt. We only support the widechars now.
* main/ncurses: add dbg subpkg for libsCarlo Landmeter2015-11-181-2/+3
|