Bug 117236 - New port: x11/xcb-util A module with libxcb/libX11 extension/replacement libraries
Summary: New port: x11/xcb-util A module with libxcb/libX11 extension/replacement libr...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-16 09:40 UTC by ntarmos
Modified: 2008-02-16 17:20 UTC (History)
0 users

See Also:


Attachments
xcb-util.shar (4.12 KB, text/plain)
2007-10-16 09:40 UTC, ntarmos
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ntarmos 2007-10-16 09:40:00 UTC

    
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-16 16:35:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-16 17:17:49 UTC
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"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2008-02-16 17:19:07 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!