# 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 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