summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-21 21:48:37 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-21 21:48:37 +0800
commitd71bb5194ba0d96bc248f07c086566d4782e1f98 (patch)
treedbc66105c28c07c118354a12bd90185e7af1cb6d
parent8a8dd4dd4a60116b636f21bf1622aa47a4191f3b (diff)
downloadmarcuscom-ports-d71bb5194ba0d96bc248f07c086566d4782e1f98.tar
marcuscom-ports-d71bb5194ba0d96bc248f07c086566d4782e1f98.tar.gz
marcuscom-ports-d71bb5194ba0d96bc248f07c086566d4782e1f98.tar.bz2
marcuscom-ports-d71bb5194ba0d96bc248f07c086566d4782e1f98.tar.lz
marcuscom-ports-d71bb5194ba0d96bc248f07c086566d4782e1f98.tar.xz
marcuscom-ports-d71bb5194ba0d96bc248f07c086566d4782e1f98.tar.zst
marcuscom-ports-d71bb5194ba0d96bc248f07c086566d4782e1f98.zip
Update to 1.5.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11884 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--accessibility/accerciser/Makefile49
-rw-r--r--accessibility/accerciser/distinfo3
-rw-r--r--accessibility/accerciser/pkg-descr5
-rw-r--r--accessibility/accerciser/pkg-plist315
4 files changed, 372 insertions, 0 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile
new file mode 100644
index 000000000..6a36bcc32
--- /dev/null
+++ b/accessibility/accerciser/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: accerciser
+# Date created: 2007-09-17
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= accerciser
+PORTVERSION= 1.5.91
+CATEGORIES= accessibility gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Interactive Python accessibility explorer for GNOME
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GNOME= pygnomedesktop atspi intlhack
+USE_PYTHON= yes
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+USE_DISPLAY= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= accerciser.schemas
+MAN1= accerciser.1
+
+.if !defined(DISPLAY)
+pre-configure:
+ @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \
+ ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \
+ ${RM} -f ${WRKDIR}/.Xvfb.pid ; \
+ fi
+ @${LOCALBASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid
+ @sleep 5
+
+post-configure:
+ @if [ -f ${WRKDIR}/.Xvfb.pid ]; then \
+ ${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \
+ ${RM} -f ${WRKDIR}/.Xvfb.pid ; \
+ fi
+.endif
+
+.include <bsd.port.mk>
diff --git a/accessibility/accerciser/distinfo b/accessibility/accerciser/distinfo
new file mode 100644
index 000000000..0c18ef4aa
--- /dev/null
+++ b/accessibility/accerciser/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/accerciser-1.5.91.tar.bz2) = 479aa9de0de23a44f35f701ca9501060
+SHA256 (gnome2/accerciser-1.5.91.tar.bz2) = e3396021ceb0bc557a887c3c1c852e30670903a1cae76022123f6cd8a66ab585
+SIZE (gnome2/accerciser-1.5.91.tar.bz2) = 1325492
diff --git a/accessibility/accerciser/pkg-descr b/accessibility/accerciser/pkg-descr
new file mode 100644
index 000000000..fe0530271
--- /dev/null
+++ b/accessibility/accerciser/pkg-descr
@@ -0,0 +1,5 @@
+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.
diff --git a/accessibility/accerciser/pkg-plist b/accessibility/accerciser/pkg-plist
new file mode 100644
index 000000000..3a3c44472
--- /dev/null
+++ b/accessibility/accerciser/pkg-plist
@@ -0,0 +1,315 @@
+bin/accerciser
+%%PYTHON_SITELIBDIR%%/accerciser/__init__.py
+%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/__init__.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.py
+%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/about_dialog.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/accerciser.py
+%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/accerciser.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.py
+%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/accessible_treeview.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.py
+%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/bookmarks.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.py
+%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/hotkey_manager.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/i18n.py
+%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/i18n.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/icons.py
+%%PYTHON_SITELIBDIR%%/accerciser/icons.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/icons.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/main_window.py
+%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/main_window.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/node.py
+%%PYTHON_SITELIBDIR%%/accerciser/node.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/node.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/__init__.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/base_plugin.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/message.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/plugin_manager.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.py
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/plugin/view.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.py
+%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/prefs_dialog.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/script_playback.py
+%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/script_playback.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/tools.py
+%%PYTHON_SITELIBDIR%%/accerciser/tools.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/tools.pyo
+%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.py
+%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyc
+%%PYTHON_SITELIBDIR%%/accerciser/ui_manager.pyo
+%%DATADIR%%/pixmaps/hicolor/22x22/acceleratorlabel.png
+%%DATADIR%%/pixmaps/hicolor/22x22/alert.png
+%%DATADIR%%/pixmaps/hicolor/22x22/animation.png
+%%DATADIR%%/pixmaps/hicolor/22x22/arrow.png
+%%DATADIR%%/pixmaps/hicolor/22x22/calendar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/canvas.png
+%%DATADIR%%/pixmaps/hicolor/22x22/care.png
+%%DATADIR%%/pixmaps/hicolor/22x22/character.png
+%%DATADIR%%/pixmaps/hicolor/22x22/chart.png
+%%DATADIR%%/pixmaps/hicolor/22x22/checkbox.png
+%%DATADIR%%/pixmaps/hicolor/22x22/checkmenuitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/clock.png
+%%DATADIR%%/pixmaps/hicolor/22x22/colorchooser.png
+%%DATADIR%%/pixmaps/hicolor/22x22/column.png
+%%DATADIR%%/pixmaps/hicolor/22x22/columnheader.png
+%%DATADIR%%/pixmaps/hicolor/22x22/combobox.png
+%%DATADIR%%/pixmaps/hicolor/22x22/cursor.png
+%%DATADIR%%/pixmaps/hicolor/22x22/dateeditor.png
+%%DATADIR%%/pixmaps/hicolor/22x22/desktopicon.png
+%%DATADIR%%/pixmaps/hicolor/22x22/dial.png
+%%DATADIR%%/pixmaps/hicolor/22x22/dialog.png
+%%DATADIR%%/pixmaps/hicolor/22x22/directorypane.png
+%%DATADIR%%/pixmaps/hicolor/22x22/drawingarea.png
+%%DATADIR%%/pixmaps/hicolor/22x22/embedded.png
+%%DATADIR%%/pixmaps/hicolor/22x22/endnote.png
+%%DATADIR%%/pixmaps/hicolor/22x22/entry.png
+%%DATADIR%%/pixmaps/hicolor/22x22/filechooser.png
+%%DATADIR%%/pixmaps/hicolor/22x22/filler.png
+%%DATADIR%%/pixmaps/hicolor/22x22/focustraversable.png
+%%DATADIR%%/pixmaps/hicolor/22x22/fontchooser.png
+%%DATADIR%%/pixmaps/hicolor/22x22/form.png
+%%DATADIR%%/pixmaps/hicolor/22x22/frame.png
+%%DATADIR%%/pixmaps/hicolor/22x22/glasspane.png
+%%DATADIR%%/pixmaps/hicolor/22x22/grip.png
+%%DATADIR%%/pixmaps/hicolor/22x22/heading.png
+%%DATADIR%%/pixmaps/hicolor/22x22/helpballoon.png
+%%DATADIR%%/pixmaps/hicolor/22x22/htmlcontainer.png
+%%DATADIR%%/pixmaps/hicolor/22x22/icon.png
+%%DATADIR%%/pixmaps/hicolor/22x22/image.png
+%%DATADIR%%/pixmaps/hicolor/22x22/imagemap.png
+%%DATADIR%%/pixmaps/hicolor/22x22/inputmethodwindow.png
+%%DATADIR%%/pixmaps/hicolor/22x22/invalid.png
+%%DATADIR%%/pixmaps/hicolor/22x22/label.png
+%%DATADIR%%/pixmaps/hicolor/22x22/link.png
+%%DATADIR%%/pixmaps/hicolor/22x22/list.png
+%%DATADIR%%/pixmaps/hicolor/22x22/listitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/menu.png
+%%DATADIR%%/pixmaps/hicolor/22x22/menubar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/menuitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/pagetab.png
+%%DATADIR%%/pixmaps/hicolor/22x22/pagetablist.png
+%%DATADIR%%/pixmaps/hicolor/22x22/passwordtext.png
+%%DATADIR%%/pixmaps/hicolor/22x22/popupmenu.png
+%%DATADIR%%/pixmaps/hicolor/22x22/progressbar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/pushbutton.png
+%%DATADIR%%/pixmaps/hicolor/22x22/radiobutton.png
+%%DATADIR%%/pixmaps/hicolor/22x22/radiomenuitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/row.png
+%%DATADIR%%/pixmaps/hicolor/22x22/ruler.png
+%%DATADIR%%/pixmaps/hicolor/22x22/scrollbar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/scrollpane.png
+%%DATADIR%%/pixmaps/hicolor/22x22/section.png
+%%DATADIR%%/pixmaps/hicolor/22x22/separator.png
+%%DATADIR%%/pixmaps/hicolor/22x22/shape.png
+%%DATADIR%%/pixmaps/hicolor/22x22/slider.png
+%%DATADIR%%/pixmaps/hicolor/22x22/sound.png
+%%DATADIR%%/pixmaps/hicolor/22x22/spinbutton.png
+%%DATADIR%%/pixmaps/hicolor/22x22/splitpane.png
+%%DATADIR%%/pixmaps/hicolor/22x22/statusbar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/table.png
+%%DATADIR%%/pixmaps/hicolor/22x22/tablecell.png
+%%DATADIR%%/pixmaps/hicolor/22x22/tearoffmenuitem.png
+%%DATADIR%%/pixmaps/hicolor/22x22/terminal.png
+%%DATADIR%%/pixmaps/hicolor/22x22/text.png
+%%DATADIR%%/pixmaps/hicolor/22x22/togglebutton.png
+%%DATADIR%%/pixmaps/hicolor/22x22/toolbar.png
+%%DATADIR%%/pixmaps/hicolor/22x22/tooltip.png
+%%DATADIR%%/pixmaps/hicolor/22x22/tree.png
+%%DATADIR%%/pixmaps/hicolor/22x22/treetable.png
+%%DATADIR%%/pixmaps/hicolor/22x22/window.png
+%%DATADIR%%/plugindata/validate/basic.py
+%%DATADIR%%/plugins/api_view.py
+%%DATADIR%%/plugins/console.py
+%%DATADIR%%/plugins/event_monitor.glade
+%%DATADIR%%/plugins/event_monitor.py
+%%DATADIR%%/plugins/interface_view.glade
+%%DATADIR%%/plugins/interface_view.py
+%%DATADIR%%/plugins/ipython_view.py
+%%DATADIR%%/plugins/quick_select.py
+%%DATADIR%%/plugins/script_recorder.glade
+%%DATADIR%%/plugins/script_recorder.py
+%%DATADIR%%/plugins/validate.glade
+%%DATADIR%%/plugins/validate.py
+share/applications/accerciser.desktop
+share/gnome/help/accerciser/C/accerciser.xml
+share/gnome/help/accerciser/C/figures/accerciser.png
+share/gnome/help/accerciser/C/figures/api_browser.png
+share/gnome/help/accerciser/C/figures/event_monitor.png
+share/gnome/help/accerciser/C/figures/interface_viewer.png
+share/gnome/help/accerciser/C/figures/script_recorder.png
+share/gnome/help/accerciser/C/legal.xml
+share/gnome/help/accerciser/ca/accerciser.xml
+share/gnome/help/accerciser/ca/figures/accerciser.png
+share/gnome/help/accerciser/ca/figures/api_browser.png
+share/gnome/help/accerciser/ca/figures/event_monitor.png
+share/gnome/help/accerciser/ca/figures/interface_viewer.png
+share/gnome/help/accerciser/ca/figures/script_recorder.png
+share/gnome/help/accerciser/cs/accerciser.xml
+share/gnome/help/accerciser/cs/figures/accerciser.png
+share/gnome/help/accerciser/cs/figures/api_browser.png
+share/gnome/help/accerciser/cs/figures/event_monitor.png
+share/gnome/help/accerciser/cs/figures/interface_viewer.png
+share/gnome/help/accerciser/cs/figures/script_recorder.png
+share/gnome/help/accerciser/en_GB/accerciser.xml
+share/gnome/help/accerciser/en_GB/figures/accerciser.png
+share/gnome/help/accerciser/en_GB/figures/api_browser.png
+share/gnome/help/accerciser/en_GB/figures/event_monitor.png
+share/gnome/help/accerciser/en_GB/figures/interface_viewer.png
+share/gnome/help/accerciser/en_GB/figures/script_recorder.png
+share/gnome/help/accerciser/es/accerciser.xml
+share/gnome/help/accerciser/es/figures/accerciser.png
+share/gnome/help/accerciser/es/figures/api_browser.png
+share/gnome/help/accerciser/es/figures/event_monitor.png
+share/gnome/help/accerciser/es/figures/interface_viewer.png
+share/gnome/help/accerciser/es/figures/script_recorder.png
+share/gnome/help/accerciser/fr/accerciser.xml
+share/gnome/help/accerciser/fr/figures/accerciser.png
+share/gnome/help/accerciser/fr/figures/api_browser.png
+share/gnome/help/accerciser/fr/figures/event_monitor.png
+share/gnome/help/accerciser/fr/figures/interface_viewer.png
+share/gnome/help/accerciser/fr/figures/script_recorder.png
+share/gnome/help/accerciser/oc/accerciser.xml
+share/gnome/help/accerciser/oc/figures/accerciser.png
+share/gnome/help/accerciser/oc/figures/api_browser.png
+share/gnome/help/accerciser/oc/figures/event_monitor.png
+share/gnome/help/accerciser/oc/figures/interface_viewer.png
+share/gnome/help/accerciser/oc/figures/script_recorder.png
+share/gnome/help/accerciser/pt_BR/accerciser.xml
+share/gnome/help/accerciser/pt_BR/figures/accerciser.png
+share/gnome/help/accerciser/pt_BR/figures/api_browser.png
+share/gnome/help/accerciser/pt_BR/figures/event_monitor.png
+share/gnome/help/accerciser/pt_BR/figures/interface_viewer.png
+share/gnome/help/accerciser/pt_BR/figures/script_recorder.png
+share/gnome/help/accerciser/sv/accerciser.xml
+share/gnome/help/accerciser/sv/figures/accerciser.png
+share/gnome/help/accerciser/sv/figures/api_browser.png
+share/gnome/help/accerciser/sv/figures/event_monitor.png
+share/gnome/help/accerciser/sv/figures/interface_viewer.png
+share/gnome/help/accerciser/sv/figures/script_recorder.png
+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
+share/locale/ar/LC_MESSAGES/accerciser.mo
+share/locale/bg/LC_MESSAGES/accerciser.mo
+share/locale/bn/LC_MESSAGES/accerciser.mo
+share/locale/bn_IN/LC_MESSAGES/accerciser.mo
+share/locale/ca/LC_MESSAGES/accerciser.mo
+share/locale/cs/LC_MESSAGES/accerciser.mo
+share/locale/da/LC_MESSAGES/accerciser.mo
+share/locale/de/LC_MESSAGES/accerciser.mo
+share/locale/dz/LC_MESSAGES/accerciser.mo
+share/locale/el/LC_MESSAGES/accerciser.mo
+share/locale/en_CA/LC_MESSAGES/accerciser.mo
+share/locale/en_GB/LC_MESSAGES/accerciser.mo
+share/locale/es/LC_MESSAGES/accerciser.mo
+share/locale/eu/LC_MESSAGES/accerciser.mo
+share/locale/fi/LC_MESSAGES/accerciser.mo
+share/locale/fr/LC_MESSAGES/accerciser.mo
+share/locale/gl/LC_MESSAGES/accerciser.mo
+share/locale/gu/LC_MESSAGES/accerciser.mo
+share/locale/he/LC_MESSAGES/accerciser.mo
+share/locale/hi/LC_MESSAGES/accerciser.mo
+share/locale/hu/LC_MESSAGES/accerciser.mo
+share/locale/it/LC_MESSAGES/accerciser.mo
+share/locale/ja/LC_MESSAGES/accerciser.mo
+share/locale/kn/LC_MESSAGES/accerciser.mo
+share/locale/lt/LC_MESSAGES/accerciser.mo
+share/locale/lv/LC_MESSAGES/accerciser.mo
+share/locale/mk/LC_MESSAGES/accerciser.mo
+share/locale/ml/LC_MESSAGES/accerciser.mo
+share/locale/mr/LC_MESSAGES/accerciser.mo
+share/locale/nb/LC_MESSAGES/accerciser.mo
+share/locale/nl/LC_MESSAGES/accerciser.mo
+share/locale/oc/LC_MESSAGES/accerciser.mo
+share/locale/or/LC_MESSAGES/accerciser.mo
+share/locale/pa/LC_MESSAGES/accerciser.mo
+share/locale/pl/LC_MESSAGES/accerciser.mo
+share/locale/pt/LC_MESSAGES/accerciser.mo
+share/locale/pt_BR/LC_MESSAGES/accerciser.mo
+share/locale/ru/LC_MESSAGES/accerciser.mo
+share/locale/si/LC_MESSAGES/accerciser.mo
+share/locale/sl/LC_MESSAGES/accerciser.mo
+share/locale/sq/LC_MESSAGES/accerciser.mo
+share/locale/sv/LC_MESSAGES/accerciser.mo
+share/locale/te/LC_MESSAGES/accerciser.mo
+share/locale/th/LC_MESSAGES/accerciser.mo
+share/locale/tr/LC_MESSAGES/accerciser.mo
+share/locale/uk/LC_MESSAGES/accerciser.mo
+share/locale/vi/LC_MESSAGES/accerciser.mo
+share/locale/zh_CN/LC_MESSAGES/accerciser.mo
+share/locale/zh_HK/LC_MESSAGES/accerciser.mo
+share/locale/zh_TW/LC_MESSAGES/accerciser.mo
+share/omf/accerciser/accerciser-C.omf
+share/omf/accerciser/accerciser-ca.omf
+share/omf/accerciser/accerciser-cs.omf
+share/omf/accerciser/accerciser-en_GB.omf
+share/omf/accerciser/accerciser-es.omf
+share/omf/accerciser/accerciser-fr.omf
+share/omf/accerciser/accerciser-oc.omf
+share/omf/accerciser/accerciser-pt_BR.omf
+share/omf/accerciser/accerciser-sv.omf
+@dirrm share/omf/accerciser
+@dirrm share/gnome/help/accerciser/sv/figures
+@dirrm share/gnome/help/accerciser/sv
+@dirrm share/gnome/help/accerciser/pt_BR/figures
+@dirrm share/gnome/help/accerciser/pt_BR
+@dirrm share/gnome/help/accerciser/oc/figures
+@dirrm share/gnome/help/accerciser/oc
+@dirrm share/gnome/help/accerciser/fr/figures
+@dirrm share/gnome/help/accerciser/fr
+@dirrm share/gnome/help/accerciser/es/figures
+@dirrm share/gnome/help/accerciser/es
+@dirrm share/gnome/help/accerciser/en_GB/figures
+@dirrm share/gnome/help/accerciser/en_GB
+@dirrm share/gnome/help/accerciser/cs/figures
+@dirrm share/gnome/help/accerciser/cs
+@dirrm share/gnome/help/accerciser/ca/figures
+@dirrm share/gnome/help/accerciser/ca
+@dirrm share/gnome/help/accerciser/C/figures
+@dirrm share/gnome/help/accerciser/C
+@dirrm share/gnome/help/accerciser
+@dirrmtry share/applications
+@dirrm %%DATADIR%%/plugins
+@dirrm %%DATADIR%%/plugindata/validate
+@dirrm %%DATADIR%%/plugindata
+@dirrm %%DATADIR%%/pixmaps/hicolor/22x22
+@dirrm %%DATADIR%%/pixmaps/hicolor
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%
+@dirrm %%PYTHON_SITELIBDIR%%/accerciser/plugin
+@dirrm %%PYTHON_SITELIBDIR%%/accerciser
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN