summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordholland <dholland>2008-09-08 07:10:41 +0000
committerdholland <dholland>2008-09-08 07:10:41 +0000
commit2e3ed972b30b1edb5b080345f3a8545ef2cd8b3b (patch)
tree8eb8fbc788f792e7ddede1ad0c394e41196ea42e /x11
parent7a7df623c2ea17101899a5f612a9a1ce79c2d7db (diff)
downloadpkgsrc-2e3ed972b30b1edb5b080345f3a8545ef2cd8b3b.tar.gz
Update these for consistency (libXfixes/DESCR is related but didn't
need updating) and document which are the native-x11 and which are the modular X.org versions.
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.