diff options
author | tg <tg@FreeBSD.org> | 1997-01-13 15:43:51 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-01-13 15:43:51 +0800 |
commit | ac8648fe8e67babdba1854d8c077cf19bb921d8a (patch) | |
tree | 172efeb4cbdacd96918588f540e732f8bc8a7bcc /x11/libsx/pkg-descr | |
parent | 932c1f2ba891d810f8577fe101b2d726b7a15f32 (diff) | |
download | freebsd-ports-gnome-ac8648fe8e67babdba1854d8c077cf19bb921d8a.tar.gz freebsd-ports-gnome-ac8648fe8e67babdba1854d8c077cf19bb921d8a.tar.zst freebsd-ports-gnome-ac8648fe8e67babdba1854d8c077cf19bb921d8a.zip |
Import of libsx, a simple X library.
Closes PR #2289.
Submitted by: pgiffuni@FPS.biblos.unal.edu.co
Diffstat (limited to 'x11/libsx/pkg-descr')
-rw-r--r-- | x11/libsx/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/libsx/pkg-descr b/x11/libsx/pkg-descr new file mode 100644 index 000000000000..2b7c9debcd16 --- /dev/null +++ b/x11/libsx/pkg-descr @@ -0,0 +1,11 @@ +Libsx is a library of code that sits on top of and to the side of the +Athena widget set. Its purpose is to make writing X applications +*much* easier. To accomplish this, libsx encapsulates a large +portion of the uglier details that arise while programming in X and +it fills in some gaps that exist with the Athena Widget set (such as +a widget for drawing graphics); libsx tries to simplify the common +case down to a single function call with only a few arguments. + + by Dominic Giamapolo + dbg@sgi.com + |