This is a port for PHP's pecl-ncurses extension. ncurses was supported up to PHP 5.2 in devel/php52-ncurses as an native PHP extension. In PHP 5.3 it moved to pecl. It compiled and works on my system. (Which already had PHP 5.3 installed) Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed New port added. Thanks!
miwi 2010-05-02 12:09:12 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pecl-ncurses Makefile distinfo pkg-descr Log: ncurses (new curses) is a free software emulation of curses in System V Rel 4.0 (and above). It uses terminfo format, supports pads, colors, multiple highlights, form characters and function key mapping. Because of the interactive nature of this library, it will be of little use for writing Web applications, but may be useful when writing scripts meant using PHP from the command line. WWW: http://www.gnu.org/software/ncurses/ncurses.html PR: ports/146160 Submitted by: Jille Timmermans <jille at quis.cx> Revision Changes Path 1.3909 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/pecl-ncurses/Makefile (new) 1.1 +3 -0 ports/devel/pecl-ncurses/distinfo (new) 1.1 +9 -0 ports/devel/pecl-ncurses/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"