From 452dedbc6ce70bd466a1fcd7f72d67acac5c7c06 Mon Sep 17 00:00:00 2001 From: Eric Turgeon Date: Thu, 18 Oct 2018 18:52:17 +0000 Subject: add port x11/py-xcffib xcffib is intended to be a (mostly) drop-in replacement for xpyb. xpyb has an inactive upstream, several memory leaks, is python2 only and doesn't have pypy support. xcffib is a binding which uses cffi, which mitigates some of the issues described above. xcffib also builds bindings for 27 of the 29 (xprint and xkb are missing) X extensions in 1.10. Approved by: wg (mentor) --- x11/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11/Makefile') diff --git a/x11/Makefile b/x11/Makefile index 43f9833d067f..570320aaf469 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -279,6 +279,7 @@ SUBDIR += py-pyvirtualdisplay SUBDIR += py-qt4-opengl SUBDIR += py-qt5-opengl + SUBDIR += py-xcffib SUBDIR += py-xdot SUBDIR += py-xdot06 SUBDIR += qimageblitz -- cgit v1.2.3