Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2008 17:17:44 +0000 (UTC)
From:      Alejandro Pulver <alepulver@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/x11 Makefile ports/x11/xcb-util Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200802161717.m1GHHiUL017248@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802161717.m1GHHiUL017248>