ports/142998: New port: misc/xyzcmd Pure console visual file manager

zloidemon g.veniamin at googlemail.com
Wed Jan 20 03:10:09 UTC 2010


>Number:         142998
>Category:       ports
>Synopsis:       New port: misc/xyzcmd Pure console visual file manager
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 20 03:10:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     zloidemon
>Release:        FreeBSD 8.0-STABLE
>Organization:
>Environment:
FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #22: Sun Jan  3 12:17:19 KRAT 2010     root at zlobook.local:/usr/obj/usr/src/sys/zlobook  i386
>Description:
Tight integration with python run-time system  most of the settings can be
changed "on the fly" via management console.
Powerful configuration system - define own actions, aliases, internal commands,
key bindings.
Extensible plug-in system - even core functionality implemented mainly using
plugins, keeping base system small and clean.
Events & hooks subsystem - a flexible way of reacting on certain system events.
Customizable look-n-feel - every widget component look can be changed via skins
Unicode support
>How-To-Repeat:

>Fix:
# 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:
#
#	xyzcmd
#	xyzcmd/pkg-descr
#	xyzcmd/Makefile
#	xyzcmd/pkg-plist
#	xyzcmd/distinfo
#
echo c - xyzcmd
mkdir -p xyzcmd > /dev/null 2>&1
echo x - xyzcmd/pkg-descr
sed 's/^X//' >xyzcmd/pkg-descr << '21cb442e98117972e41a1b964a50dcbc'
XTight integration with python run-time system  most of the settings can be
Xchanged "on the fly" via management console. 
XPowerful configuration system - define own actions, aliases, internal commands,
Xkey bindings. 
XExtensible plug-in system - even core functionality implemented mainly using
Xplugins, keeping base system small and clean. 
XEvents & hooks subsystem - a flexible way of reacting on certain system events. 
XCustomizable look-n-feel - every widget component look can be changed via skins 
XUnicode support
X
XWWW:	http://code.google.com/p/xyzcmd/
21cb442e98117972e41a1b964a50dcbc
echo x - xyzcmd/Makefile
sed 's/^X//' >xyzcmd/Makefile << '53468d58cfa9bae95468dbb17862e6b3'
X# New ports collection makefile for:	xyzcmd
X# Date created:		2010-01-18
X# Whom:			Gvozdikov Veniamin <g.veniamin at googlemail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xyzcmd
XPORTVERSION=	0.0.3
XCATEGORIES=	misc
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
XDISTNAME=	${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	g.veniamin at googlemail.com
XCOMMENT=	Pure console visual file manager
X
XBUILD_DEPENDS=	${PYTHON_SITELIBDIR}/urwid/raw_display.py:${PORTSDIR}/devel/py-urwid
XRUN_DEPENDS=	${PYTHON_SITELIBDIR}/urwid/raw_display.py:${PORTSDIR}/devel/py-urwid
X
XUSE_BZIP2=	yes
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=yes
XPYDISTUTILS_PKGNAME=	${PORTNAME}
X
X.include <bsd.port.mk>
53468d58cfa9bae95468dbb17862e6b3
echo x - xyzcmd/pkg-plist
sed 's/^X//' >xyzcmd/pkg-plist << 'e9a361b55b1666bf68fb6fa6f72e1807'
Xbin/xyzcmd
X%%PYTHON_SITELIBDIR%%/libxyz/__init__.py
X%%PYTHON_SITELIBDIR%%/libxyz/__init__.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/__init__.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/const.py
X%%PYTHON_SITELIBDIR%%/libxyz/const.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/const.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/__init__.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/__init__.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/__init__.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/actionmanager.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/actionmanager.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/actionmanager.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/dsl.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/dsl.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/dsl.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/fsrule.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/fsrule.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/fsrule.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/hookmanager.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/hookmanager.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/hookmanager.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/inputwrapper.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/inputwrapper.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/inputwrapper.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/keymanager.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/keymanager.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/keymanager.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/__init__.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/__init__.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/__init__.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/logentry.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/logentry.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/logentry.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/logger.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/logger.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/logger.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/loglevel.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/loglevel.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/logger/loglevel.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/odict.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/odict.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/odict.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/__init__.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/__init__.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/__init__.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/base.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/base.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/base.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/manager.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/manager.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/manager.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/ns.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/ns.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/ns.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/virtual.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/virtual.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/plugins/virtual.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/queue.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/queue.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/queue.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/skin.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/skin.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/skin.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/tests.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/tests.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/tests.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/userdata.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/userdata.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/userdata.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/utils.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/utils.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/utils.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/core/xyzdata.py
X%%PYTHON_SITELIBDIR%%/libxyz/core/xyzdata.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/core/xyzdata.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/exceptions.py
X%%PYTHON_SITELIBDIR%%/libxyz/exceptions.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/exceptions.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/launcher.py
X%%PYTHON_SITELIBDIR%%/libxyz/launcher.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/launcher.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/__init__.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/__init__.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/__init__.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/base.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/base.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/base.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/block.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/block.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/block.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/flat.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/flat.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/flat.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/lexer.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/lexer.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/lexer.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/lr.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/lr.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/lr.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/multi.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/multi.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/multi.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/parseddata.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/parseddata.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/parseddata.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/regexp.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/regexp.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/regexp.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/sourcedata.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/sourcedata.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/sourcedata.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/parser/tests.py
X%%PYTHON_SITELIBDIR%%/libxyz/parser/tests.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/parser/tests.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/pselector.py
X%%PYTHON_SITELIBDIR%%/libxyz/pselector.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/pselector.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/__init__.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/__init__.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/__init__.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/align.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/align.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/align.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/border.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/border.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/border.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_button.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_button.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_button.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_error.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_error.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_error.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_input.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_input.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_input.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_message.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_message.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_message.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_yesno.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_yesno.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/box_yesno.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/cmd.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/cmd.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/cmd.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/colors.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/colors.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/colors.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/display.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/display.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/display.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/entry.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/entry.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/entry.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/keys.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/keys.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/keys.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/menu.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/menu.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/menu.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/panel.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/panel.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/panel.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/prompt.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/prompt.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/prompt.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/separator.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/separator.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/separator.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/shortcut.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/shortcut.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/shortcut.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/size.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/size.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/size.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/tests.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/tests.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/tests.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/utils.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/utils.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/utils.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/xyzbutton.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/xyzbutton.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/xyzbutton.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/ui/xyzlistbox.py
X%%PYTHON_SITELIBDIR%%/libxyz/ui/xyzlistbox.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/ui/xyzlistbox.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/version.py
X%%PYTHON_SITELIBDIR%%/libxyz/version.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/version.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/__init__.py
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/__init__.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/__init__.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/dispatcher.py
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/dispatcher.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/dispatcher.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/local.py
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/local.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/local.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/mode.py
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/mode.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/mode.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/tar.py
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/tar.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/tar.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/types.py
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/types.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/types.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/util.py
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/util.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/util.pyo
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/vfsobj.py
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/vfsobj.pyc
X%%PYTHON_SITELIBDIR%%/libxyz/vfs/vfsobj.pyo
X%%PYTHON_SITELIBDIR%%/xyzcmd-0.0.3-py2.6.egg-info
X%%DOCSDIR%%/ChangeLog
X%%DOCSDIR%%/api/api-objects.txt
X%%DOCSDIR%%/api/class-tree.html
X%%DOCSDIR%%/api/crarr.png
X%%DOCSDIR%%/api/epydoc.css
X%%DOCSDIR%%/api/epydoc.js
X%%DOCSDIR%%/api/exceptions.AssertionError-class.html
X%%DOCSDIR%%/api/frames.html
X%%DOCSDIR%%/api/help.html
X%%DOCSDIR%%/api/identifier-index.html
X%%DOCSDIR%%/api/index.html
X%%DOCSDIR%%/api/libxyz-module.html
X%%DOCSDIR%%/api/libxyz-pysrc.html
X%%DOCSDIR%%/api/libxyz.const-module.html
X%%DOCSDIR%%/api/libxyz.const-pysrc.html
X%%DOCSDIR%%/api/libxyz.core-module.html
X%%DOCSDIR%%/api/libxyz.core-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.actionmanager-module.html
X%%DOCSDIR%%/api/libxyz.core.actionmanager-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.actionmanager.ActionManager-class.html
X%%DOCSDIR%%/api/libxyz.core.dsl-module.html
X%%DOCSDIR%%/api/libxyz.core.dsl-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.dsl.XYZ-class.html
X%%DOCSDIR%%/api/libxyz.core.fsrule-module.html
X%%DOCSDIR%%/api/libxyz.core.fsrule-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.fsrule.Expression-class.html
X%%DOCSDIR%%/api/libxyz.core.fsrule.FSRule-class.html
X%%DOCSDIR%%/api/libxyz.core.hookmanager-module.html
X%%DOCSDIR%%/api/libxyz.core.hookmanager-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.hookmanager.HookManager-class.html
X%%DOCSDIR%%/api/libxyz.core.inputwrapper-module.html
X%%DOCSDIR%%/api/libxyz.core.inputwrapper-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.inputwrapper.InputWrapper-class.html
X%%DOCSDIR%%/api/libxyz.core.keymanager-module.html
X%%DOCSDIR%%/api/libxyz.core.keymanager-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.keymanager.KeyManager-class.html
X%%DOCSDIR%%/api/libxyz.core.logger-module.html
X%%DOCSDIR%%/api/libxyz.core.logger-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.logger.logentry-module.html
X%%DOCSDIR%%/api/libxyz.core.logger.logentry-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.logger.logentry.LogEntry-class.html
X%%DOCSDIR%%/api/libxyz.core.logger.logger-module.html
X%%DOCSDIR%%/api/libxyz.core.logger.logger-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.logger.logger.Logger-class.html
X%%DOCSDIR%%/api/libxyz.core.logger.loglevel-module.html
X%%DOCSDIR%%/api/libxyz.core.logger.loglevel-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.logger.loglevel.LogLevel-class.html
X%%DOCSDIR%%/api/libxyz.core.odict-module.html
X%%DOCSDIR%%/api/libxyz.core.odict-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.odict.ODict-class.html
X%%DOCSDIR%%/api/libxyz.core.plugins-module.html
X%%DOCSDIR%%/api/libxyz.core.plugins-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.plugins.base-module.html
X%%DOCSDIR%%/api/libxyz.core.plugins.base-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.plugins.base.BasePlugin-class.html
X%%DOCSDIR%%/api/libxyz.core.plugins.manager-module.html
X%%DOCSDIR%%/api/libxyz.core.plugins.manager-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.plugins.manager.PluginManager-class.html
X%%DOCSDIR%%/api/libxyz.core.plugins.ns-module.html
X%%DOCSDIR%%/api/libxyz.core.plugins.ns-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.plugins.ns.Namespace-class.html
X%%DOCSDIR%%/api/libxyz.core.plugins.virtual-module.html
X%%DOCSDIR%%/api/libxyz.core.plugins.virtual-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.plugins.virtual.VirtualPlugin-class.html
X%%DOCSDIR%%/api/libxyz.core.queue-module.html
X%%DOCSDIR%%/api/libxyz.core.queue-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.queue.Queue-class.html
X%%DOCSDIR%%/api/libxyz.core.skin-module.html
X%%DOCSDIR%%/api/libxyz.core.skin-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.skin.Skin-class.html
X%%DOCSDIR%%/api/libxyz.core.skin.SkinManager-class.html
X%%DOCSDIR%%/api/libxyz.core.tests-module.html
X%%DOCSDIR%%/api/libxyz.core.tests-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.tests.TestActionManager-class.html
X%%DOCSDIR%%/api/libxyz.core.tests.TestDSL-class.html
X%%DOCSDIR%%/api/libxyz.core.tests.TestQueue-class.html
X%%DOCSDIR%%/api/libxyz.core.userdata-module.html
X%%DOCSDIR%%/api/libxyz.core.userdata-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.userdata.UserData-class.html
X%%DOCSDIR%%/api/libxyz.core.utils-module.html
X%%DOCSDIR%%/api/libxyz.core.utils-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.xyzdata-module.html
X%%DOCSDIR%%/api/libxyz.core.xyzdata-pysrc.html
X%%DOCSDIR%%/api/libxyz.core.xyzdata.XYZData-class.html
X%%DOCSDIR%%/api/libxyz.exceptions-module.html
X%%DOCSDIR%%/api/libxyz.exceptions-pysrc.html
X%%DOCSDIR%%/api/libxyz.exceptions.DSLError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.FSRuleError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.KeyManagerError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.LexerError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.ParseError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.PluginError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.SkinError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.UIError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.VFSError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.XYZError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.XYZRuntimeError-class.html
X%%DOCSDIR%%/api/libxyz.exceptions.XYZValueError-class.html
X%%DOCSDIR%%/api/libxyz.launcher-module.html
X%%DOCSDIR%%/api/libxyz.launcher-pysrc.html
X%%DOCSDIR%%/api/libxyz.launcher.Launcher-class.html
X%%DOCSDIR%%/api/libxyz.parser-module.html
X%%DOCSDIR%%/api/libxyz.parser-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.base-module.html
X%%DOCSDIR%%/api/libxyz.parser.base-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.base.BaseParser-class.html
X%%DOCSDIR%%/api/libxyz.parser.block-module.html
X%%DOCSDIR%%/api/libxyz.parser.block-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.block.BlockParser-class.html
X%%DOCSDIR%%/api/libxyz.parser.flat-module.html
X%%DOCSDIR%%/api/libxyz.parser.flat-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.flat.FlatParser-class.html
X%%DOCSDIR%%/api/libxyz.parser.lexer-module.html
X%%DOCSDIR%%/api/libxyz.parser.lexer-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.lexer.Lexer-class.html
X%%DOCSDIR%%/api/libxyz.parser.lr-module.html
X%%DOCSDIR%%/api/libxyz.parser.lr-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.lr.ActionTable-class.html
X%%DOCSDIR%%/api/libxyz.parser.lr.GotoTable-class.html
X%%DOCSDIR%%/api/libxyz.parser.lr.Rules-class.html
X%%DOCSDIR%%/api/libxyz.parser.lr.Tree-class.html
X%%DOCSDIR%%/api/libxyz.parser.multi-module.html
X%%DOCSDIR%%/api/libxyz.parser.multi-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.multi.MultiParser-class.html
X%%DOCSDIR%%/api/libxyz.parser.parseddata-module.html
X%%DOCSDIR%%/api/libxyz.parser.parseddata-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.parseddata.ParsedData-class.html
X%%DOCSDIR%%/api/libxyz.parser.regexp-module.html
X%%DOCSDIR%%/api/libxyz.parser.regexp-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.regexp.RegexpParser-class.html
X%%DOCSDIR%%/api/libxyz.parser.sourcedata-module.html
X%%DOCSDIR%%/api/libxyz.parser.sourcedata-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.sourcedata.SourceData-class.html
X%%DOCSDIR%%/api/libxyz.parser.tests-module.html
X%%DOCSDIR%%/api/libxyz.parser.tests-pysrc.html
X%%DOCSDIR%%/api/libxyz.parser.tests.TestBlock-class.html
X%%DOCSDIR%%/api/libxyz.parser.tests.TestFlat-class.html
X%%DOCSDIR%%/api/libxyz.parser.tests.TestMulti-class.html
X%%DOCSDIR%%/api/libxyz.parser.tests.TestRegexp-class.html
X%%DOCSDIR%%/api/libxyz.pselector-module.html
X%%DOCSDIR%%/api/libxyz.pselector-pysrc.html
X%%DOCSDIR%%/api/libxyz.pselector.PathSelector-class.html
X%%DOCSDIR%%/api/libxyz.ui-module.html
X%%DOCSDIR%%/api/libxyz.ui-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.align-module.html
X%%DOCSDIR%%/api/libxyz.ui.align-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.border-module.html
X%%DOCSDIR%%/api/libxyz.ui.border-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.border.Border-class.html
X%%DOCSDIR%%/api/libxyz.ui.box-module.html
X%%DOCSDIR%%/api/libxyz.ui.box-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.box.Box-class.html
X%%DOCSDIR%%/api/libxyz.ui.box_button-module.html
X%%DOCSDIR%%/api/libxyz.ui.box_button-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.box_button.ButtonBox-class.html
X%%DOCSDIR%%/api/libxyz.ui.box_error-module.html
X%%DOCSDIR%%/api/libxyz.ui.box_error-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.box_error.ErrorBox-class.html
X%%DOCSDIR%%/api/libxyz.ui.box_input-module.html
X%%DOCSDIR%%/api/libxyz.ui.box_input-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.box_input.InputBox-class.html
X%%DOCSDIR%%/api/libxyz.ui.box_message-module.html
X%%DOCSDIR%%/api/libxyz.ui.box_message-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.box_message.MessageBox-class.html
X%%DOCSDIR%%/api/libxyz.ui.box_yesno-module.html
X%%DOCSDIR%%/api/libxyz.ui.box_yesno-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.box_yesno.YesNoBox-class.html
X%%DOCSDIR%%/api/libxyz.ui.cmd-module.html
X%%DOCSDIR%%/api/libxyz.ui.cmd-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.cmd.Cmd-class.html
X%%DOCSDIR%%/api/libxyz.ui.colors-module.html
X%%DOCSDIR%%/api/libxyz.ui.colors-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.colors.Attribute-class.html
X%%DOCSDIR%%/api/libxyz.ui.colors.Background-class.html
X%%DOCSDIR%%/api/libxyz.ui.colors.BackgroundHigh-class.html
X%%DOCSDIR%%/api/libxyz.ui.colors.BaseHighColor-class.html
X%%DOCSDIR%%/api/libxyz.ui.colors.Color-class.html
X%%DOCSDIR%%/api/libxyz.ui.colors.Foreground-class.html
X%%DOCSDIR%%/api/libxyz.ui.colors.ForegroundHigh-class.html
X%%DOCSDIR%%/api/libxyz.ui.colors.Palette-class.html
X%%DOCSDIR%%/api/libxyz.ui.display-module.html
X%%DOCSDIR%%/api/libxyz.ui.display-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.entry-module.html
X%%DOCSDIR%%/api/libxyz.ui.entry-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.entry.ListEntry-class.html
X%%DOCSDIR%%/api/libxyz.ui.entry.NumEntry-class.html
X%%DOCSDIR%%/api/libxyz.ui.keys-module.html
X%%DOCSDIR%%/api/libxyz.ui.keys-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.keys.Keys-class.html
X%%DOCSDIR%%/api/libxyz.ui.menu-module.html
X%%DOCSDIR%%/api/libxyz.ui.menu-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.panel-module.html
X%%DOCSDIR%%/api/libxyz.ui.panel-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.panel.Block-class.html
X%%DOCSDIR%%/api/libxyz.ui.panel.Panel-class.html
X%%DOCSDIR%%/api/libxyz.ui.prompt-module.html
X%%DOCSDIR%%/api/libxyz.ui.prompt-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.prompt.Prompt-class.html
X%%DOCSDIR%%/api/libxyz.ui.separator-module.html
X%%DOCSDIR%%/api/libxyz.ui.separator-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.separator.Separator-class.html
X%%DOCSDIR%%/api/libxyz.ui.shortcut-module.html
X%%DOCSDIR%%/api/libxyz.ui.shortcut-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.shortcut.Shortcut-class.html
X%%DOCSDIR%%/api/libxyz.ui.size-module.html
X%%DOCSDIR%%/api/libxyz.ui.size-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.size.Size-class.html
X%%DOCSDIR%%/api/libxyz.ui.tests-module.html
X%%DOCSDIR%%/api/libxyz.ui.tests-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.tests.TestColors-class.html
X%%DOCSDIR%%/api/libxyz.ui.tests.TestPalette-class.html
X%%DOCSDIR%%/api/libxyz.ui.utils-module.html
X%%DOCSDIR%%/api/libxyz.ui.utils-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.xyzbutton-module.html
X%%DOCSDIR%%/api/libxyz.ui.xyzbutton-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.xyzbutton.XYZButton-class.html
X%%DOCSDIR%%/api/libxyz.ui.xyzlistbox-module.html
X%%DOCSDIR%%/api/libxyz.ui.xyzlistbox-pysrc.html
X%%DOCSDIR%%/api/libxyz.ui.xyzlistbox.XYZListBox-class.html
X%%DOCSDIR%%/api/libxyz.version-module.html
X%%DOCSDIR%%/api/libxyz.version-pysrc.html
X%%DOCSDIR%%/api/libxyz.version.Version-class.html
X%%DOCSDIR%%/api/libxyz.vfs-module.html
X%%DOCSDIR%%/api/libxyz.vfs-pysrc.html
X%%DOCSDIR%%/api/libxyz.vfs.dispatcher-module.html
X%%DOCSDIR%%/api/libxyz.vfs.dispatcher-pysrc.html
X%%DOCSDIR%%/api/libxyz.vfs.dispatcher.VFSDispatcher-class.html
X%%DOCSDIR%%/api/libxyz.vfs.local-module.html
X%%DOCSDIR%%/api/libxyz.vfs.local-pysrc.html
X%%DOCSDIR%%/api/libxyz.vfs.local.LocalVFSObject-class.html
X%%DOCSDIR%%/api/libxyz.vfs.mode-module.html
X%%DOCSDIR%%/api/libxyz.vfs.mode-pysrc.html
X%%DOCSDIR%%/api/libxyz.vfs.mode.Mode-class.html
X%%DOCSDIR%%/api/libxyz.vfs.tar-module.html
X%%DOCSDIR%%/api/libxyz.vfs.tar-pysrc.html
X%%DOCSDIR%%/api/libxyz.vfs.tar.TarVFSObject-class.html
X%%DOCSDIR%%/api/libxyz.vfs.types-module.html
X%%DOCSDIR%%/api/libxyz.vfs.types-pysrc.html
X%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeBase-class.html
X%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeBlock-class.html
X%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeChar-class.html
X%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeDir-class.html
X%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeFifo-class.html
X%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeFile-class.html
X%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeLink-class.html
X%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeSocket-class.html
X%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeUnknown-class.html
X%%DOCSDIR%%/api/libxyz.vfs.util-module.html
X%%DOCSDIR%%/api/libxyz.vfs.util-pysrc.html
X%%DOCSDIR%%/api/libxyz.vfs.vfsobj-module.html
X%%DOCSDIR%%/api/libxyz.vfs.vfsobj-pysrc.html
X%%DOCSDIR%%/api/libxyz.vfs.vfsobj.VFSObject-class.html
X%%DOCSDIR%%/api/module-tree.html
X%%DOCSDIR%%/api/plugins-module.html
X%%DOCSDIR%%/api/plugins-pysrc.html
X%%DOCSDIR%%/api/plugins.core-module.html
X%%DOCSDIR%%/api/plugins.core-pysrc.html
X%%DOCSDIR%%/api/plugins.core.bindlist-module.html
X%%DOCSDIR%%/api/plugins.core.bindlist-pysrc.html
X%%DOCSDIR%%/api/plugins.core.bindlist.main-module.html
X%%DOCSDIR%%/api/plugins.core.bindlist.main-pysrc.html
X%%DOCSDIR%%/api/plugins.core.bindlist.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.core.console-module.html
X%%DOCSDIR%%/api/plugins.core.console-pysrc.html
X%%DOCSDIR%%/api/plugins.core.console.main-module.html
X%%DOCSDIR%%/api/plugins.core.console.main-pysrc.html
X%%DOCSDIR%%/api/plugins.core.console.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.core.keycodes-module.html
X%%DOCSDIR%%/api/plugins.core.keycodes-pysrc.html
X%%DOCSDIR%%/api/plugins.core.keycodes.main-module.html
X%%DOCSDIR%%/api/plugins.core.keycodes.main-pysrc.html
X%%DOCSDIR%%/api/plugins.core.keycodes.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.core.pluginlist-module.html
X%%DOCSDIR%%/api/plugins.core.pluginlist-pysrc.html
X%%DOCSDIR%%/api/plugins.core.pluginlist.entry-module.html
X%%DOCSDIR%%/api/plugins.core.pluginlist.entry-pysrc.html
X%%DOCSDIR%%/api/plugins.core.pluginlist.entry.PluginEntry-class.html
X%%DOCSDIR%%/api/plugins.core.pluginlist.main-module.html
X%%DOCSDIR%%/api/plugins.core.pluginlist.main-pysrc.html
X%%DOCSDIR%%/api/plugins.core.pluginlist.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.core.shell-module.html
X%%DOCSDIR%%/api/plugins.core.shell-pysrc.html
X%%DOCSDIR%%/api/plugins.core.shell.bash-module.html
X%%DOCSDIR%%/api/plugins.core.shell.bash-pysrc.html
X%%DOCSDIR%%/api/plugins.core.shell.main-module.html
X%%DOCSDIR%%/api/plugins.core.shell.main-pysrc.html
X%%DOCSDIR%%/api/plugins.core.shell.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.fsrules-module.html
X%%DOCSDIR%%/api/plugins.fsrules-pysrc.html
X%%DOCSDIR%%/api/plugins.fsrules.magic-module.html
X%%DOCSDIR%%/api/plugins.fsrules.magic-pysrc.html
X%%DOCSDIR%%/api/plugins.fsrules.magic.main-module.html
X%%DOCSDIR%%/api/plugins.fsrules.magic.main-pysrc.html
X%%DOCSDIR%%/api/plugins.fsrules.magic.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.misc-module.html
X%%DOCSDIR%%/api/plugins.misc-pysrc.html
X%%DOCSDIR%%/api/plugins.misc.about-module.html
X%%DOCSDIR%%/api/plugins.misc.about-pysrc.html
X%%DOCSDIR%%/api/plugins.misc.about.main-module.html
X%%DOCSDIR%%/api/plugins.misc.about.main-pysrc.html
X%%DOCSDIR%%/api/plugins.misc.about.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.misc.hello-module.html
X%%DOCSDIR%%/api/plugins.misc.hello-pysrc.html
X%%DOCSDIR%%/api/plugins.misc.hello.main-module.html
X%%DOCSDIR%%/api/plugins.misc.hello.main-pysrc.html
X%%DOCSDIR%%/api/plugins.misc.hello.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.misc.where-module.html
X%%DOCSDIR%%/api/plugins.misc.where-pysrc.html
X%%DOCSDIR%%/api/plugins.misc.where.main-module.html
X%%DOCSDIR%%/api/plugins.misc.where.main-pysrc.html
X%%DOCSDIR%%/api/plugins.misc.where.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.ui-module.html
X%%DOCSDIR%%/api/plugins.ui-pysrc.html
X%%DOCSDIR%%/api/plugins.ui.bookmarks-module.html
X%%DOCSDIR%%/api/plugins.ui.bookmarks-pysrc.html
X%%DOCSDIR%%/api/plugins.ui.bookmarks.main-module.html
X%%DOCSDIR%%/api/plugins.ui.bookmarks.main-pysrc.html
X%%DOCSDIR%%/api/plugins.ui.bookmarks.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.ui.testinput-module.html
X%%DOCSDIR%%/api/plugins.ui.testinput-pysrc.html
X%%DOCSDIR%%/api/plugins.ui.testinput.main-module.html
X%%DOCSDIR%%/api/plugins.ui.testinput.main-pysrc.html
X%%DOCSDIR%%/api/plugins.ui.testinput.main.InputBox-class.html
X%%DOCSDIR%%/api/plugins.ui.testinput.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.vfs-module.html
X%%DOCSDIR%%/api/plugins.vfs-pysrc.html
X%%DOCSDIR%%/api/plugins.vfs.fileinfo-module.html
X%%DOCSDIR%%/api/plugins.vfs.fileinfo-pysrc.html
X%%DOCSDIR%%/api/plugins.vfs.fileinfo.main-module.html
X%%DOCSDIR%%/api/plugins.vfs.fileinfo.main-pysrc.html
X%%DOCSDIR%%/api/plugins.vfs.fileinfo.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/plugins.vfs.vfsutils-module.html
X%%DOCSDIR%%/api/plugins.vfs.vfsutils-pysrc.html
X%%DOCSDIR%%/api/plugins.vfs.vfsutils.box_copy-module.html
X%%DOCSDIR%%/api/plugins.vfs.vfsutils.box_copy-pysrc.html
X%%DOCSDIR%%/api/plugins.vfs.vfsutils.box_copy.CopyBox-class.html
X%%DOCSDIR%%/api/plugins.vfs.vfsutils.main-module.html
X%%DOCSDIR%%/api/plugins.vfs.vfsutils.main-pysrc.html
X%%DOCSDIR%%/api/plugins.vfs.vfsutils.main.XYZPlugin-class.html
X%%DOCSDIR%%/api/redirect.html
X%%DOCSDIR%%/api/toc-everything.html
X%%DOCSDIR%%/api/toc-libxyz-module.html
X%%DOCSDIR%%/api/toc-libxyz.const-module.html
X%%DOCSDIR%%/api/toc-libxyz.core-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.actionmanager-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.dsl-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.fsrule-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.hookmanager-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.inputwrapper-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.keymanager-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.logger-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.logger.logentry-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.logger.logger-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.logger.loglevel-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.odict-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.plugins-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.plugins.base-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.plugins.manager-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.plugins.ns-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.plugins.virtual-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.queue-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.skin-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.tests-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.userdata-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.utils-module.html
X%%DOCSDIR%%/api/toc-libxyz.core.xyzdata-module.html
X%%DOCSDIR%%/api/toc-libxyz.exceptions-module.html
X%%DOCSDIR%%/api/toc-libxyz.launcher-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.base-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.block-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.flat-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.lexer-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.lr-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.multi-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.parseddata-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.regexp-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.sourcedata-module.html
X%%DOCSDIR%%/api/toc-libxyz.parser.tests-module.html
X%%DOCSDIR%%/api/toc-libxyz.pselector-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.align-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.border-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.box-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.box_button-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.box_error-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.box_input-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.box_message-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.box_yesno-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.cmd-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.colors-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.display-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.entry-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.keys-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.menu-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.panel-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.prompt-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.separator-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.shortcut-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.size-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.tests-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.utils-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.xyzbutton-module.html
X%%DOCSDIR%%/api/toc-libxyz.ui.xyzlistbox-module.html
X%%DOCSDIR%%/api/toc-libxyz.version-module.html
X%%DOCSDIR%%/api/toc-libxyz.vfs-module.html
X%%DOCSDIR%%/api/toc-libxyz.vfs.dispatcher-module.html
X%%DOCSDIR%%/api/toc-libxyz.vfs.local-module.html
X%%DOCSDIR%%/api/toc-libxyz.vfs.mode-module.html
X%%DOCSDIR%%/api/toc-libxyz.vfs.tar-module.html
X%%DOCSDIR%%/api/toc-libxyz.vfs.types-module.html
X%%DOCSDIR%%/api/toc-libxyz.vfs.util-module.html
X%%DOCSDIR%%/api/toc-libxyz.vfs.vfsobj-module.html
X%%DOCSDIR%%/api/toc-plugins-module.html
X%%DOCSDIR%%/api/toc-plugins.core-module.html
X%%DOCSDIR%%/api/toc-plugins.core.bindlist-module.html
X%%DOCSDIR%%/api/toc-plugins.core.bindlist.main-module.html
X%%DOCSDIR%%/api/toc-plugins.core.console-module.html
X%%DOCSDIR%%/api/toc-plugins.core.console.main-module.html
X%%DOCSDIR%%/api/toc-plugins.core.keycodes-module.html
X%%DOCSDIR%%/api/toc-plugins.core.keycodes.main-module.html
X%%DOCSDIR%%/api/toc-plugins.core.pluginlist-module.html
X%%DOCSDIR%%/api/toc-plugins.core.pluginlist.entry-module.html
X%%DOCSDIR%%/api/toc-plugins.core.pluginlist.main-module.html
X%%DOCSDIR%%/api/toc-plugins.core.shell-module.html
X%%DOCSDIR%%/api/toc-plugins.core.shell.bash-module.html
X%%DOCSDIR%%/api/toc-plugins.core.shell.main-module.html
X%%DOCSDIR%%/api/toc-plugins.fsrules-module.html
X%%DOCSDIR%%/api/toc-plugins.fsrules.magic-module.html
X%%DOCSDIR%%/api/toc-plugins.fsrules.magic.main-module.html
X%%DOCSDIR%%/api/toc-plugins.misc-module.html
X%%DOCSDIR%%/api/toc-plugins.misc.about-module.html
X%%DOCSDIR%%/api/toc-plugins.misc.about.main-module.html
X%%DOCSDIR%%/api/toc-plugins.misc.hello-module.html
X%%DOCSDIR%%/api/toc-plugins.misc.hello.main-module.html
X%%DOCSDIR%%/api/toc-plugins.misc.where-module.html
X%%DOCSDIR%%/api/toc-plugins.misc.where.main-module.html
X%%DOCSDIR%%/api/toc-plugins.ui-module.html
X%%DOCSDIR%%/api/toc-plugins.ui.bookmarks-module.html
X%%DOCSDIR%%/api/toc-plugins.ui.bookmarks.main-module.html
X%%DOCSDIR%%/api/toc-plugins.ui.testinput-module.html
X%%DOCSDIR%%/api/toc-plugins.ui.testinput.main-module.html
X%%DOCSDIR%%/api/toc-plugins.vfs-module.html
X%%DOCSDIR%%/api/toc-plugins.vfs.fileinfo-module.html
X%%DOCSDIR%%/api/toc-plugins.vfs.fileinfo.main-module.html
X%%DOCSDIR%%/api/toc-plugins.vfs.vfsutils-module.html
X%%DOCSDIR%%/api/toc-plugins.vfs.vfsutils.box_copy-module.html
X%%DOCSDIR%%/api/toc-plugins.vfs.vfsutils.main-module.html
X%%DOCSDIR%%/api/toc.html
X%%DOCSDIR%%/user-manual/_sources/configs.txt
X%%DOCSDIR%%/user-manual/_sources/events_hooks.txt
X%%DOCSDIR%%/user-manual/_sources/fs_rules.txt
X%%DOCSDIR%%/user-manual/_sources/index.txt
X%%DOCSDIR%%/user-manual/_sources/plugins.txt
X%%DOCSDIR%%/user-manual/_sources/skins.txt
X%%DOCSDIR%%/user-manual/_sources/stdplugins.txt
X%%DOCSDIR%%/user-manual/_sources/vfs.txt
X%%DOCSDIR%%/user-manual/_static/basic.css
X%%DOCSDIR%%/user-manual/_static/default.css
X%%DOCSDIR%%/user-manual/_static/doctools.js
X%%DOCSDIR%%/user-manual/_static/file.png
X%%DOCSDIR%%/user-manual/_static/jquery.js
X%%DOCSDIR%%/user-manual/_static/minus.png
X%%DOCSDIR%%/user-manual/_static/plus.png
X%%DOCSDIR%%/user-manual/_static/pygments.css
X%%DOCSDIR%%/user-manual/_static/searchtools.js
X%%DOCSDIR%%/user-manual/configs.html
X%%DOCSDIR%%/user-manual/events_hooks.html
X%%DOCSDIR%%/user-manual/fs_rules.html
X%%DOCSDIR%%/user-manual/genindex.html
X%%DOCSDIR%%/user-manual/index.html
X%%DOCSDIR%%/user-manual/objects.inv
X%%DOCSDIR%%/user-manual/plugins.html
X%%DOCSDIR%%/user-manual/search.html
X%%DOCSDIR%%/user-manual/searchindex.js
X%%DOCSDIR%%/user-manual/skins.html
X%%DOCSDIR%%/user-manual/stdplugins.html
X%%DOCSDIR%%/user-manual/vfs.html
X%%DATADIR%%/conf/actions.xyz
X%%DATADIR%%/conf/aliases.xyz
X%%DATADIR%%/conf/hooks.xyz
X%%DATADIR%%/conf/icmd.xyz
X%%DATADIR%%/conf/keys.xyz
X%%DATADIR%%/conf/main.xyz
X%%DATADIR%%/conf/plugins.xyz
X%%DATADIR%%/conf/vfs.xyz
X%%DATADIR%%/plugins/__init__.py
X%%DATADIR%%/plugins/core/__init__.py
X%%DATADIR%%/plugins/core/bindlist/__init__.py
X%%DATADIR%%/plugins/core/bindlist/main.py
X%%DATADIR%%/plugins/core/console/__init__.py
X%%DATADIR%%/plugins/core/console/main.py
X%%DATADIR%%/plugins/core/keycodes/__init__.py
X%%DATADIR%%/plugins/core/keycodes/main.py
X%%DATADIR%%/plugins/core/pluginlist/__init__.py
X%%DATADIR%%/plugins/core/pluginlist/entry.py
X%%DATADIR%%/plugins/core/pluginlist/main.py
X%%DATADIR%%/plugins/core/shell/__init__.py
X%%DATADIR%%/plugins/core/shell/bash.py
X%%DATADIR%%/plugins/core/shell/main.py
X%%DATADIR%%/plugins/fsrules/__init__.py
X%%DATADIR%%/plugins/fsrules/magic/__init__.py
X%%DATADIR%%/plugins/fsrules/magic/main.py
X%%DATADIR%%/plugins/misc/__init__.py
X%%DATADIR%%/plugins/misc/about/__init__.py
X%%DATADIR%%/plugins/misc/about/main.py
X%%DATADIR%%/plugins/misc/hello/__init__.py
X%%DATADIR%%/plugins/misc/hello/main.py
X%%DATADIR%%/plugins/misc/where/__init__.py
X%%DATADIR%%/plugins/misc/where/main.py
X%%DATADIR%%/plugins/ui/__init__.py
X%%DATADIR%%/plugins/ui/bookmarks/__init__.py
X%%DATADIR%%/plugins/ui/bookmarks/main.py
X%%DATADIR%%/plugins/ui/testinput/__init__.py
X%%DATADIR%%/plugins/ui/testinput/main.py
X%%DATADIR%%/plugins/vfs/__init__.py
X%%DATADIR%%/plugins/vfs/fileinfo/__init__.py
X%%DATADIR%%/plugins/vfs/fileinfo/main.py
X%%DATADIR%%/plugins/vfs/vfsutils/__init__.py
X%%DATADIR%%/plugins/vfs/vfsutils/box_copy.py
X%%DATADIR%%/plugins/vfs/vfsutils/main.py
X%%DATADIR%%/skins/glamour
X%%DATADIR%%/skins/grass
X%%DATADIR%%/skins/lighty
X%%DATADIR%%/skins/monochrome
X%%DATADIR%%/skins/seablue
X at dirrm %%DATADIR%%/skins
X at dirrm %%DATADIR%%/plugins/vfs/vfsutils
X at dirrm %%DATADIR%%/plugins/vfs/fileinfo
X at dirrm %%DATADIR%%/plugins/vfs
X at dirrm %%DATADIR%%/plugins/ui/testinput
X at dirrm %%DATADIR%%/plugins/ui/bookmarks
X at dirrm %%DATADIR%%/plugins/ui
X at dirrm %%DATADIR%%/plugins/misc/where
X at dirrm %%DATADIR%%/plugins/misc/hello
X at dirrm %%DATADIR%%/plugins/misc/about
X at dirrm %%DATADIR%%/plugins/misc
X at dirrm %%DATADIR%%/plugins/fsrules/magic
X at dirrm %%DATADIR%%/plugins/fsrules
X at dirrm %%DATADIR%%/plugins/core/shell
X at dirrm %%DATADIR%%/plugins/core/pluginlist
X at dirrm %%DATADIR%%/plugins/core/keycodes
X at dirrm %%DATADIR%%/plugins/core/console
X at dirrm %%DATADIR%%/plugins/core/bindlist
X at dirrm %%DATADIR%%/plugins/core
X at dirrm %%DATADIR%%/plugins
X at dirrm %%DATADIR%%/conf
X at dirrm %%DATADIR%%
X at dirrm %%DOCSDIR%%/user-manual/_static
X at dirrm %%DOCSDIR%%/user-manual/_sources
X at dirrm %%DOCSDIR%%/user-manual
X at dirrm %%DOCSDIR%%/api
X at dirrm %%DOCSDIR%%
X at dirrm %%PYTHON_SITELIBDIR%%/libxyz/vfs
X at dirrm %%PYTHON_SITELIBDIR%%/libxyz/ui
X at dirrm %%PYTHON_SITELIBDIR%%/libxyz/parser
X at dirrm %%PYTHON_SITELIBDIR%%/libxyz/core/plugins
X at dirrm %%PYTHON_SITELIBDIR%%/libxyz/core/logger
X at dirrm %%PYTHON_SITELIBDIR%%/libxyz/core
X at dirrm %%PYTHON_SITELIBDIR%%/libxyz
e9a361b55b1666bf68fb6fa6f72e1807
echo x - xyzcmd/distinfo
sed 's/^X//' >xyzcmd/distinfo << 'f933f52c4f602b7e588764a7dc74f692'
XMD5 (xyzcmd-0.0.3.tar.bz2) = d22dbfb0332263651e5307bbff764dd8
XSHA256 (xyzcmd-0.0.3.tar.bz2) = 72842e05bb5cd1886bb81af371576a8d6bddb9210cfa200ae9014f6527d13251
XSIZE (xyzcmd-0.0.3.tar.bz2) = 470514
f933f52c4f602b7e588764a7dc74f692
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list