diff options
author | wiz <wiz@pkgsrc.org> | 2019-03-17 08:06:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-03-17 08:06:55 +0000 |
commit | 4fb78d63e15a400ef6cacb73e5ef58f147210a1f (patch) | |
tree | d4e3f41c5da99be584ab137990d07dc8c579f0db /x11/libXext/DESCR | |
parent | c36fc34a92f985d2ce97874758438918e06b199c (diff) | |
download | pkgsrc-4fb78d63e15a400ef6cacb73e5ef58f147210a1f.tar.gz |
libXext: update to 1.3.4.
Alan Coopersmith (7):
Assert that values buffer has enough room for provided values
Fix typos in man pages
Use __builtin_popcountl if available to replace Ones() in XSecurity.c
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Add description of libXext to README.md
libXext 1.3.4
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Rob Wu (1):
XSecurityGenerateAuthorization: Allocate enough space in values buffer
Diffstat (limited to 'x11/libXext/DESCR')
-rw-r--r-- | x11/libXext/DESCR | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11/libXext/DESCR b/x11/libXext/DESCR index d72d42e0e8f..3a441c27264 100644 --- a/x11/libXext/DESCR +++ b/x11/libXext/DESCR @@ -1,7 +1,8 @@ -This package contains the X Extension library from the modular -X.org X11 project. LibXext provides functions for: Double Buffer -Extension (DBE), Display Power Management Signaling (DPMS), X11 -Nonrectangular Window Shape Extension (XShape), shared memory -extensions (XShm), TOG-CUP (Xcup), X11 Extended Visual Information -extension (EVI), X11 Double-Buffering, Multi-Buffering, and Stereo -Extension (Xmbuf). +libXext is the historical libX11-based catchall library for the +X11 extensions without their own libraries. + +libXext provides functions for: Double Buffer Extension (DBE), +Display Power Management Signaling (DPMS), X11 Nonrectangular Window +Shape Extension (XShape), shared memory extensions (XShm), TOG-CUP +(Xcup), X11 Extended Visual Information extension (EVI), X11 +Double-Buffering, Multi-Buffering, and Stereo Extension (Xmbuf). |