diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-12 21:19:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-12 21:19:06 +0000 |
commit | 080738bb9f6799477524a485740e5c75a045d9e6 (patch) | |
tree | 88783aae5d46d1f8a81f484d3bb9f67850269a84 /x11/xcb-util-image | |
parent | 3772b4496d6c49383085b967012e4527a39e45e9 (diff) | |
download | pkgsrc-080738bb9f6799477524a485740e5c75a045d9e6.tar.gz |
Import xcb-util-image-0.3.9 as x11/xcb-util-image.
XCB util-image module provides the following library:
- image: Port of Xlib's XImage and XShmImage functions.
Diffstat (limited to 'x11/xcb-util-image')
-rw-r--r-- | x11/xcb-util-image/DESCR | 3 | ||||
-rw-r--r-- | x11/xcb-util-image/Makefile | 24 | ||||
-rw-r--r-- | x11/xcb-util-image/PLIST | 6 | ||||
-rw-r--r-- | x11/xcb-util-image/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11/xcb-util-image/DESCR b/x11/xcb-util-image/DESCR new file mode 100644 index 00000000000..59fea873112 --- /dev/null +++ b/x11/xcb-util-image/DESCR @@ -0,0 +1,3 @@ +XCB util-image module provides the following library: + + - image: Port of Xlib's XImage and XShmImage functions. diff --git a/x11/xcb-util-image/Makefile b/x11/xcb-util-image/Makefile new file mode 100644 index 00000000000..b12fa51fa34 --- /dev/null +++ b/x11/xcb-util-image/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2012/08/12 21:19:06 wiz Exp $ +# + +DISTNAME= xcb-util-image-0.3.9 +CATEGORIES= x11 +MASTER_SITES= http://xcb.freedesktop.org/dist/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://xcb.freedesktop.org/ +COMMENT= XCB port of Xlib's XImage and XShmImage +LICENSE= mit + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config gmake +USE_LIBTOOL= yes + +PKGCONFIG_OVERRIDE= image/xcb-image.pc.in + +.include "../../x11/libxcb/buildlink3.mk" +.include "../../x11/xcb-util/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xcb-util-image/PLIST b/x11/xcb-util-image/PLIST new file mode 100644 index 00000000000..73c83cd0d06 --- /dev/null +++ b/x11/xcb-util-image/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2012/08/12 21:19:06 wiz Exp $ +include/xcb/xcb_bitops.h +include/xcb/xcb_image.h +include/xcb/xcb_pixel.h +lib/libxcb-image.la +lib/pkgconfig/xcb-image.pc diff --git a/x11/xcb-util-image/distinfo b/x11/xcb-util-image/distinfo new file mode 100644 index 00000000000..041b23f524a --- /dev/null +++ b/x11/xcb-util-image/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/08/12 21:19:06 wiz Exp $ + +SHA1 (xcb-util-image-0.3.9.tar.bz2) = afeba6230400fe8bec6076fd07bf20a8e412bbb5 +RMD160 (xcb-util-image-0.3.9.tar.bz2) = c666b87e20eaa703697df758e1d0e26aec2d62a4 +Size (xcb-util-image-0.3.9.tar.bz2) = 310947 bytes |