summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-03-01 07:30:06 +0100
committerTobias C. Berner <tcberner@FreeBSD.org>2023-03-01 07:32:27 +0100
commit2944fc896ef287d7a18d6e30ad2823cb36c6cc61 (patch)
treefc01b3f1e82cab583478f3dff4a4777f098379db /accessibility
parentaccessibility/linux-c7-at-spi2-atk: decouple from accesibility/at-spi2-atk (diff)
accessibility/linux-c7-at-spi2-core: decouple from accessibility/at-spi2-core
PR: 269704
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/linux-c7-at-spi2-core/Makefile2
-rw-r--r--accessibility/linux-c7-at-spi2-core/pkg-descr8
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.