From 4f527778016478b9c287f39e4d78414d9c0c0243 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 24 Jul 2012 18:02:07 +0000 Subject: add xcb-util-keysyms-0.3.9 - this used to be part of xcb-util, but comes as a separate tarball now --- x11/xcb-util-keysyms/DESCR | 10 ++++++++++ x11/xcb-util-keysyms/Makefile | 23 +++++++++++++++++++++++ x11/xcb-util-keysyms/PLIST | 4 ++++ x11/xcb-util-keysyms/buildlink3.mk | 14 ++++++++++++++ x11/xcb-util-keysyms/distinfo | 5 +++++ 5 files changed, 56 insertions(+) create mode 100644 x11/xcb-util-keysyms/DESCR create mode 100644 x11/xcb-util-keysyms/Makefile create mode 100644 x11/xcb-util-keysyms/PLIST create mode 100644 x11/xcb-util-keysyms/buildlink3.mk create mode 100644 x11/xcb-util-keysyms/distinfo (limited to 'x11') diff --git a/x11/xcb-util-keysyms/DESCR b/x11/xcb-util-keysyms/DESCR new file mode 100644 index 00000000000..231ec15446b --- /dev/null +++ b/x11/xcb-util-keysyms/DESCR @@ -0,0 +1,10 @@ +The xcb-util module provides a number of libraries which sit on top of +libxcb, the core X protocol library, and some of the extension +libraries. These experimental libraries provide convenience functions +and interfaces which make the raw X protocol more usable. Some of the +libraries also provide client-side code which is not strictly part of +the X protocol but which have traditionally been provided by Xlib. + +These libraries are currently included, roughly ordered by maturity: + +keysyms: Standard X key constants and conversion to/from keycodes. diff --git a/x11/xcb-util-keysyms/Makefile b/x11/xcb-util-keysyms/Makefile new file mode 100644 index 00000000000..fcca6238a95 --- /dev/null +++ b/x11/xcb-util-keysyms/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2012/07/24 18:02:07 drochner Exp $ +# + +DISTNAME= xcb-util-keysyms-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 Utilities +LICENSE= mit + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config gmake +USE_LIBTOOL= yes + +PKGCONFIG_OVERRIDE+= xcb-keysyms.pc.in + +.include "../../x11/libxcb/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xcb-util-keysyms/PLIST b/x11/xcb-util-keysyms/PLIST new file mode 100644 index 00000000000..00d5f7c8bb2 --- /dev/null +++ b/x11/xcb-util-keysyms/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2012/07/24 18:02:07 drochner Exp $ +include/xcb/xcb_keysyms.h +lib/libxcb-keysyms.la +lib/pkgconfig/xcb-keysyms.pc diff --git a/x11/xcb-util-keysyms/buildlink3.mk b/x11/xcb-util-keysyms/buildlink3.mk new file mode 100644 index 00000000000..463eb757a27 --- /dev/null +++ b/x11/xcb-util-keysyms/buildlink3.mk @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2012/07/24 18:02:07 drochner Exp $ + +BUILDLINK_TREE+= xcb-util-keysyms + +.if !defined(XCB_UTIL_KEYSYMS_BUILDLINK3_MK) +XCB_UTIL_KEYSYMS_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.xcb-util-keysyms+= xcb-util-keysyms>=0.3.9 +BUILDLINK_PKGSRCDIR.xcb-util-keysyms?= ../../x11/xcb-util-keysyms + +.include "../../x11/libxcb/buildlink3.mk" +.endif # XCB_UTIL_KEYSYMS_BUILDLINK3_MK + +BUILDLINK_TREE+= -xcb-util-keysyms diff --git a/x11/xcb-util-keysyms/distinfo b/x11/xcb-util-keysyms/distinfo new file mode 100644 index 00000000000..2d1cf245b66 --- /dev/null +++ b/x11/xcb-util-keysyms/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/07/24 18:02:07 drochner Exp $ + +SHA1 (xcb-util-keysyms-0.3.9.tar.bz2) = 74d9d0eeb13ec0e36b35f4b812e8073d1a09e51c +RMD160 (xcb-util-keysyms-0.3.9.tar.bz2) = 6a155a76bd8efb3a761703895653d4e964d78452 +Size (xcb-util-keysyms-0.3.9.tar.bz2) = 286075 bytes -- cgit v1.2.3