Mon Apr 6 10:25:20 2009 UTC ()
import xcb-util-0.3.3, from Blair Sadewitz and Michael Stapelberg
per pkgsrc-wip

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(drochner)
diff -r0 -r1.1.1.1 pkgsrc/x11/xcb-util/Makefile
diff -r0 -r1.1.1.1 pkgsrc/x11/xcb-util/DESCR
diff -r0 -r1.1.1.1 pkgsrc/x11/xcb-util/distinfo
diff -r0 -r1.1.1.1 pkgsrc/x11/xcb-util/PLIST
diff -r0 -r1.1.1.1 pkgsrc/x11/xcb-util/buildlink3.mk

File Added: pkgsrc/x11/xcb-util/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 10:25:19 drochner Exp $
#

DISTNAME=	xcb-util-0.3.3
CATEGORIES=	x11
MASTER_SITES=	http://xcb.freedesktop.org/dist/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	bjs@NetBSD.org
HOMEPAGE=	http://xcb.freedesktop.org/
COMMENT=	XCB Utilities

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=	yes
USE_TOOLS+=	pkg-config gmake
USE_LIBTOOL=	yes

PKGCONFIG_OVERRIDE+=	atom/xcb-atom.pc.in
PKGCONFIG_OVERRIDE+=	aux/xcb-aux.pc.in
PKGCONFIG_OVERRIDE+=	event/xcb-event.pc.in
PKGCONFIG_OVERRIDE+=	icccm/xcb-icccm.pc.in
PKGCONFIG_OVERRIDE+=	image/xcb-image.pc.in
PKGCONFIG_OVERRIDE+=	keysyms/xcb-keysyms.pc.in
PKGCONFIG_OVERRIDE+=	property/xcb-property.pc.in
PKGCONFIG_OVERRIDE+=	renderutil/xcb-renderutil.pc.in
PKGCONFIG_OVERRIDE+=	reply/xcb-reply.pc.in
PKGCONFIG_OVERRIDE+=	wm/xcb-wm.pc.in

#.include "../../devel/gperf/buildlink3.mk"
.include "../../x11/libxcb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/x11/xcb-util/DESCR
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.

File Added: pkgsrc/x11/xcb-util/distinfo
$NetBSD: distinfo,v 1.1.1.1 2009/04/06 10:25:19 drochner Exp $

SHA1 (xcb-util-0.3.3.tar.bz2) = a45fe7b4a6af4e0d1d1a876ab91e872cdef2c10b
RMD160 (xcb-util-0.3.3.tar.bz2) = ff1741b36ac988845ea95ab18e8a7a1e4204f687
Size (xcb-util-0.3.3.tar.bz2) = 271220 bytes

File Added: pkgsrc/x11/xcb-util/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/06 10:25:19 drochner Exp $
include/xcb/xcb_atom.h
include/xcb/xcb_aux.h
include/xcb/xcb_bitops.h
include/xcb/xcb_event.h
include/xcb/xcb_icccm.h
include/xcb/xcb_image.h
include/xcb/xcb_keysyms.h
include/xcb/xcb_pixel.h
include/xcb/xcb_property.h
include/xcb/xcb_renderutil.h
include/xcb/xcb_reply.h
include/xcb/xcb_wm.h
lib/libxcb-atom.la
lib/libxcb-aux.la
lib/libxcb-event.la
lib/libxcb-icccm.la
lib/libxcb-image.la
lib/libxcb-keysyms.la
lib/libxcb-property.la
lib/libxcb-render-util.la
lib/libxcb-reply.la
lib/libxcb-wm.la
lib/pkgconfig/xcb-atom.pc
lib/pkgconfig/xcb-aux.pc
lib/pkgconfig/xcb-event.pc
lib/pkgconfig/xcb-icccm.pc
lib/pkgconfig/xcb-image.pc
lib/pkgconfig/xcb-keysyms.pc
lib/pkgconfig/xcb-property.pc
lib/pkgconfig/xcb-renderutil.pc
lib/pkgconfig/xcb-reply.pc
lib/pkgconfig/xcb-wm.pc
@comment in libxcb: @dirrm include/xcb

File Added: pkgsrc/x11/xcb-util/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/04/06 10:25:19 drochner Exp $

BUILDLINK_TREE+=	xcb-util

.if !defined(XCB_UTIL_BUILDLINK3_MK)
XCB_UTIL_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.xcb-util?=	xcb-util>=0.3.3
BUILDLINK_PKGSRCDIR.xcb-util?=		../../x11/xcb-util

.include "../../x11/libxcb/buildlink3.mk"
.endif # XCB_UTIL_BUILDLINK3_MK

BUILDLINK_TREE+=	-xcb-util