summaryrefslogtreecommitdiff
path: root/devel/accerciser
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-07-02 04:04:34 +0000
committeradam <adam@pkgsrc.org>2019-07-02 04:04:34 +0000
commit55c4dec0cf5f64b781e9d367768457643192ab2a (patch)
tree4c218a0c31622b555b86f00bdbfac6d41bff8d54 /devel/accerciser
parent5327a03b66111292f3e05cb8663280be07551c2f (diff)
downloadpkgsrc-55c4dec0cf5f64b781e9d367768457643192ab2a.tar.gz
accerciser: removed, use accerciser3 instead
Diffstat (limited to 'devel/accerciser')
-rw-r--r--devel/accerciser/DESCR8
-rw-r--r--devel/accerciser/Makefile35
-rw-r--r--devel/accerciser/PLIST340
-rw-r--r--devel/accerciser/distinfo6
4 files changed, 0 insertions, 389 deletions
diff --git a/devel/accerciser/DESCR b/devel/accerciser/DESCR
deleted file mode 100644
index 5ccfec27aaa..00000000000
--- a/devel/accerciser/DESCR
+++ /dev/null
@@ -1,8 +0,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.
diff --git a/devel/accerciser/Makefile b/devel/accerciser/Makefile
deleted file mode 100644
index ab5072c875d..00000000000
--- a/devel/accerciser/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.31 2019/04/26 14:12:34 maya Exp $
-
-DISTNAME= accerciser-1.12.1
-PKGREVISION= 4
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/1.12/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://www.gnome.org/
-COMMENT= Interactive Python accessibility explorer for the GNOME desktop
-LICENSE= modified-bsd
-
-DEPENDS+= ${PYPKGPREFIX}-gnome2-desktop-[0-9]*:../../x11/py-gnome2-desktop
-DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2
-DEPENDS+= ${PYPKGPREFIX}-at-spi>=1.23.4:../../devel/py-at-spi
-DEPENDS+= ${PYPKGPREFIX}-ipython<0.11:../../devel/py-ipython010
-
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-ipython, py-gtk2
-
-USE_TOOLS+= gmake intltool msgfmt pkg-config
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-PY_PATCHPLIST= yes
-REPLACE_PYTHON= plugins/ipython_view.py
-REPLACE_PYTHON+= src/accerciser.in
-
-.include "../../devel/GConf/schemas.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../textproc/gnome-doc-utils/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/accerciser/PLIST b/devel/accerciser/PLIST
deleted file mode 100644
index 5b599322bb0..00000000000
--- a/devel/accerciser/PLIST
+++ /dev/null
@@ -1,340 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2012/01/29 13:32:20 obache 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.py
-share/accerciser/plugins/event_monitor.ui
-share/accerciser/plugins/interface_view.py
-share/accerciser/plugins/interface_view.ui
-share/accerciser/plugins/ipython_view.py
-share/accerciser/plugins/quick_select.py
-share/accerciser/plugins/script_recorder.py
-share/accerciser/plugins/script_recorder.ui
-share/accerciser/plugins/validate.py
-share/accerciser/plugins/validate.ui
-share/applications/accerciser.desktop
-share/gconf/schemas/accerciser.schemas
-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/de/accerciser.xml
-share/gnome/help/accerciser/de/figures/accerciser.png
-share/gnome/help/accerciser/de/figures/api_browser.png
-share/gnome/help/accerciser/de/figures/event_monitor.png
-share/gnome/help/accerciser/de/figures/interface_viewer.png
-share/gnome/help/accerciser/de/figures/script_recorder.png
-share/gnome/help/accerciser/el/accerciser.xml
-share/gnome/help/accerciser/el/figures/accerciser.png
-share/gnome/help/accerciser/el/figures/api_browser.png
-share/gnome/help/accerciser/el/figures/event_monitor.png
-share/gnome/help/accerciser/el/figures/interface_viewer.png
-share/gnome/help/accerciser/el/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/gl/accerciser.xml
-share/gnome/help/accerciser/gl/figures/accerciser.png
-share/gnome/help/accerciser/gl/figures/api_browser.png
-share/gnome/help/accerciser/gl/figures/event_monitor.png
-share/gnome/help/accerciser/gl/figures/interface_viewer.png
-share/gnome/help/accerciser/gl/figures/script_recorder.png
-share/gnome/help/accerciser/it/accerciser.xml
-share/gnome/help/accerciser/it/figures/accerciser.png
-share/gnome/help/accerciser/it/figures/api_browser.png
-share/gnome/help/accerciser/it/figures/event_monitor.png
-share/gnome/help/accerciser/it/figures/interface_viewer.png
-share/gnome/help/accerciser/it/figures/script_recorder.png
-share/gnome/help/accerciser/ja/accerciser.xml
-share/gnome/help/accerciser/ja/figures/accerciser.png
-share/gnome/help/accerciser/ja/figures/api_browser.png
-share/gnome/help/accerciser/ja/figures/event_monitor.png
-share/gnome/help/accerciser/ja/figures/interface_viewer.png
-share/gnome/help/accerciser/ja/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/sl/accerciser.xml
-share/gnome/help/accerciser/sl/figures/accerciser.png
-share/gnome/help/accerciser/sl/figures/api_browser.png
-share/gnome/help/accerciser/sl/figures/event_monitor.png
-share/gnome/help/accerciser/sl/figures/interface_viewer.png
-share/gnome/help/accerciser/sl/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/gnome/help/accerciser/uk/accerciser.xml
-share/gnome/help/accerciser/uk/figures/accerciser.png
-share/gnome/help/accerciser/uk/figures/api_browser.png
-share/gnome/help/accerciser/uk/figures/event_monitor.png
-share/gnome/help/accerciser/uk/figures/interface_viewer.png
-share/gnome/help/accerciser/uk/figures/script_recorder.png
-share/gnome/help/accerciser/zh_CN/accerciser.xml
-share/gnome/help/accerciser/zh_CN/figures/accerciser.png
-share/gnome/help/accerciser/zh_CN/figures/api_browser.png
-share/gnome/help/accerciser/zh_CN/figures/event_monitor.png
-share/gnome/help/accerciser/zh_CN/figures/interface_viewer.png
-share/gnome/help/accerciser/zh_CN/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/br/LC_MESSAGES/accerciser.mo
-share/locale/ca/LC_MESSAGES/accerciser.mo
-share/locale/ca@valencia/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@shaw/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/et/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/hy/LC_MESSAGES/accerciser.mo
-share/locale/id/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/mai/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/ro/LC_MESSAGES/accerciser.mo
-share/locale/ru/LC_MESSAGES/accerciser.mo
-share/locale/si/LC_MESSAGES/accerciser.mo
-share/locale/sk/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/ug/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-de.omf
-share/omf/accerciser/accerciser-el.omf
-share/omf/accerciser/accerciser-en_GB.omf
-share/omf/accerciser/accerciser-es.omf
-share/omf/accerciser/accerciser-fr.omf
-share/omf/accerciser/accerciser-gl.omf
-share/omf/accerciser/accerciser-it.omf
-share/omf/accerciser/accerciser-ja.omf
-share/omf/accerciser/accerciser-oc.omf
-share/omf/accerciser/accerciser-pt_BR.omf
-share/omf/accerciser/accerciser-sl.omf
-share/omf/accerciser/accerciser-sv.omf
-share/omf/accerciser/accerciser-uk.omf
-share/omf/accerciser/accerciser-zh_CN.omf
diff --git a/devel/accerciser/distinfo b/devel/accerciser/distinfo
deleted file mode 100644
index e5b5cf5d6b7..00000000000
--- a/devel/accerciser/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:27:12 agc Exp $
-
-SHA1 (accerciser-1.12.1.tar.bz2) = c0d5389bda941e62aa434dcdf42264e4ca1dadf9
-RMD160 (accerciser-1.12.1.tar.bz2) = e6591b4101e048c3641ded7ac2d054ef33fe2922
-SHA512 (accerciser-1.12.1.tar.bz2) = f769af63a3cfe3e868769205fc270ff2948ceebd0e8965016f18ec0062dfdc398c6bd82dbe5ef40d555ea711bd6be529235803fe86dffd3828fd8183e095a06b
-Size (accerciser-1.12.1.tar.bz2) = 1554921 bytes