[Midnightbsd-cvs] mports: x11/xcb-proto: add xcb-proto-1.0

ctriv at midnightbsd.org ctriv at midnightbsd.org
Tue Oct 2 17:45:49 EDT 2007


Log Message:
-----------
add xcb-proto-1.0

Added Files:
-----------
    mports/x11/xcb-proto:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ x11/xcb-proto/pkg-descr
@@ -0,0 +1,8 @@
+The X protocol C-language Binding (XCB) is a replacement for Xlib
+featuring a small footprint, latency hiding, direct access to the
+protocol, improved threading support, and extensibility.
+
+WWW: http://xcb.freedesktop.org/
+
+- Ashish Shukla
+wahjava at gmail.com
--- /dev/null
+++ x11/xcb-proto/pkg-plist
@@ -0,0 +1,27 @@
+libdata/pkgconfig/xcb-proto.pc
+%%DATADIR%%/bigreq.xml
+%%DATADIR%%/composite.xml
+%%DATADIR%%/damage.xml
+%%DATADIR%%/dpms.xml
+%%DATADIR%%/glx.xml
+%%DATADIR%%/randr.xml
+%%DATADIR%%/record.xml
+%%DATADIR%%/render.xml
+%%DATADIR%%/res.xml
+%%DATADIR%%/screensaver.xml
+%%DATADIR%%/shape.xml
+%%DATADIR%%/shm.xml
+%%DATADIR%%/sync.xml
+%%DATADIR%%/xc_misc.xml
+%%DATADIR%%/xcb.xsd
+%%DATADIR%%/xevie.xml
+%%DATADIR%%/xf86dri.xml
+%%DATADIR%%/xfixes.xml
+%%DATADIR%%/xinerama.xml
+%%DATADIR%%/xprint.xml
+%%DATADIR%%/xproto.xml
+%%DATADIR%%/xtest.xml
+%%DATADIR%%/xv.xml
+%%DATADIR%%/xvmc.xml
+%%DATADIR%%/xinerama.xml
+ at dirrm %%DATADIR%%
--- /dev/null
+++ x11/xcb-proto/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for:	xcb-proto
+# Date Created:				2006-08-23
+# Whom:					Ashish Shukla <wahjava at gmail.com>
+#
+# $FreeBSD: ports/x11/xcb-proto/Makefile,v 1.2 2007/01/28 23:22:19 miwi Exp $
+# $MidnightBSD: mports/x11/xcb-proto/Makefile,v 1.1 2007/10/02 21:45:49 ctriv Exp $
+#
+
+PORTNAME=	xcb-proto
+PORTVERSION=	1.0
+CATEGORIES=	x11
+MASTER_SITES=	http://xcb.freedesktop.org/dist/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	The X protocol C-language Binding (XCB) protocol
+LICENSE=	x11
+
+BUILD_DEPENDS=	xmllint:${PORTSDIR}/textproc/libxml2
+
+PREFIX?=	${X11BASE}
+USE_BZIP2=	yes
+USE_GNOME=	gnomehack
+GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+
+DATADIR=	${PREFIX}/share/xcb
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11/xcb-proto/distinfo
@@ -0,0 +1,3 @@
+MD5 (xcb-proto-1.0.tar.bz2) = d31407eaae7e52d100645217767a41aa
+SHA256 (xcb-proto-1.0.tar.bz2) = df3ce807139957a9d3bd196a6eb5fad1d04af079d47b0ec36502911520b84e08
+SIZE (xcb-proto-1.0.tar.bz2) = 71084


More information about the Midnightbsd-cvs mailing list