pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 Update these for consistency (libXfixes/DESCR is r...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e60529bd0a41
branches: trunk
changeset: 546822:e60529bd0a41
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Sep 08 07:10:41 2008 +0000
description:
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:
x11/Xfixes/DESCR | 8 +++++++-
x11/Xrender/DESCR | 3 +++
x11/libXrender/DESCR | 12 ++++++++++--
3 files changed, 20 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r d71cb816aad1 -r e60529bd0a41 x11/Xfixes/DESCR
--- a/x11/Xfixes/DESCR Mon Sep 08 07:02:52 2008 +0000
+++ b/x11/Xfixes/DESCR Mon Sep 08 07:10:41 2008 +0000
@@ -1,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 -r d71cb816aad1 -r e60529bd0a41 x11/Xrender/DESCR
--- a/x11/Xrender/DESCR Mon Sep 08 07:02:52 2008 +0000
+++ b/x11/Xrender/DESCR Mon Sep 08 07:10:41 2008 +0000
@@ -6,3 +6,6 @@
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 -r d71cb816aad1 -r e60529bd0a41 x11/libXrender/DESCR
--- a/x11/libXrender/DESCR Mon Sep 08 07:02:52 2008 +0000
+++ b/x11/libXrender/DESCR Mon Sep 08 07:10:41 2008 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index