summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/Xfixes/DESCR8
-rw-r--r--x11/Xrender/DESCR3
-rw-r--r--x11/libXrender/DESCR12
3 files changed, 20 insertions, 3 deletions
diff --git a/x11/Xfixes/DESCR b/x11/Xfixes/DESCR
index 25c40663c97..656480852e0 100644
--- a/x11/Xfixes/DESCR
+++ b/x11/Xfixes/DESCR
@@ -1 +1,7 @@
-Xfixes extension of X RandR
+The X Fixes Extension provides workarounds for various limitations
+in the core protocol. The extension is designed to hold various
+vaguely related extension bits that change how the X server and
+clients interact with fundamental parts of the window system.
+
+This package is for use with older native X11 versions. The modular
+X.org version is in x11/libXfixes.
diff --git a/x11/Xrender/DESCR b/x11/Xrender/DESCR
index 3db63118fe4..7ce7172358f 100644
--- a/x11/Xrender/DESCR
+++ b/x11/Xrender/DESCR
@@ -6,3 +6,6 @@ and rendering sets of them.
This package contains the client library for connecting to a Xserver that
supports the Xrender extension.
+
+This package is for use with older native X11 versions. The modular
+X.org version is in x11/libXrender.
diff --git a/x11/libXrender/DESCR b/x11/libXrender/DESCR
index 8ca38e58a2e..622aa8848e6 100644
--- a/x11/libXrender/DESCR
+++ b/x11/libXrender/DESCR
@@ -1,2 +1,10 @@
-This package provides the X Render Library from the modular X.org X11
-project.
+The X Rendering Extension introduces digital image composition as the
+foundation of a rendering model within the X Window System. Rendering
+geometric figures is accomplished by client-side tessellation into either
+triangles or trapezoids. Text is drawn by loading glyphs into the server
+and rendering sets of them.
+
+This package contains the client library for connecting to a Xserver that
+supports the Xrender extension.
+
+This is the modular X.org X11 project version.