git: 2944fc896ef2 - main - accessibility/linux-c7-at-spi2-core: decouple from accessibility/at-spi2-core

From: Tobias C. Berner <tcberner_at_FreeBSD.org>
Date: Wed, 01 Mar 2023 06:33:02 UTC
The branch main has been updated by tcberner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2944fc896ef287d7a18d6e30ad2823cb36c6cc61

commit 2944fc896ef287d7a18d6e30ad2823cb36c6cc61
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-03-01 06:30:06 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-03-01 06:32:27 +0000

    accessibility/linux-c7-at-spi2-core: decouple from accessibility/at-spi2-core
    
    PR:             269704
---
 accessibility/linux-c7-at-spi2-core/Makefile  | 2 --
 accessibility/linux-c7-at-spi2-core/pkg-descr | 8 ++++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/accessibility/linux-c7-at-spi2-core/Makefile b/accessibility/linux-c7-at-spi2-core/Makefile
index ff2feecc33b6..1ba7011bdbdd 100644
--- a/accessibility/linux-c7-at-spi2-core/Makefile
+++ b/accessibility/linux-c7-at-spi2-core/Makefile
@@ -16,8 +16,6 @@ USE_LDCONFIG=	yes
 USE_LINUX=	dbuslibs xorglibs
 USE_LINUX_RPM=	yes
 
-DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
-
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
diff --git a/accessibility/linux-c7-at-spi2-core/pkg-descr b/accessibility/linux-c7-at-spi2-core/pkg-descr
new file mode 100644
index 000000000000..8bf3ebfba6a5
--- /dev/null
+++ b/accessibility/linux-c7-at-spi2-core/pkg-descr
@@ -0,0 +1,8 @@
+This is the Gnome Accessibility Project's Assistive Technology
+Service Provider Interface.  It allows accessibility applications
+and assistive technologies to announce their respective existence
+to each other.
+
+This version of at-spi is a major break from previous versions.
+It has been completely rewritten to use D-Bus rather than
+ORBIT / CORBA for its transport protocol.