./x11/py-xcbgen, XCB protocol descriptions (in XML)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q4, Version: 1.6nb1, Package name: py25-xcbgen-1.6nb1, Maintainer: reed

About xcb-proto
===============

The xcb-proto package provides the XML-XCB (X C Bindings) protocol
descriptions that libxcb uses to generate the majority of its code and API.
We provide them separately from libxcb to allow reuse by other projects,
such as additional language bindings, protocol dissectors, or
documentation generators.

Separation of XCB's transport and protocol layers simplifies both
writing extensions and client-side support for extensions.
By contrast, with the xlib infrastructure, client-side support for
new extensions requires significant duplication of effort. With XCB and
the XML-XCB protocol descriptions, client-side support for a new
extension requires only an XML description of the extension--and not a
single line of code.

Python libraries: xcb-proto also contains language-independent Python
libraries that are used to parse an XML description and create objects
used by Python code generators in individual language bindings.


Required to run:
[textproc/py-expat] [lang/python25]

Required to build:
[devel/pkg-config]

Master sites:

SHA1: e82418557c7f59f29da9ec18e0906d6d78e3a164
RMD160: 61ffea8c3ab4b745f04eccc10c64f7f1c356692c
Filesize: 90.653 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-27 17:51:34 by Matthias Scheler | Files touched by this commit (7)
Log message:
Pullup ticket #2975 - requested by wiz
gnome-terminal: build fix
gtk2: build fix
libxcb: build fix
py-xcbgen: build fix
telepathy-gabble: build fix
telepathy-glib: build fix
telepathy-idle: build fix

Revisions pulled up:
- chat/telepathy-gabble/Makefile		1.11
- chat/telepathy-glib/Makefile			1.17
- chat/telepathy-idle/Makefile			1.11
- x11/gnome-terminal/Makefile			1.30
- x11/gtk2/Makefile				1.196
- x11/libxcb/Makefile				1.9
- x11/py-xcbgen/Makefile			1.5
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Jan 27 08:46:51 UTC 2010

Modified Files:
	pkgsrc/chat/telepathy-gabble: Makefile
	pkgsrc/chat/telepathy-glib: Makefile
	pkgsrc/chat/telepathy-idle: Makefile
	pkgsrc/x11/gnome-terminal: Makefile
	pkgsrc/x11/gtk2: Makefile

Log message:
Depend on py-expat for all supported python versions, now that
python25 and python26 have been fixed to behave like python24.
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Jan 27 13:59:47 UTC 2010

Modified Files:
	pkgsrc/x11/py-xcbgen: Makefile

Log message:
Needs py-expat nowadays. Depend on it and bump PKGREVISION.
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Jan 27 14:00:33 UTC 2010

Modified Files:
	pkgsrc/x11/libxcb: Makefile

Log message:
Depend on py-xcbgen that has py-expat dependency.
There are some 1.6 packages (post-python2{5,6} changes) that don't pull
py-expat in and fail.