cvs commit: ports/x11 Makefile ports/x11/xcb-util Makefile
distinfo pkg-descr pkg-plist
Alejandro Pulver
alepulver at FreeBSD.org
Sat Feb 16 09:17:44 PST 2008
alepulver 2008-02-16 17:17:44 UTC
FreeBSD ports repository
Modified files:
x11 Makefile
Added files:
x11/xcb-util Makefile distinfo pkg-descr pkg-plist
Log:
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.
These libraries are currently included, roughly ordered by maturity:
render-util: Convenience functions for the Render extension.
aux: Convenient access to connection setup and some core requests.
atom: Standard core X atom constants and atom caching.
property: Callback X property-change handling.
icccm: Both client and window-manager helpers for ICCCM.
keysyms: Standard X key constants and conversion to/from keycodes.
event: Callback X event handling.
image: Port of Xlib's XImage and XShmImage functions.
wm: Framework for window manager implementation.
WWW: http://xcb.freedesktop.org/
PR: ports/117236
Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr>
Revision Changes Path
1.671 +1 -0 ports/x11/Makefile
1.1 +34 -0 ports/x11/xcb-util/Makefile (new)
1.1 +3 -0 ports/x11/xcb-util/distinfo (new)
1.1 +20 -0 ports/x11/xcb-util/pkg-descr (new)
1.1 +60 -0 ports/x11/xcb-util/pkg-plist (new)
More information about the cvs-ports
mailing list