diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-07-03 11:20:35 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-07-03 11:20:35 +0000 |
commit | 2c0b7c3efe0fc03cc88c48882d1b8f1761bd43e2 (patch) | |
tree | d2402bb199815f37bb6bd31b1c239eb64fa9b339 /devel/libslang | |
parent | 66d03d0ee3003a09544e6ef009fc36838806c323 (diff) | |
download | ports-2c0b7c3efe0fc03cc88c48882d1b8f1761bd43e2.tar.gz ports-2c0b7c3efe0fc03cc88c48882d1b8f1761bd43e2.zip |
Notes
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/pkg-descr | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/devel/libslang/pkg-descr b/devel/libslang/pkg-descr index 8af33ebd5d53..bfe5dbd31982 100644 --- a/devel/libslang/pkg-descr +++ b/devel/libslang/pkg-descr @@ -1,17 +1,19 @@ - S-Lang is a C programmer's library that includes routines for the rapid - development of sophisticated, user friendly, multi-platform applications. - The S-Lang library includes the following: +S-Lang is a C programmer's library that includes routines for the rapid +development of sophisticated, user friendly, multi-platform applications. +The S-Lang library includes the following: - Low level tty input routines for reading single characters at a time. - Keymap routines for defining keys and manipulating multiple keymaps. - High level screen management routines for manipulating both - monochrome and color terminals. These routines are very - efficient. - Low level terminal-independent routines for manipulating the display - of a terminal. - Routines for reading single line input with line editing and recall - capabilities. - Searching functions: both ordinary searches and regular expression - searches. - An embedded stack-based language interpreter with a C-like syntax. - A malloc debugging package + -Low level tty input routines for reading single characters at a time. + -Keymap routines for defining keys and manipulating multiple keymaps. + -High level screen management routines for manipulating both + monochrome and color terminals. These routines are very + efficient. + -Low level terminal-independent routines for manipulating the display + of a terminal. + -Routines for reading single line input with line editing and recall + capabilities. + -Searching functions: both ordinary searches and regular expression + searches. + -An embedded stack-based language interpreter with a C-like syntax. + -A malloc debugging package + +WWW: http://www.s-lang.org/ |