pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/accerciser Initial import of accerciser-1.4.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d371202fd9d0
branches:  trunk
changeset: 553177:d371202fd9d0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 16 23:38:22 2009 +0000

description:
Initial import of accerciser-1.4.0:

Accerciser is an interactive Python accessibility explorer for the
GNOME desktop. It uses AT-SPI to inspect and control widgets,
allowing you to check if an application is providing correct
information to assistive technologies and automated test frameworks.
Accerciser has a simple plugin framework which you can use to create
custom views of accessibility information.

In essence, Accerciser is a next generation at-poke tool.

diffstat:

 devel/accerciser/DESCR    |    8 ++
 devel/accerciser/Makefile |   33 ++++++++
 devel/accerciser/PLIST    |  177 ++++++++++++++++++++++++++++++++++++++++++++++
 devel/accerciser/distinfo |    5 +
 4 files changed, 223 insertions(+), 0 deletions(-)

diffs (239 lines):

diff -r 6eba6e1563aa -r d371202fd9d0 devel/accerciser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/accerciser/DESCR    Fri Jan 16 23:38:22 2009 +0000
@@ -0,0 +1,8 @@
+Accerciser is an interactive Python accessibility explorer for the
+GNOME desktop. It uses AT-SPI to inspect and control widgets,
+allowing you to check if an application is providing correct
+information to assistive technologies and automated test frameworks.
+Accerciser has a simple plugin framework which you can use to create
+custom views of accessibility information.
+
+In essence, Accerciser is a next generation at-poke tool.
diff -r 6eba6e1563aa -r d371202fd9d0 devel/accerciser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/accerciser/Makefile Fri Jan 16 23:38:22 2009 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/16 23:38:22 wiz Exp $
+#
+
+DISTNAME=      accerciser-1.4.0
+CATEGORIES=    misc
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/accerciser/1.4/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.gnome.org/
+COMMENT=       Interactive Python accessibility explorer for the GNOME desktop
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_DIRS+=             gnome2-1.5
+USE_TOOLS+=            intltool pkg-config
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+PYTHON_VERSIONS_ACCEPTED=      25 24
+PY_PATCHPLIST=         yes
+REPLACE_PYTHON=                plugins/ipython_view.py
+REPLACE_PYTHON+=       src/accerciser.in
+
+.include "../../devel/GConf/schemas.mk"
+BUILDLINK_API_DEPENDS.py-at-spi+=      ${PYPKGPREFIX}-at-spi>=1.23.3
+.include "../../devel/py-at-spi/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
+.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+.include "../../x11/py-gnome2-desktop/buildlink3.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6eba6e1563aa -r d371202fd9d0 devel/accerciser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/accerciser/PLIST    Fri Jan 16 23:38:22 2009 +0000
@@ -0,0 +1,177 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/16 23:38:22 wiz Exp $
+bin/accerciser
+${PYSITELIB}/accerciser/__init__.py
+${PYSITELIB}/accerciser/__init__.pyc
+${PYSITELIB}/accerciser/__init__.pyo
+${PYSITELIB}/accerciser/about_dialog.py
+${PYSITELIB}/accerciser/about_dialog.pyc
+${PYSITELIB}/accerciser/about_dialog.pyo
+${PYSITELIB}/accerciser/accerciser.py
+${PYSITELIB}/accerciser/accerciser.pyc
+${PYSITELIB}/accerciser/accerciser.pyo
+${PYSITELIB}/accerciser/accessible_treeview.py
+${PYSITELIB}/accerciser/accessible_treeview.pyc
+${PYSITELIB}/accerciser/accessible_treeview.pyo
+${PYSITELIB}/accerciser/bookmarks.py
+${PYSITELIB}/accerciser/bookmarks.pyc
+${PYSITELIB}/accerciser/bookmarks.pyo
+${PYSITELIB}/accerciser/hotkey_manager.py
+${PYSITELIB}/accerciser/hotkey_manager.pyc
+${PYSITELIB}/accerciser/hotkey_manager.pyo
+${PYSITELIB}/accerciser/i18n.py
+${PYSITELIB}/accerciser/i18n.pyc
+${PYSITELIB}/accerciser/i18n.pyo
+${PYSITELIB}/accerciser/icons.py
+${PYSITELIB}/accerciser/icons.pyc
+${PYSITELIB}/accerciser/icons.pyo
+${PYSITELIB}/accerciser/main_window.py
+${PYSITELIB}/accerciser/main_window.pyc
+${PYSITELIB}/accerciser/main_window.pyo
+${PYSITELIB}/accerciser/node.py
+${PYSITELIB}/accerciser/node.pyc
+${PYSITELIB}/accerciser/node.pyo
+${PYSITELIB}/accerciser/plugin/__init__.py
+${PYSITELIB}/accerciser/plugin/__init__.pyc
+${PYSITELIB}/accerciser/plugin/__init__.pyo
+${PYSITELIB}/accerciser/plugin/base_plugin.py
+${PYSITELIB}/accerciser/plugin/base_plugin.pyc
+${PYSITELIB}/accerciser/plugin/base_plugin.pyo
+${PYSITELIB}/accerciser/plugin/message.py
+${PYSITELIB}/accerciser/plugin/message.pyc
+${PYSITELIB}/accerciser/plugin/message.pyo
+${PYSITELIB}/accerciser/plugin/plugin_manager.py
+${PYSITELIB}/accerciser/plugin/plugin_manager.pyc
+${PYSITELIB}/accerciser/plugin/plugin_manager.pyo
+${PYSITELIB}/accerciser/plugin/view.py
+${PYSITELIB}/accerciser/plugin/view.pyc
+${PYSITELIB}/accerciser/plugin/view.pyo
+${PYSITELIB}/accerciser/prefs_dialog.py
+${PYSITELIB}/accerciser/prefs_dialog.pyc
+${PYSITELIB}/accerciser/prefs_dialog.pyo
+${PYSITELIB}/accerciser/script_playback.py
+${PYSITELIB}/accerciser/script_playback.pyc
+${PYSITELIB}/accerciser/script_playback.pyo
+${PYSITELIB}/accerciser/tools.py
+${PYSITELIB}/accerciser/tools.pyc
+${PYSITELIB}/accerciser/tools.pyo
+${PYSITELIB}/accerciser/ui_manager.py
+${PYSITELIB}/accerciser/ui_manager.pyc
+${PYSITELIB}/accerciser/ui_manager.pyo
+man/man1/accerciser.1
+share/accerciser/pixmaps/hicolor/22x22/acceleratorlabel.png
+share/accerciser/pixmaps/hicolor/22x22/alert.png
+share/accerciser/pixmaps/hicolor/22x22/animation.png
+share/accerciser/pixmaps/hicolor/22x22/arrow.png
+share/accerciser/pixmaps/hicolor/22x22/calendar.png
+share/accerciser/pixmaps/hicolor/22x22/canvas.png
+share/accerciser/pixmaps/hicolor/22x22/care.png
+share/accerciser/pixmaps/hicolor/22x22/character.png
+share/accerciser/pixmaps/hicolor/22x22/chart.png
+share/accerciser/pixmaps/hicolor/22x22/checkbox.png
+share/accerciser/pixmaps/hicolor/22x22/checkmenuitem.png
+share/accerciser/pixmaps/hicolor/22x22/clock.png
+share/accerciser/pixmaps/hicolor/22x22/colorchooser.png
+share/accerciser/pixmaps/hicolor/22x22/column.png
+share/accerciser/pixmaps/hicolor/22x22/columnheader.png
+share/accerciser/pixmaps/hicolor/22x22/combobox.png
+share/accerciser/pixmaps/hicolor/22x22/cursor.png
+share/accerciser/pixmaps/hicolor/22x22/dateeditor.png
+share/accerciser/pixmaps/hicolor/22x22/desktopicon.png
+share/accerciser/pixmaps/hicolor/22x22/dial.png
+share/accerciser/pixmaps/hicolor/22x22/dialog.png
+share/accerciser/pixmaps/hicolor/22x22/directorypane.png
+share/accerciser/pixmaps/hicolor/22x22/drawingarea.png
+share/accerciser/pixmaps/hicolor/22x22/embedded.png
+share/accerciser/pixmaps/hicolor/22x22/endnote.png
+share/accerciser/pixmaps/hicolor/22x22/entry.png
+share/accerciser/pixmaps/hicolor/22x22/filechooser.png
+share/accerciser/pixmaps/hicolor/22x22/filler.png
+share/accerciser/pixmaps/hicolor/22x22/focustraversable.png
+share/accerciser/pixmaps/hicolor/22x22/fontchooser.png
+share/accerciser/pixmaps/hicolor/22x22/form.png
+share/accerciser/pixmaps/hicolor/22x22/frame.png
+share/accerciser/pixmaps/hicolor/22x22/glasspane.png
+share/accerciser/pixmaps/hicolor/22x22/grip.png
+share/accerciser/pixmaps/hicolor/22x22/heading.png
+share/accerciser/pixmaps/hicolor/22x22/helpballoon.png
+share/accerciser/pixmaps/hicolor/22x22/htmlcontainer.png
+share/accerciser/pixmaps/hicolor/22x22/icon.png
+share/accerciser/pixmaps/hicolor/22x22/image.png
+share/accerciser/pixmaps/hicolor/22x22/imagemap.png
+share/accerciser/pixmaps/hicolor/22x22/inputmethodwindow.png
+share/accerciser/pixmaps/hicolor/22x22/invalid.png
+share/accerciser/pixmaps/hicolor/22x22/label.png
+share/accerciser/pixmaps/hicolor/22x22/link.png
+share/accerciser/pixmaps/hicolor/22x22/list.png
+share/accerciser/pixmaps/hicolor/22x22/listitem.png
+share/accerciser/pixmaps/hicolor/22x22/menu.png
+share/accerciser/pixmaps/hicolor/22x22/menubar.png
+share/accerciser/pixmaps/hicolor/22x22/menuitem.png
+share/accerciser/pixmaps/hicolor/22x22/pagetab.png
+share/accerciser/pixmaps/hicolor/22x22/pagetablist.png
+share/accerciser/pixmaps/hicolor/22x22/passwordtext.png
+share/accerciser/pixmaps/hicolor/22x22/popupmenu.png
+share/accerciser/pixmaps/hicolor/22x22/progressbar.png
+share/accerciser/pixmaps/hicolor/22x22/pushbutton.png
+share/accerciser/pixmaps/hicolor/22x22/radiobutton.png
+share/accerciser/pixmaps/hicolor/22x22/radiomenuitem.png
+share/accerciser/pixmaps/hicolor/22x22/row.png
+share/accerciser/pixmaps/hicolor/22x22/ruler.png
+share/accerciser/pixmaps/hicolor/22x22/scrollbar.png
+share/accerciser/pixmaps/hicolor/22x22/scrollpane.png
+share/accerciser/pixmaps/hicolor/22x22/section.png
+share/accerciser/pixmaps/hicolor/22x22/separator.png
+share/accerciser/pixmaps/hicolor/22x22/shape.png
+share/accerciser/pixmaps/hicolor/22x22/slider.png
+share/accerciser/pixmaps/hicolor/22x22/sound.png
+share/accerciser/pixmaps/hicolor/22x22/spinbutton.png
+share/accerciser/pixmaps/hicolor/22x22/splitpane.png
+share/accerciser/pixmaps/hicolor/22x22/statusbar.png
+share/accerciser/pixmaps/hicolor/22x22/table.png
+share/accerciser/pixmaps/hicolor/22x22/tablecell.png
+share/accerciser/pixmaps/hicolor/22x22/tearoffmenuitem.png
+share/accerciser/pixmaps/hicolor/22x22/terminal.png
+share/accerciser/pixmaps/hicolor/22x22/text.png
+share/accerciser/pixmaps/hicolor/22x22/togglebutton.png
+share/accerciser/pixmaps/hicolor/22x22/toolbar.png
+share/accerciser/pixmaps/hicolor/22x22/tooltip.png
+share/accerciser/pixmaps/hicolor/22x22/tree.png
+share/accerciser/pixmaps/hicolor/22x22/treetable.png
+share/accerciser/pixmaps/hicolor/22x22/window.png
+share/accerciser/plugindata/validate/basic.py
+share/accerciser/plugins/api_view.py
+share/accerciser/plugins/console.py
+share/accerciser/plugins/event_monitor.glade
+share/accerciser/plugins/event_monitor.py
+share/accerciser/plugins/interface_view.glade
+share/accerciser/plugins/interface_view.py
+share/accerciser/plugins/ipython_view.py
+share/accerciser/plugins/quick_select.py
+share/accerciser/plugins/script_recorder.glade
+share/accerciser/plugins/script_recorder.py
+share/accerciser/plugins/validate.glade
+share/accerciser/plugins/validate.py
+share/applications/accerciser.desktop
+share/gconf/schemas/accerciser.schemas
+share/icons/hicolor/16x16/apps/accerciser.png
+share/icons/hicolor/22x22/apps/accerciser.png
+share/icons/hicolor/32x32/apps/accerciser.png
+share/icons/hicolor/48x48/apps/accerciser.png
+share/icons/hicolor/scalable/apps/accerciser.svg
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
+@comment in GConf: @dirrm share/gconf/schemas
+@comment in xdg-dirs: @dirrm share/applications
+@dirrm share/accerciser/plugins
+@dirrm share/accerciser/plugindata/validate
+@dirrm share/accerciser/plugindata
+@dirrm share/accerciser/pixmaps/hicolor/22x22
+@dirrm share/accerciser/pixmaps/hicolor
+@dirrm share/accerciser/pixmaps
+@dirrm share/accerciser
+@dirrm ${PYSITELIB}/accerciser/plugin
+@dirrm ${PYSITELIB}/accerciser
diff -r 6eba6e1563aa -r d371202fd9d0 devel/accerciser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/accerciser/distinfo Fri Jan 16 23:38:22 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/16 23:38:22 wiz Exp $
+
+SHA1 (accerciser-1.4.0.tar.bz2) = 91152a3d31ed070457a46d1aff00081350874a5e
+RMD160 (accerciser-1.4.0.tar.bz2) = 65f37de65d579f4bf1223376deaa55954bd8fe27
+Size (accerciser-1.4.0.tar.bz2) = 1338182 bytes



Home | Main Index | Thread Index | Old Index