diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-03 22:28:12 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2019-08-03 22:28:12 +0200 |
commit | 25146aa059f0ce890c5600a24d816073c0c50eae (patch) | |
tree | b4dc5a38817a1f02fcd2cee242a36a4541950681 /devel/xcb-proto | |
parent | 561d4c147b1b28f657c9e686463b4838d1a9b0b6 (diff) |
more for xcb-proto.
XXX conflict with x11/py-xcbgen
Diffstat (limited to 'devel/xcb-proto')
-rw-r--r-- | devel/xcb-proto/Makefile | 2 | ||||
-rw-r--r-- | devel/xcb-proto/pkg/DESCR | 3 | ||||
-rw-r--r-- | devel/xcb-proto/pkg/PLIST | 57 |
3 files changed, 62 insertions, 0 deletions
diff --git a/devel/xcb-proto/Makefile b/devel/xcb-proto/Makefile index c877ed4..594533c 100644 --- a/devel/xcb-proto/Makefile +++ b/devel/xcb-proto/Makefile @@ -14,6 +14,8 @@ PERMIT_PACKAGE = Yes MASTER_SITES = https://xcb.freedesktop.org/dist/ +MODULES= lang/python + SEPARATE_BUILD = Yes #SEPARATE_BUILD = flavored (distinct flavors may share a common WRKSRC) #USE_GMAKE = Yes diff --git a/devel/xcb-proto/pkg/DESCR b/devel/xcb-proto/pkg/DESCR new file mode 100644 index 0000000..fd27c92 --- /dev/null +++ b/devel/xcb-proto/pkg/DESCR @@ -0,0 +1,3 @@ +The X protocol C-language Binding (XCB) is a replacement for Xlib +featuring a small footprint, latency hiding, direct access to the +protocol, improved threading support, and extensibility. diff --git a/devel/xcb-proto/pkg/PLIST b/devel/xcb-proto/pkg/PLIST new file mode 100644 index 0000000..69967c6 --- /dev/null +++ b/devel/xcb-proto/pkg/PLIST @@ -0,0 +1,57 @@ +@comment $OpenBSD: PLIST,v$ +lib/pkgconfig/xcb-proto.pc +lib/python${MODPY_VERSION}/site-packages/xcbgen/ +lib/python${MODPY_VERSION}/site-packages/xcbgen/__init__.py +lib/python${MODPY_VERSION}/site-packages/xcbgen/__init__.pyc +lib/python${MODPY_VERSION}/site-packages/xcbgen/__init__.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/xcbgen/align.py +lib/python${MODPY_VERSION}/site-packages/xcbgen/align.pyc +lib/python${MODPY_VERSION}/site-packages/xcbgen/align.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/xcbgen/error.py +lib/python${MODPY_VERSION}/site-packages/xcbgen/error.pyc +lib/python${MODPY_VERSION}/site-packages/xcbgen/error.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/xcbgen/expr.py +lib/python${MODPY_VERSION}/site-packages/xcbgen/expr.pyc +lib/python${MODPY_VERSION}/site-packages/xcbgen/expr.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/xcbgen/matcher.py +lib/python${MODPY_VERSION}/site-packages/xcbgen/matcher.pyc +lib/python${MODPY_VERSION}/site-packages/xcbgen/matcher.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/xcbgen/state.py +lib/python${MODPY_VERSION}/site-packages/xcbgen/state.pyc +lib/python${MODPY_VERSION}/site-packages/xcbgen/state.${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/xcbgen/xtypes.py +lib/python${MODPY_VERSION}/site-packages/xcbgen/xtypes.pyc +lib/python${MODPY_VERSION}/site-packages/xcbgen/xtypes.${MODPY_PYOEXTENSION} +share/xcb/ +share/xcb/bigreq.xml +share/xcb/composite.xml +share/xcb/damage.xml +share/xcb/dpms.xml +share/xcb/dri2.xml +share/xcb/dri3.xml +share/xcb/ge.xml +share/xcb/glx.xml +share/xcb/present.xml +share/xcb/randr.xml +share/xcb/record.xml +share/xcb/render.xml +share/xcb/res.xml +share/xcb/screensaver.xml +share/xcb/shape.xml +share/xcb/shm.xml +share/xcb/sync.xml +share/xcb/xc_misc.xml +share/xcb/xcb.xsd +share/xcb/xevie.xml +share/xcb/xf86dri.xml +share/xcb/xf86vidmode.xml +share/xcb/xfixes.xml +share/xcb/xinerama.xml +share/xcb/xinput.xml +share/xcb/xkb.xml +share/xcb/xprint.xml +share/xcb/xproto.xml +share/xcb/xselinux.xml +share/xcb/xtest.xml +share/xcb/xv.xml +share/xcb/xvmc.xml |