diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-22 04:20:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-22 04:20:32 +0800 |
commit | 7317a3eeeb490974999e3aa1f0ed6cb90af348d8 (patch) | |
tree | 2fa661be80155fafca80c62d6519d86c0ab1050b /accessibility/Makefile | |
parent | 587f57f92fae6b4ff826936eec68e4af9f575a0b (diff) | |
download | freebsd-ports-gnome-7317a3eeeb490974999e3aa1f0ed6cb90af348d8.tar.gz freebsd-ports-gnome-7317a3eeeb490974999e3aa1f0ed6cb90af348d8.tar.zst freebsd-ports-gnome-7317a3eeeb490974999e3aa1f0ed6cb90af348d8.zip |
Papi, the Python Accessibility Programming Interface, is a Python
wrapper around the GNOME ATK toolkit.
It allows a developer to make python objects and applications
easily accessibility aware without the need to install PyGTK and
the GNOME accessibility components. Instead it only depends on ATK
and - on the developers behalf - the ATK/AT-SPI bridge shipped with
AT-SPI.
WWW: http://ocemp.sourceforge.net/papi.html
PR: ports/106909
Submitted by: Marcus von Appen
Diffstat (limited to 'accessibility/Makefile')
-rw-r--r-- | accessibility/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/Makefile b/accessibility/Makefile index 130ce8d3a563..93ab624de314 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -18,6 +18,7 @@ SUBDIR += kdeaccessibility SUBDIR += linux-atk SUBDIR += orca + SUBDIR += py-papi SUBDIR += ruby-atk .include <bsd.port.subdir.mk> |