1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/x11/libsx/pkg-descr
Doug Barton 2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00

8 lines
472 B
Plaintext

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.