diff options
author | imura <imura@FreeBSD.org> | 2000-02-13 01:57:46 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-13 01:57:46 +0000 |
commit | f02825a0b6b1292b8ddc62bdae2d48189bf3958e (patch) | |
tree | dd19448435c4d0d64a4506ae24414c9619566abb /devel/newt/pkg-descr | |
parent | 25ec55d2776d166d69c1865c2b9b195ff7db1468 (diff) | |
download | FreeBSD-ports-f02825a0b6b1292b8ddc62bdae2d48189bf3958e.zip FreeBSD-ports-f02825a0b6b1292b8ddc62bdae2d48189bf3958e.tar.gz |
Initial import of newt-0.50-13.
It is a Console I/O handling library from Redhat similar to ncurses.
PR: 16526
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'devel/newt/pkg-descr')
-rw-r--r-- | devel/newt/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/newt/pkg-descr b/devel/newt/pkg-descr new file mode 100644 index 0000000..628ab54 --- /dev/null +++ b/devel/newt/pkg-descr @@ -0,0 +1,8 @@ +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. + +Unfortunately, there do not seem to be any documentation +available on Redhat's website about newt. + +--Will <andrews@technologist.com> |