git: 87b9904401a6 - main - x11/libXxf86dga: Fix the incorrect pkg-descr

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sun, 08 Jun 2025 02:57:14 UTC
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=87b9904401a602211efcb5041b0fd20270364083

commit 87b9904401a602211efcb5041b0fd20270364083
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-06-08 02:43:06 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-06-08 02:52:30 +0000

    x11/libXxf86dga: Fix the incorrect pkg-descr
    
    PR:             286542
    Approved by:    manu (x11, maintainer)
---
 x11/libXxf86dga/pkg-descr | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/x11/libXxf86dga/pkg-descr b/x11/libXxf86dga/pkg-descr
index 9697dca7a295..661b795ec2de 100644
--- a/x11/libXxf86dga/pkg-descr
+++ b/x11/libXxf86dga/pkg-descr
@@ -1 +1,9 @@
-This package contains the XKB file library.
+The XFree86-DGA extension is an X server extension for allowing client
+programs direct access to the video frame buffer.
+
+XFree86-DGA is not intended as a direct rendering API, but rather, as a
+mechanism to "get the X Server out of the way" so that some other
+direct rendering API can have full access to the hardware.  With this
+in mind, DGA does provide clients some direct access to the hardware
+without requiring a separate rendering API, but this access is limited
+to direct linear framebuffer access.