Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 12:56:41 +0100 (CET)
From:      Marcus von Appen <mva@sysfault.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106909: [New Port]: accessibility/py-papi - an easy to use ATK wrapper toolkit for Python
Message-ID:  <200612191156.kBJBufRd009075@medusa.sysfault.org>
Resent-Message-ID: <200612191230.kBJCUJRk050127@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106909
>Category:       ports
>Synopsis:       [New Port]: accessibility/py-papi - an easy to use ATK wrapper toolkit for Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 12:30:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Marcus von Appen
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Nov 15 12:20:52 CET 2006 root@medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386


	
>Description:
        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.

>How-To-Repeat:
	--
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-papi
#	py-papi/Makefile
#	py-papi/distinfo
#	py-papi/pkg-descr
#	py-papi/pkg-plist
#
echo c - py-papi
mkdir -p py-papi > /dev/null 2>&1
echo x - py-papi/Makefile
sed 's/^X//' >py-papi/Makefile << 'END-of-py-papi/Makefile'
X# New ports collection makefile for:	py-papi
X# Date created:		2006-12-19
X# Whom:			Marcus von Appen
X#
X# $FreeBSD$
X#
X
XPORTNAME=	papi
XPORTVERSION=	0.0.2
XCATEGORIES=	accessibility devel python
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	ocemp
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	papi-${PORTVERSION}
X
XMAINTAINER=	mva@sysfault.org
XCOMMENT=	ATK accessibility wrapper for python
X
XUSE_GNOME=	atk
XUSE_GCC=	3.4+
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=yes
X
Xpost-patch:
X.if defined(NOPORTDOCS)
X	${REINPLACE_CMD} -i "" -e 's|: docfiles|: []|g' ${WRKSRC}/setup.py
X.endif
X
X.include <bsd.port.mk>
END-of-py-papi/Makefile
echo x - py-papi/distinfo
sed 's/^X//' >py-papi/distinfo << 'END-of-py-papi/distinfo'
XMD5 (papi-0.0.2.tar.gz) = 194e090eb3fe177b397a59db03e9114b
XSHA256 (papi-0.0.2.tar.gz) = 8876ea2748e978296b4a07d1faeeb9230a9b7ffee57f3984c501a11414e08375
XSIZE (papi-0.0.2.tar.gz) = 52558
END-of-py-papi/distinfo
echo x - py-papi/pkg-descr
sed 's/^X//' >py-papi/pkg-descr << 'END-of-py-papi/pkg-descr'
XPapi, the Python Accessibility Programming Interface, is a Python
Xwrapper around the GNOME ATK toolkit.
XIt allows a developer to make python objects and applications
Xeasily accessibility aware without the need to install PyGTK and
Xthe GNOME accessibility components. Instead it only depends on ATK
Xand - on the developers behalf - the ATK/AT-SPI bridge shipped with
XAT-SPI.
X
XWWW: http://ocemp.sourceforge.net/papi.html
END-of-py-papi/pkg-descr
echo x - py-papi/pkg-plist
sed 's/^X//' >py-papi/pkg-plist << 'END-of-py-papi/pkg-plist'
X%%PYTHON_SITELIBDIR%%/papi.so
X%%PORTDOCS%%%%DOCSDIR%%/examples/atkaction.py
X%%PORTDOCS%%%%DOCSDIR%%/examples/atkapplication.py
X%%PORTDOCS%%%%DOCSDIR%%/manual.html
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-py-papi/pkg-plist
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612191156.kBJBufRd009075>