diff options
author | hoek <hoek@FreeBSD.org> | 1999-07-03 19:20:35 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1999-07-03 19:20:35 +0800 |
commit | c88758e816875846aa40cd93b17dad6eef7381fd (patch) | |
tree | f8748f44bcb0e2a5d3ac2e3634e443f9df147ead /devel/libslang/pkg-descr | |
parent | 0206fbc16f302aab69a294666242a0f980c78ba5 (diff) | |
download | freebsd-ports-gnome-c88758e816875846aa40cd93b17dad6eef7381fd.tar.gz freebsd-ports-gnome-c88758e816875846aa40cd93b17dad6eef7381fd.tar.zst freebsd-ports-gnome-c88758e816875846aa40cd93b17dad6eef7381fd.zip |
Add homepage. Minor reformating to make this readable.
Diffstat (limited to 'devel/libslang/pkg-descr')
-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/ |