summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog: Release ncurses 6.2+20210109-1HEADncurses/6.2+20210109-1masterPatrick McDermott2021-01-101-1/+1
|
* Organize packages into sectionsPatrick McDermott2021-01-1028-28/+72
|
* copyright: UpdatePatrick McDermott2021-01-101-3/+6
| | | | | In upstream version 6.1+20200202, 2018 and 2019 were removed from FSF copyright notices.
* changelog: New upstream versionPatrick McDermott2021-01-101-0/+6
|
* changelog: Release ncurses 6.1+20190706-1ncurses/6.1+20190706-1Patrick McDermott2019-07-071-1/+1
|
* libncursesw.6: Update files patternsPatrick McDermott2019-07-071-3/+0
|
* changelog: Clarify that SIGSEGV happened with wchar ABI 6Patrick McDermott2019-07-071-1/+1
|
* libtic.5: Merge back into libtinfo.5Patrick McDermott2019-07-076-13/+5
| | | | | | | | This partially reverts commits 52db7df7 and 4a22091. I'd rather transition all dependent packages to libtinfo.6 and remove libtinfo.5 (and the other ABI-5 packages) altogether, now that the ABI-6 termattrs_sp() segmentation fault is fixed.
* libtinfo.6: Drop libtic.6 recommendationPatrick McDermott2019-07-071-1/+0
| | | | | No packages in ProteanOS other than ncurses-bin link against libtic.so.6.
* libncurses.6-dev: Depend on libtic.6Patrick McDermott2019-07-071-0/+1
|
* libform*.6, libmenu*.6, libpanel*.6: New packagesPatrick McDermott2019-07-0718-5/+71
|
* .*: Exclude from GitPatrick McDermott2019-07-071-5/+3
|
* changelog: Mention fixed SIGSEGVPatrick McDermott2019-07-071-1/+1
|
* build: Install files in libtic.* packagesPatrick McDermott2019-07-071-0/+2
|
* libncurses.*-dev: Improve files patternsPatrick McDermott2019-07-072-4/+6
| | | | | | Otherwise, paths like /usr/include/include/ and /usr/lib/*/pkgconfig/pkgconfig/ occur because of the multiple oh-installfiles runs.
* ncurses-dbg: Improve files patternsPatrick McDermott2019-07-071-1/+1
| | | | | | | | oh-installfiles tries to move each matching dirent. If the dirent is a directory and a directory by the same path already exists in the package, the mv utility returns an error, e.g.: mv: can't rename '/prokit/sessions/983770472/wd/tmp/dest-ncurses-legacy///usr/lib/debug': Directory not empty
* build: Install ncurses-bin, libncurses-doc, and terminfo filesPatrick McDermott2019-07-071-0/+3
|
* build: Fix OPK_PACKAGES quotingPatrick McDermott2019-07-071-8/+8
| | | | | "libncursesw.$(($(printf '%s\n' '6.1+20190706' | sed 's/[.].*//') - 1))" as a literal string is not a real package name.
* build: Move --without-progs to non-wide-char optsPatrick McDermott2019-07-071-1/+1
|
* libtic.5, libtic.6: Really add new binary packagesPatrick McDermott2019-07-074-0/+18
| | | | Should have been in commit 52db7df.
* changelog: New upstream versionPatrick McDermott2019-07-071-1/+2
|
* libtinfo.5, libtinfo.6: Add ver to terminfo-linux depPatrick McDermott2019-07-072-2/+4
|
* libncursesw.5-dev, libtinfo-dev: Add ver to libncurses.5-dev depPatrick McDermott2019-07-072-2/+4
|
* libncurses.5-dev, libncurses.6-dev: ConflictPatrick McDermott2019-07-073-0/+6
|
* libtic.5, libtic.6: New binary packagesPatrick McDermott2019-07-075-2/+4
|
* build: Install libinfo/libtic and progs from widec treesPatrick McDermott2019-07-072-26/+42
| | | | | Also list OPK_PACKAGES explicitly and run oh-fixperms and oh-strip on all dest dirs (fixes "find: dest: No such file or directory" errors).
* Revert "libtinfow.5, libtinfow.6: New binary packages"Patrick McDermott2019-07-068-32/+4
| | | | | This reverts commits 5b71c6321f712100dff4fc7ca3d73035fcf4a8fd and 1e5a00d2c67e052620b831ba3b63bbefff89b0bd.
* build: Use --with-termlib/--with-ticlib to rename libsPatrick McDermott2019-07-065-18/+12
|
* libtinfow.5, libtinfow.6: New binary packagesPatrick McDermott2019-07-068-0/+34
|
* build: Split DESTDIRs some morePatrick McDermott2019-07-061-8/+19
|
* build: Add -g to CFLAGS (upstream --with-debug doesn't)Patrick McDermott2019-07-062-2/+10
|
* changelog: Release ncurses 6.1+20190630-1ncurses/6.1+20190630-1Patrick McDermott2019-07-021-5/+5
|
* Actually add ncurses-dbg.pkg/* to GitPatrick McDermott2019-07-022-0/+21
| | | | This should have been done in commit ce476a0.
* Revert "build: Run tests"Patrick McDermott2019-07-021-3/+0
| | | | | | This reverts commit aa21a097df4723968e835ffb80213c22224ac417. "The test-programs are interactive", quoth upstream Makefile.in.
* build: Enable debug infoPatrick McDermott2019-07-021-1/+1
|
* build: Run oh-fixpermsPatrick McDermott2019-07-021-0/+1
|
* libncurses.*-dev: Depend on libncurses++.* and libncurses++w.*Patrick McDermott2019-07-023-2/+8
|
* ncurses-dbg: New binary packagePatrick McDermott2019-07-022-0/+2
|
* changelog: New upstream versionPatrick McDermott2019-07-021-1/+2
|
* libncurses.6-dev: Depend on libtinfo.6Patrick McDermott2019-07-022-1/+2
|
* libncurses.5-dev: Depend on libncursesw.5 and libtinfo.5Patrick McDermott2019-07-022-0/+3
|
* build: Run testsPatrick McDermott2019-07-021-0/+3
|
* libncurses.6-dev: Depend on libncursesw.6Patrick McDermott2019-07-022-0/+7
|
* changelog: Release ncurses 6.1+20190623-1ncurses/6.1+20190623-1Patrick McDermott2019-06-251-1/+2
|
* copyright: UpdatePatrick McDermott2019-06-251-2/+2
|
* source.mk: Support patch versions againPatrick McDermott2019-06-251-5/+8
|
* changelog: New upstream versionPatrick McDermott2019-06-251-0/+6
|
* changelog: Release ncurses 6.1-1ncurses/6.1-1Patrick McDermott2019-06-241-2/+2
|
* libncurses-doc: Drop ncurses6-config.1Patrick McDermott2019-06-241-0/+1
|
* terminfo-linux: Provide /usr/lib/terminfo linkPatrick McDermott2019-06-242-0/+3
|