diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-09 00:09:22 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-09 00:09:22 +0800 |
commit | 7a9d5db1de1511f46e7229933b330a0a6e0639f9 (patch) | |
tree | 944e3f70e1a7bdbb7adf40b7be3cdc6de3ce743c /x11/xcb-proto/pkg-descr | |
parent | 6c44c83aafdaf44a839e171c2debd88fc6e985e3 (diff) | |
download | freebsd-ports-gnome-7a9d5db1de1511f46e7229933b330a0a6e0639f9.tar.gz freebsd-ports-gnome-7a9d5db1de1511f46e7229933b330a0a6e0639f9.tar.zst freebsd-ports-gnome-7a9d5db1de1511f46e7229933b330a0a6e0639f9.zip |
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.
WWW: http://xcb.freedesktop.org/
- Ashish Shukla
wahjava@gmail.com
PR: ports/102446
Submitted by: Ashish Shukla <wahjava at gmail.com>
Diffstat (limited to 'x11/xcb-proto/pkg-descr')
-rw-r--r-- | x11/xcb-proto/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/xcb-proto/pkg-descr b/x11/xcb-proto/pkg-descr new file mode 100644 index 000000000000..7ae4144c72e4 --- /dev/null +++ b/x11/xcb-proto/pkg-descr @@ -0,0 +1,8 @@ +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. + +WWW: http://xcb.freedesktop.org/ + +- Ashish Shukla +wahjava@gmail.com |