diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-31 21:32:41 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-07-31 21:32:41 +0000 |
commit | 0c331e1541cb86feae42d16f065a004871ea7cf5 (patch) | |
tree | 661fdf311d9d764b6ac8fc71e1e5d6dcb85a14f4 /devel/newt/pkg-descr | |
parent | 3355cc2b26505b8e04ff9b37d245510467c2df3b (diff) | |
download | ports-0c331e1541cb86feae42d16f065a004871ea7cf5.tar.gz ports-0c331e1541cb86feae42d16f065a004871ea7cf5.zip |
Notes
Diffstat (limited to 'devel/newt/pkg-descr')
-rw-r--r-- | devel/newt/pkg-descr | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/devel/newt/pkg-descr b/devel/newt/pkg-descr index 628ab54a8ad3..71cb0598a4f1 100644 --- a/devel/newt/pkg-descr +++ b/devel/newt/pkg-descr @@ -1,8 +1,12 @@ -This is the Redhat newt library, a library that is -similar to (and based on) ncurses in that it does -special things with console I/O. + Newt is a windowing toolkit for text mode built from the slang + library. It allows color text mode applications to easily use + stackable windows, push buttons, check boxes, radio buttons, lists, + entry fields, labels, and displayable text. Scrollbars are supported, + and forms may be nested to provide extra functionality. -Unfortunately, there do not seem to be any documentation -available on Redhat's website about newt. +WWW: http://www.redhat.com/support/manuals/archive/RHL-5.1-Installation-Guide/ manual/doc102.html ---Will <andrews@technologist.com> +Besides the newt library, this port provides whiptail, which may +be used from shell scripts similarly to Savio Lam's "dialog". Newt +provides the textual interface for the Red Hat and Debian boot +disks. |