diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-27 09:23:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-27 09:23:06 +0000 |
commit | e49eb2b273cc66c938d41f029b40e6da4f7ea996 (patch) | |
tree | 179bc43942a5ff24437ae5025da2d512789702de /x11 | |
parent | 1ca061135ca375d744687b546337db02848f6155 (diff) | |
download | pkgsrc-e49eb2b273cc66c938d41f029b40e6da4f7ea996.tar.gz |
Import xcb-util-errors-1.0 as x11/xcb-util-errors.
xcb-util-errors is a utility library that gives human readable
names to error codes and event codes and also to major and minor
numbers. The necessary information is drawn from xcb-proto's protocol
descriptions. This library is especially useful when working with
extensions and is mostly useful for debugging.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-util-errors/DESCR | 5 | ||||
-rw-r--r-- | x11/xcb-util-errors/Makefile | 20 | ||||
-rw-r--r-- | x11/xcb-util-errors/PLIST | 4 | ||||
-rw-r--r-- | x11/xcb-util-errors/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11/xcb-util-errors/DESCR b/x11/xcb-util-errors/DESCR new file mode 100644 index 00000000000..7c698db2c7f --- /dev/null +++ b/x11/xcb-util-errors/DESCR @@ -0,0 +1,5 @@ +xcb-util-errors is a utility library that gives human readable +names to error codes and event codes and also to major and minor +numbers. The necessary information is drawn from xcb-proto's protocol +descriptions. This library is especially useful when working with +extensions and is mostly useful for debugging. diff --git a/x11/xcb-util-errors/Makefile b/x11/xcb-util-errors/Makefile new file mode 100644 index 00000000000..f348b65e23a --- /dev/null +++ b/x11/xcb-util-errors/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2015/04/27 09:23:06 wiz Exp $ + +DISTNAME= xcb-util-errors-1.0 +CATEGORIES= x11 +MASTER_SITES= http://xcb.freedesktop.org/dist/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://xcb.freedesktop.org/ +COMMENT= Library for helping debug xcb problems +LICENSE= x11 + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config +USE_LIBTOOL= yes + +PKGCONFIG_OVERRIDE= xcb-errors.pc.in + +.include "../../x11/libxcb/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xcb-util-errors/PLIST b/x11/xcb-util-errors/PLIST new file mode 100644 index 00000000000..a643280dc5b --- /dev/null +++ b/x11/xcb-util-errors/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/04/27 09:23:06 wiz Exp $ +include/xcb/xcb_errors.h +lib/libxcb-errors.la +lib/pkgconfig/xcb-errors.pc diff --git a/x11/xcb-util-errors/distinfo b/x11/xcb-util-errors/distinfo new file mode 100644 index 00000000000..dc0f1e6d4f6 --- /dev/null +++ b/x11/xcb-util-errors/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/04/27 09:23:06 wiz Exp $ + +SHA1 (xcb-util-errors-1.0.tar.bz2) = c72516e48e95f3d76780664ef14cda2f066f5088 +RMD160 (xcb-util-errors-1.0.tar.bz2) = c54eb45715287901e3eba1159deb7acdd88cd9d7 +Size (xcb-util-errors-1.0.tar.bz2) = 297943 bytes |