pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xcb-util-errors Import xcb-util-errors-1.0 as x11/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a301f14e66c
branches:  trunk
changeset: 650847:2a301f14e66c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 27 09:23:06 2015 +0000

description:
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:

 x11/xcb-util-errors/DESCR    |   5 +++++
 x11/xcb-util-errors/Makefile |  20 ++++++++++++++++++++
 x11/xcb-util-errors/PLIST    |   4 ++++
 x11/xcb-util-errors/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r a1fd58af43c7 -r 2a301f14e66c x11/xcb-util-errors/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcb-util-errors/DESCR Mon Apr 27 09:23:06 2015 +0000
@@ -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 -r a1fd58af43c7 -r 2a301f14e66c x11/xcb-util-errors/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcb-util-errors/Makefile      Mon Apr 27 09:23:06 2015 +0000
@@ -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@localhost
+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 -r a1fd58af43c7 -r 2a301f14e66c x11/xcb-util-errors/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcb-util-errors/PLIST Mon Apr 27 09:23:06 2015 +0000
@@ -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 -r a1fd58af43c7 -r 2a301f14e66c x11/xcb-util-errors/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xcb-util-errors/distinfo      Mon Apr 27 09:23:06 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index