Commits
Zero King authored and Joshua Root committed 2f8a16dc193
1 1 | PortSystem 1.0 |
2 2 | |
3 3 | name ncurses |
4 - | version 6.0-20170916 |
4 + | version 6.0-20171125 |
5 5 | categories devel |
6 6 | platforms darwin freebsd |
7 7 | license MIT |
8 8 | maintainers {jmr @jmroot} openmaintainer |
9 9 | description emulation of curses in System V Release 4.0 |
10 10 | long_description \ |
11 11 | The Ncurses (new curses) library is a free software emulation of \ |
12 12 | curses in System V Release 4.0, and more. It uses Terminfo format, \ |
13 13 | supports pads and color and multiple highlights and forms \ |
14 14 | characters and function-key mapping, and has all the other \ |
15 15 | SYSV-curses enhancements over BSD Curses. |
16 16 | |
17 17 | homepage http://invisible-island.net/ncurses/ |
18 18 | master_sites http://invisible-mirror.net/archives/ncurses/current/ |
19 19 | extract.suffix .tgz |
20 - | checksums rmd160 8fc22ab24a94e4649b41b8ef5cb7d0ee9caa3a61 \ |
21 - | sha256 fa05594cf3d6cba350b18bb4cd399aa7ceec1def08fdd06166f7d61d4452b766 |
20 + | checksums rmd160 7d6513626ee64f1a1874a36e5b7f26811ea0fd59 \ |
21 + | sha256 22adbdd3c2ddfaabea8ea75de3c585d59d2a2cde4b5197dd7dd40a3481fc4d85 |
22 22 | |
23 23 | # hex.diff from http://opensource.apple.com/source/ncurses/ncurses-44/patches.applied/ |
24 24 | patchfiles hex.diff |
25 25 | |
26 26 | configure.cppflags |
27 27 | configure.ldflags |
28 28 | configure.args --enable-widec \ |
29 29 | --disable-lib-suffixes \ |
30 30 | --enable-overwrite \ |
31 31 | --with-shared \ |