diff options
author | garga <garga@FreeBSD.org> | 2012-01-15 20:46:11 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-01-15 20:46:11 +0800 |
commit | 9c8eab22cc2f8d96339d50a82820083459653a19 (patch) | |
tree | 100d8956aa7da87bb12d695d50e574501bac25ec /x11/xcb-util-keysyms/pkg-descr | |
parent | 6b45b82d4dcd398d22dd6f30476fe3fcda47f407 (diff) | |
download | freebsd-ports-gnome-9c8eab22cc2f8d96339d50a82820083459653a19.tar.gz freebsd-ports-gnome-9c8eab22cc2f8d96339d50a82820083459653a19.tar.zst freebsd-ports-gnome-9c8eab22cc2f8d96339d50a82820083459653a19.zip |
Update xcb-util to 0.3.8, that was splitted in few modules, so, i'm adding the
following new ports:
xcb-util-image
xcb-util-keysyms
xcb-util-renderutil
xcb-util-wm
As approved by maintainer, i'm taking over the maintainership
Exp-run by: pav
Diffstat (limited to 'x11/xcb-util-keysyms/pkg-descr')
-rw-r--r-- | x11/xcb-util-keysyms/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xcb-util-keysyms/pkg-descr b/x11/xcb-util-keysyms/pkg-descr new file mode 100644 index 000000000000..cd1882d987fe --- /dev/null +++ b/x11/xcb-util-keysyms/pkg-descr @@ -0,0 +1,11 @@ +The xcb-util module provides a number of libraries which sit on top of +libxcb, the core X protocol library, and some of the extension +libraries. These experimental libraries provide convenience functions +and interfaces which make the raw X protocol more usable. Some of the +libraries also provide client-side code which is not strictly part of +the X protocol but which have traditionally been provided by Xlib. + +Keysyms module is the Starndard X key constants and conversions to/from +keycodes. + +WWW: http://xcb.freedesktop.org/ |