diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-17 12:09:03 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-17 12:09:03 +0000 |
commit | 848c594f7667c4d38c68e84a2425cec97aec15f7 (patch) | |
tree | a09588f53dd7ad2c425d87858b279cd2174a7b94 /devel/newt/pkg-descr | |
parent | ce830b8da02cadb14f0901d7986b3b2ca0da5be9 (diff) | |
download | FreeBSD-ports-848c594f7667c4d38c68e84a2425cec97aec15f7.zip FreeBSD-ports-848c594f7667c4d38c68e84a2425cec97aec15f7.tar.gz |
- Update to 0.50.33-1
- make TCL and Python module optional.
- take a maintainership
PR: 36001
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Diffstat (limited to 'devel/newt/pkg-descr')
-rw-r--r-- | devel/newt/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/newt/pkg-descr b/devel/newt/pkg-descr index 71cb059..32e836c 100644 --- a/devel/newt/pkg-descr +++ b/devel/newt/pkg-descr @@ -1,10 +1,10 @@ - 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. +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. -WWW: http://www.redhat.com/support/manuals/archive/RHL-5.1-Installation-Guide/ manual/doc102.html +WWW: http://www.msg.com.mx/Newt/ Besides the newt library, this port provides whiptail, which may be used from shell scripts similarly to Savio Lam's "dialog". Newt |