From owner-cvs-all@FreeBSD.ORG Thu Dec 21 20:20:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 374B616A501; Thu, 21 Dec 2006 20:20:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2768513C459; Thu, 21 Dec 2006 20:20:33 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBLKKX9U008184; Thu, 21 Dec 2006 20:20:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBLKKXXQ008183; Thu, 21 Dec 2006 20:20:33 GMT (envelope-from miwi) Message-Id: <200612212020.kBLKKXXQ008183@repoman.freebsd.org> From: Martin Wilke Date: Thu, 21 Dec 2006 20:20:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility Makefile ports/accessibility/py-papi Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 20:20:33 -0000 miwi 2006-12-21 20:20:33 UTC FreeBSD ports repository Modified files: accessibility Makefile Added files: accessibility/py-papi Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.14 +1 -0 ports/accessibility/Makefile 1.1 +29 -0 ports/accessibility/py-papi/Makefile (new) 1.1 +3 -0 ports/accessibility/py-papi/distinfo (new) 1.1 +9 -0 ports/accessibility/py-papi/pkg-descr (new) 1.1 +6 -0 ports/accessibility/py-papi/pkg-plist (new)