1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Martin Wilke
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Alejandro Pulver
5d299f3bcb - Add patch to fix building in 5.x [1].
- Use ${LOCALBASE}/bin/gperf in dependency as that's the one passed to
  configure, and it won't be installed if the base system one is found.

Reported by:	pointyhat (pav, erwin) [1]
2008-02-27 01:48:58 +00:00
Alejandro Pulver
2f014352ef 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>
2008-02-16 17:17:44 +00:00