| Summary: | New port: x11/xcb-util A module with libxcb/libX11 extension/replacement libraries | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | ntarmos | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
ntarmos
2007-10-16 09:40:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it. 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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks! |