summaryrefslogtreecommitdiff
path: root/devel/libslang/pkg-descr
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-07-11 17:31:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-07-11 17:31:18 +0000
commitbe6d53fcbdff1ef6df9c3faf99868a82796d9162 (patch)
tree511823669968097249cd19812cd93310d743d6a8 /devel/libslang/pkg-descr
parentUpgrade to 1.1.1 (diff)
Curses-like library, needed primary for color-lynx
Notes
Notes: svn path=/head/; revision=3370
Diffstat (limited to '')
-rw-r--r--devel/libslang/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/libslang/pkg-descr b/devel/libslang/pkg-descr
new file mode 100644
index 000000000000..8af33ebd5d53
--- /dev/null
+++ b/devel/libslang/pkg-descr
@@ -0,0 +1,17 @@
+ 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