summaryrefslogtreecommitdiff
path: root/x11/libXrender/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXrender/pkg-descr')
-rw-r--r--x11/libXrender/pkg-descr9
1 files changed, 8 insertions, 1 deletions
diff --git a/x11/libXrender/pkg-descr b/x11/libXrender/pkg-descr
index 9a91a7aab94c..2b43b9c3171f 100644
--- a/x11/libXrender/pkg-descr
+++ b/x11/libXrender/pkg-descr
@@ -1 +1,8 @@
-This package contains X render library and server implementations for XFree86.
+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.