mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
e1d60dbb89
commit
e60947bbed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180382
5 changed files with 48 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
SUBDIR += kdeaccessibility
|
SUBDIR += kdeaccessibility
|
||||||
SUBDIR += linux-atk
|
SUBDIR += linux-atk
|
||||||
SUBDIR += orca
|
SUBDIR += orca
|
||||||
|
SUBDIR += py-papi
|
||||||
SUBDIR += ruby-atk
|
SUBDIR += ruby-atk
|
||||||
|
|
||||||
.include <bsd.port.subdir.mk>
|
.include <bsd.port.subdir.mk>
|
||||||
|
|
29
accessibility/py-papi/Makefile
Normal file
29
accessibility/py-papi/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# New ports collection makefile for: py-papi
|
||||||
|
# Date created: 2006-12-19
|
||||||
|
# Whom: Marcus von Appen
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= papi
|
||||||
|
PORTVERSION= 0.0.2
|
||||||
|
CATEGORIES= accessibility devel python
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= ocemp
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= papi-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= mva@sysfault.org
|
||||||
|
COMMENT= ATK accessibility wrapper for python
|
||||||
|
|
||||||
|
USE_GNOME= atk
|
||||||
|
USE_GCC= 3.4+
|
||||||
|
USE_PYTHON= yes
|
||||||
|
USE_PYDISTUTILS=yes
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
.if defined(NOPORTDOCS)
|
||||||
|
${REINPLACE_CMD} -i "" -e 's|: docfiles|: []|g' ${WRKSRC}/setup.py
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
accessibility/py-papi/distinfo
Normal file
3
accessibility/py-papi/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (papi-0.0.2.tar.gz) = 194e090eb3fe177b397a59db03e9114b
|
||||||
|
SHA256 (papi-0.0.2.tar.gz) = 8876ea2748e978296b4a07d1faeeb9230a9b7ffee57f3984c501a11414e08375
|
||||||
|
SIZE (papi-0.0.2.tar.gz) = 52558
|
9
accessibility/py-papi/pkg-descr
Normal file
9
accessibility/py-papi/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
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
|
6
accessibility/py-papi/pkg-plist
Normal file
6
accessibility/py-papi/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
%%PYTHON_SITELIBDIR%%/papi.so
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/examples/atkaction.py
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/examples/atkapplication.py
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/manual.html
|
||||||
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
|
||||||
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Add table
Reference in a new issue