Path to this page:
./
devel/ncurses,
CRT screen handling and optimization package
Branch: pkgsrc-2016Q4,
Version: 6.0nb3,
Package name: ncurses-6.0nb3,
Maintainer: pkgsrc-usersThe 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.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: acd606135a5124905da770803c05f1f20dd3b21c
RMD160: 4d9e5938f00b400bfb0d37f3c54f2f36c4157d48
Filesize: 3058.487 KB
Version history: (Expand)
- (2017-01-05) Package added to pkgsrc.se, version ncurses-6.0nb3 (created)
CVS history: (Expand)
2017-01-13 20:33:47 by Benny Siegert | Files touched by this commit (4) |
Log message:
Pullup ticket #5183 - requested by joerg
devel/cmake: build fix
Revisions pulled up:
- devel/cmake/Makefile 1.129
- devel/cmake/distinfo 1.95
- devel/cmake/patches/patch-Modules_FindCurses.cmake 1.1
- devel/ncurses/builtin.mk 1.40
---
Module Name: pkgsrc
Committed By: joerg
Date: Thu Jan 5 22:18:03 UTC 2017
Modified Files:
pkgsrc/devel/ncurses: builtin.mk
Log message:
Drop buildlink-ncurses-fake-libs, it didn't get applied due to a typo
and it doesn't help with the directory scanning of cmake anyway, since
that one only looks in the real prefix.
---
Module Name: pkgsrc
Committed By: joerg
Date: Thu Jan 5 22:34:25 UTC 2017
Modified Files:
pkgsrc/devel/cmake: Makefile distinfo
Added Files:
pkgsrc/devel/cmake/patches: patch-Modules_FindCurses.cmake
Log message:
Recognize libgnuform as valid implementation of a form library to match
devel/ncurses. This is necessary due to cmake's insistance of scanning
PREFIX/lib directly. Bump revision.
|