aboutsummaryrefslogtreecommitdiff
path: root/x11/xcb-util
Commit message (Collapse)AuthorAgeFilesLines
* - Fix division by zero bugDmitry Marakasov2009-10-282-0/+21
| | | | | | | | | PR: 139863 Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> Reported by: Ashish Shukla <wahjava@gmail.com> Notes: svn path=/head/; revision=243399
* Update to 0.3.6Renato Botelho2009-09-102-4/+4
| | | | | | | | | PR: ports/138183 Submitted by: garga Approved by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) Notes: svn path=/head/; revision=241176
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 0.3.5Dennis Herrmann2009-06-162-5/+4
| | | | | | | | | PR: ports/135482 Submitted by: Ashish SHUKLA <wahjava@gmail.com> pproved by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer) Notes: svn path=/head/; revision=236047
* - Chase libxcb/xcb-proto updateDennis Herrmann2009-06-141-0/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=235828
* - Update to 0.3.4Dmitry Marakasov2009-05-063-11/+5
| | | | | | | | PR: 133819 Submitted by: Nikos Ntarmos <ntarmos at cs dot uoi dot gr> (maintainer) Notes: svn path=/head/; revision=233327
* - Update Maintainer mail adressMartin Wilke2009-03-141-1/+1
| | | | | | | Submitted by: Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer via private mail) Notes: svn path=/head/; revision=230051
* - Update to 0.3.3Rong-En Fan2009-02-052-4/+4
| | | | | | | | PR: ports/131222 Submitted by: Nikos Ntarmos <ntarmos at ceid.upatras.gr> (maintainer) Notes: svn path=/head/; revision=227640
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-232-5/+5
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Remove no longer needed patchMartin Wilke2009-01-161-0/+0
| | | | Notes: svn path=/head/; revision=226251
* - Update to 0.3.0Martin Wilke2009-01-084-19/+9
| | | | | | | | | PR: 128051 Submitted by: Perrin Alexandre <alexandre.perrin@epfl.ch> Approved by: maintainer Notes: svn path=/head/; revision=225496
* - Update to 0.2.1Martin Wilke2008-09-073-4/+6
| | | | | | | | | PR: 126991 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer Notes: svn path=/head/; revision=220184
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - Add patch to fix building in 5.x [1].Alejandro Pulver2008-02-272-1/+11
| | | | | | | | | | - 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] Notes: svn path=/head/; revision=207969
* The xcb-util module provides a number of libraries which sit on top ofAlejandro Pulver2008-02-164-0/+117
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> Notes: svn path=/head/; revision=207355