diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-01-07 06:41:41 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-01-07 06:41:41 +0000 |
commit | 237eab78bb21cd679c53913386f206e89cfd0624 (patch) | |
tree | 2f0f0b8df2c96c4e619746dab51741bc98660a02 /x11/xcb-util-errors | |
parent | Update to 0.1.b128 (diff) |
x11-toolkits/wlroots: improve error messages
Diffstat (limited to 'x11/xcb-util-errors')
-rw-r--r-- | x11/xcb-util-errors/Makefile | 20 | ||||
-rw-r--r-- | x11/xcb-util-errors/distinfo | 3 | ||||
-rw-r--r-- | x11/xcb-util-errors/pkg-descr | 7 | ||||
-rw-r--r-- | x11/xcb-util-errors/pkg-plist | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11/xcb-util-errors/Makefile b/x11/xcb-util-errors/Makefile new file mode 100644 index 000000000000..97fb276a0f0b --- /dev/null +++ b/x11/xcb-util-errors/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= xcb-util-errors +PORTVERSION= 1.0 +CATEGORIES= x11 +MASTER_SITES= http://xcb.freedesktop.org/dist/ + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Pretty-print XCB codes + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= xcb-proto>=1.6:x11/xcb-proto + +XORG_CAT= lib +USE_XORG= xcb +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> diff --git a/x11/xcb-util-errors/distinfo b/x11/xcb-util-errors/distinfo new file mode 100644 index 000000000000..180b099c39e7 --- /dev/null +++ b/x11/xcb-util-errors/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1430056740 +SHA256 (xorg/lib/xcb-util-errors-1.0.tar.bz2) = 682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995 +SIZE (xorg/lib/xcb-util-errors-1.0.tar.bz2) = 297943 diff --git a/x11/xcb-util-errors/pkg-descr b/x11/xcb-util-errors/pkg-descr new file mode 100644 index 000000000000..b5ee702ddcff --- /dev/null +++ b/x11/xcb-util-errors/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://xcb.freedesktop.org/ diff --git a/x11/xcb-util-errors/pkg-plist b/x11/xcb-util-errors/pkg-plist new file mode 100644 index 000000000000..44c3ff5c9e4c --- /dev/null +++ b/x11/xcb-util-errors/pkg-plist @@ -0,0 +1,6 @@ +include/xcb/xcb_errors.h +lib/libxcb-errors.a +lib/libxcb-errors.so +lib/libxcb-errors.so.0 +lib/libxcb-errors.so.0.0.0 +libdata/pkgconfig/xcb-errors.pc |