diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-01-15 12:46:11 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-01-15 12:46:11 +0000 |
commit | 26782807ea43e2c206b1913146bae222638a7a25 (patch) | |
tree | 907d65f8a6a2956c487c9ebe0b8208501790549a /x11/xcb-util-wm | |
parent | 17a205e830c33ab5786168a8bcbc8ec7312e6e41 (diff) |
Update xcb-util to 0.3.8, that was splitted in few modules, so, i'm adding the
following new ports:
xcb-util-image
xcb-util-keysyms
xcb-util-renderutil
xcb-util-wm
As approved by maintainer, i'm taking over the maintainership
Exp-run by: pav
Notes
Notes:
svn path=/head/; revision=289256
Diffstat (limited to 'x11/xcb-util-wm')
-rw-r--r-- | x11/xcb-util-wm/Makefile | 34 | ||||
-rw-r--r-- | x11/xcb-util-wm/distinfo | 2 | ||||
-rw-r--r-- | x11/xcb-util-wm/pkg-descr | 11 | ||||
-rw-r--r-- | x11/xcb-util-wm/pkg-plist | 13 |
4 files changed, 60 insertions, 0 deletions
diff --git a/x11/xcb-util-wm/Makefile b/x11/xcb-util-wm/Makefile new file mode 100644 index 000000000000..ba13757e8785 --- /dev/null +++ b/x11/xcb-util-wm/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: xcb-util-wm +# Date created: 2011-12-16 +# Whom: garga +# +# $FreeBSD$ +# + +PORTNAME= xcb-util-wm +PORTVERSION= 0.3.8 +CATEGORIES= x11 +MASTER_SITES= http://xcb.freedesktop.org/dist/ + +MAINTAINER= garga@FreeBSD.org +COMMENT= Framework for window manager implementation + +LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb \ + xcb-util.0:${PORTSDIR}/x11/xcb-util +#BUILD_DEPENDS= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf + +USE_BZIP2= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +#USE_XORG= xau xdmcp +#USE_AUTOTOOLS= libtool + +GNU_CONFIGURE= yes +#CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" + +post-patch: + @${REINPLACE_CMD} -e \ + 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/x11/xcb-util-wm/distinfo b/x11/xcb-util-wm/distinfo new file mode 100644 index 000000000000..b5d874ad1963 --- /dev/null +++ b/x11/xcb-util-wm/distinfo @@ -0,0 +1,2 @@ +SHA256 (xcb-util-wm-0.3.8.tar.bz2) = c557abbe4c7d45268f0541ee3d8f9a1a8799692fcc28aa33f39db93cc2e65007 +SIZE (xcb-util-wm-0.3.8.tar.bz2) = 305284 diff --git a/x11/xcb-util-wm/pkg-descr b/x11/xcb-util-wm/pkg-descr new file mode 100644 index 000000000000..58e493079188 --- /dev/null +++ b/x11/xcb-util-wm/pkg-descr @@ -0,0 +1,11 @@ +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. + +WM module is a Framework for window manager implementation. It brings +both client and window-manager helpers for ICCCM and EWMH. + +WWW: http://xcb.freedesktop.org/ diff --git a/x11/xcb-util-wm/pkg-plist b/x11/xcb-util-wm/pkg-plist new file mode 100644 index 000000000000..871ac3148edb --- /dev/null +++ b/x11/xcb-util-wm/pkg-plist @@ -0,0 +1,13 @@ +@comment $FreeBSD$ +include/xcb/xcb_icccm.h +include/xcb/xcb_ewmh.h +lib/libxcb-icccm.so.4 +lib/libxcb-icccm.so +lib/libxcb-icccm.la +lib/libxcb-icccm.a +lib/libxcb-ewmh.so.1 +lib/libxcb-ewmh.so +lib/libxcb-ewmh.la +lib/libxcb-ewmh.a +libdata/pkgconfig/xcb-icccm.pc +libdata/pkgconfig/xcb-ewmh.pc |