Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 May 2010 19:34:23 GMT
From:      Gvozdikov Veniamin <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146404: Update port: misc/xyzcmd up to 0.0.4
Message-ID:  <201005081934.o48JYNhq077332@www.freebsd.org>
Resent-Message-ID: <201005081940.o48Je4F3074224@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146404
>Category:       ports
>Synopsis:       Update port: misc/xyzcmd up to 0.0.4
>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:   Sat May 08 19:40:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gvozdikov Veniamin
>Release:        FreeBSD 8.0-STABLE
>Organization:
>Environment:
FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #10: Sat Apr 17 14:38:26 KRAST 2010     root@zlobook.local:/usr/obj/usr/src/sys/zlobook_amd64  amd64
>Description:
New version XYZCommander is a pure console visual file manager.

Main features: 
-Tight integration with python run&#8211;time system &#8212; 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 plug&#8211;ins, 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 
-VFS subsystem 
-Tabs in navigation panels
>How-To-Repeat:

>Fix:
diff -ruN xyzcmd.orig/Makefile xyzcmd/Makefile
--- xyzcmd.orig/Makefile	2010-05-09 03:27:24.000000000 +0800
+++ xyzcmd/Makefile	2010-05-09 03:14:22.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xyzcmd
-PORTVERSION=	0.0.3
+PORTVERSION=	0.0.4
 CATEGORIES=	misc python
 MASTER_SITES=	GOOGLE_CODE
 
@@ -21,4 +21,12 @@
 USE_PYDISTUTILS=yes
 INSTALLS_EGGINFO=yes
 
+post-install:
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} api ${DOCSDIR} && \
+		${COPYTREE_SHARE} user-manual ${DOCSDIR} && \
+		${INSTALL_DATA} ../ChangeLog overview.pdf ${DOCSDIR}
+.endif
+
 .include <bsd.port.mk>
diff -ruN xyzcmd.orig/distinfo xyzcmd/distinfo
--- xyzcmd.orig/distinfo	2010-05-09 03:27:24.000000000 +0800
+++ xyzcmd/distinfo	2010-05-09 02:20:03.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (xyzcmd-0.0.3.tar.bz2) = d22dbfb0332263651e5307bbff764dd8
-SHA256 (xyzcmd-0.0.3.tar.bz2) = 72842e05bb5cd1886bb81af371576a8d6bddb9210cfa200ae9014f6527d13251
-SIZE (xyzcmd-0.0.3.tar.bz2) = 470514
+MD5 (xyzcmd-0.0.4.tar.bz2) = bb20312237ac0de0e92e208d7ba0cf60
+SHA256 (xyzcmd-0.0.4.tar.bz2) = fa8c0eb177064e8269bc8f896aa985de1e5779dcf12e849397b592eb593e6468
+SIZE (xyzcmd-0.0.4.tar.bz2) = 1227184
diff -ruN xyzcmd.orig/files/patch-setup.py xyzcmd/files/patch-setup.py
--- xyzcmd.orig/files/patch-setup.py	1970-01-01 07:00:00.000000000 +0700
+++ xyzcmd/files/patch-setup.py	2010-05-09 03:20:33.000000000 +0800
@@ -0,0 +1,17 @@
+--- setup.py.orig	2010-05-06 04:30:03.000000000 +0800
++++ setup.py	2010-05-09 03:20:33.000000000 +0800
+@@ -49,13 +49,9 @@
+                 ],
+     data_files = [
+         ("share/xyzcmd/conf", glob.glob("conf/*")),
+-        ("share/doc/xyzcmd/api", glob.glob("doc/api/*")),
+         ("share/xyzcmd/skins", glob.glob("skins/*")),
+-        ("share/doc/xyzcmd", ["ChangeLog", "doc/overview.pdf"]),
+         ] +
+-    include_rec("plugins", "share/xyzcmd/%s") +
+-    include_rec("doc/user-manual", "share/doc/xyzcmd/%s",
+-                lambda x: x.replace("doc/user-manual", "user-manual")),
++    include_rec("plugins", "share/xyzcmd/%s"),
+     
+     requires = ["urwid"],
+ 
diff -ruN xyzcmd.orig/pkg-plist xyzcmd/pkg-plist
--- xyzcmd.orig/pkg-plist	2010-05-09 03:27:24.000000000 +0800
+++ xyzcmd/pkg-plist	2010-05-09 02:52:04.000000000 +0800
@@ -215,484 +215,484 @@
 %%PYTHON_SITELIBDIR%%/libxyz/vfs/vfsobj.py
 %%PYTHON_SITELIBDIR%%/libxyz/vfs/vfsobj.pyc
 %%PYTHON_SITELIBDIR%%/libxyz/vfs/vfsobj.pyo
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/api/api-objects.txt
-%%DOCSDIR%%/api/class-tree.html
-%%DOCSDIR%%/api/crarr.png
-%%DOCSDIR%%/api/epydoc.css
-%%DOCSDIR%%/api/epydoc.js
-%%DOCSDIR%%/api/exceptions.AssertionError-class.html
-%%DOCSDIR%%/api/frames.html
-%%DOCSDIR%%/api/help.html
-%%DOCSDIR%%/api/identifier-index.html
-%%DOCSDIR%%/api/index.html
-%%DOCSDIR%%/api/libxyz-module.html
-%%DOCSDIR%%/api/libxyz-pysrc.html
-%%DOCSDIR%%/api/libxyz.const-module.html
-%%DOCSDIR%%/api/libxyz.const-pysrc.html
-%%DOCSDIR%%/api/libxyz.core-module.html
-%%DOCSDIR%%/api/libxyz.core-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.actionmanager-module.html
-%%DOCSDIR%%/api/libxyz.core.actionmanager-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.actionmanager.ActionManager-class.html
-%%DOCSDIR%%/api/libxyz.core.dsl-module.html
-%%DOCSDIR%%/api/libxyz.core.dsl-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.dsl.XYZ-class.html
-%%DOCSDIR%%/api/libxyz.core.fsrule-module.html
-%%DOCSDIR%%/api/libxyz.core.fsrule-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.fsrule.Expression-class.html
-%%DOCSDIR%%/api/libxyz.core.fsrule.FSRule-class.html
-%%DOCSDIR%%/api/libxyz.core.hookmanager-module.html
-%%DOCSDIR%%/api/libxyz.core.hookmanager-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.hookmanager.HookManager-class.html
-%%DOCSDIR%%/api/libxyz.core.inputwrapper-module.html
-%%DOCSDIR%%/api/libxyz.core.inputwrapper-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.inputwrapper.InputWrapper-class.html
-%%DOCSDIR%%/api/libxyz.core.keymanager-module.html
-%%DOCSDIR%%/api/libxyz.core.keymanager-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.keymanager.KeyManager-class.html
-%%DOCSDIR%%/api/libxyz.core.logger-module.html
-%%DOCSDIR%%/api/libxyz.core.logger-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.logger.logentry-module.html
-%%DOCSDIR%%/api/libxyz.core.logger.logentry-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.logger.logentry.LogEntry-class.html
-%%DOCSDIR%%/api/libxyz.core.logger.logger-module.html
-%%DOCSDIR%%/api/libxyz.core.logger.logger-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.logger.logger.Logger-class.html
-%%DOCSDIR%%/api/libxyz.core.logger.loglevel-module.html
-%%DOCSDIR%%/api/libxyz.core.logger.loglevel-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.logger.loglevel.LogLevel-class.html
-%%DOCSDIR%%/api/libxyz.core.odict-module.html
-%%DOCSDIR%%/api/libxyz.core.odict-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.odict.ODict-class.html
-%%DOCSDIR%%/api/libxyz.core.plugins-module.html
-%%DOCSDIR%%/api/libxyz.core.plugins-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.plugins.base-module.html
-%%DOCSDIR%%/api/libxyz.core.plugins.base-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.plugins.base.BasePlugin-class.html
-%%DOCSDIR%%/api/libxyz.core.plugins.manager-module.html
-%%DOCSDIR%%/api/libxyz.core.plugins.manager-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.plugins.manager.PluginManager-class.html
-%%DOCSDIR%%/api/libxyz.core.plugins.ns-module.html
-%%DOCSDIR%%/api/libxyz.core.plugins.ns-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.plugins.ns.Namespace-class.html
-%%DOCSDIR%%/api/libxyz.core.plugins.virtual-module.html
-%%DOCSDIR%%/api/libxyz.core.plugins.virtual-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.plugins.virtual.VirtualPlugin-class.html
-%%DOCSDIR%%/api/libxyz.core.queue-module.html
-%%DOCSDIR%%/api/libxyz.core.queue-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.queue.Queue-class.html
-%%DOCSDIR%%/api/libxyz.core.skin-module.html
-%%DOCSDIR%%/api/libxyz.core.skin-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.skin.Skin-class.html
-%%DOCSDIR%%/api/libxyz.core.skin.SkinManager-class.html
-%%DOCSDIR%%/api/libxyz.core.tests-module.html
-%%DOCSDIR%%/api/libxyz.core.tests-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.tests.TestActionManager-class.html
-%%DOCSDIR%%/api/libxyz.core.tests.TestDSL-class.html
-%%DOCSDIR%%/api/libxyz.core.tests.TestQueue-class.html
-%%DOCSDIR%%/api/libxyz.core.userdata-module.html
-%%DOCSDIR%%/api/libxyz.core.userdata-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.userdata.UserData-class.html
-%%DOCSDIR%%/api/libxyz.core.utils-module.html
-%%DOCSDIR%%/api/libxyz.core.utils-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.xyzdata-module.html
-%%DOCSDIR%%/api/libxyz.core.xyzdata-pysrc.html
-%%DOCSDIR%%/api/libxyz.core.xyzdata.XYZData-class.html
-%%DOCSDIR%%/api/libxyz.exceptions-module.html
-%%DOCSDIR%%/api/libxyz.exceptions-pysrc.html
-%%DOCSDIR%%/api/libxyz.exceptions.DSLError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.FSRuleError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.KeyManagerError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.LexerError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.ParseError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.PluginError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.SkinError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.UIError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.VFSError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.XYZError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.XYZRuntimeError-class.html
-%%DOCSDIR%%/api/libxyz.exceptions.XYZValueError-class.html
-%%DOCSDIR%%/api/libxyz.launcher-module.html
-%%DOCSDIR%%/api/libxyz.launcher-pysrc.html
-%%DOCSDIR%%/api/libxyz.launcher.Launcher-class.html
-%%DOCSDIR%%/api/libxyz.parser-module.html
-%%DOCSDIR%%/api/libxyz.parser-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.base-module.html
-%%DOCSDIR%%/api/libxyz.parser.base-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.base.BaseParser-class.html
-%%DOCSDIR%%/api/libxyz.parser.block-module.html
-%%DOCSDIR%%/api/libxyz.parser.block-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.block.BlockParser-class.html
-%%DOCSDIR%%/api/libxyz.parser.flat-module.html
-%%DOCSDIR%%/api/libxyz.parser.flat-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.flat.FlatParser-class.html
-%%DOCSDIR%%/api/libxyz.parser.lexer-module.html
-%%DOCSDIR%%/api/libxyz.parser.lexer-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.lexer.Lexer-class.html
-%%DOCSDIR%%/api/libxyz.parser.lr-module.html
-%%DOCSDIR%%/api/libxyz.parser.lr-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.lr.ActionTable-class.html
-%%DOCSDIR%%/api/libxyz.parser.lr.GotoTable-class.html
-%%DOCSDIR%%/api/libxyz.parser.lr.Rules-class.html
-%%DOCSDIR%%/api/libxyz.parser.lr.Tree-class.html
-%%DOCSDIR%%/api/libxyz.parser.multi-module.html
-%%DOCSDIR%%/api/libxyz.parser.multi-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.multi.MultiParser-class.html
-%%DOCSDIR%%/api/libxyz.parser.parseddata-module.html
-%%DOCSDIR%%/api/libxyz.parser.parseddata-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.parseddata.ParsedData-class.html
-%%DOCSDIR%%/api/libxyz.parser.regexp-module.html
-%%DOCSDIR%%/api/libxyz.parser.regexp-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.regexp.RegexpParser-class.html
-%%DOCSDIR%%/api/libxyz.parser.sourcedata-module.html
-%%DOCSDIR%%/api/libxyz.parser.sourcedata-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.sourcedata.SourceData-class.html
-%%DOCSDIR%%/api/libxyz.parser.tests-module.html
-%%DOCSDIR%%/api/libxyz.parser.tests-pysrc.html
-%%DOCSDIR%%/api/libxyz.parser.tests.TestBlock-class.html
-%%DOCSDIR%%/api/libxyz.parser.tests.TestFlat-class.html
-%%DOCSDIR%%/api/libxyz.parser.tests.TestMulti-class.html
-%%DOCSDIR%%/api/libxyz.parser.tests.TestRegexp-class.html
-%%DOCSDIR%%/api/libxyz.pselector-module.html
-%%DOCSDIR%%/api/libxyz.pselector-pysrc.html
-%%DOCSDIR%%/api/libxyz.pselector.PathSelector-class.html
-%%DOCSDIR%%/api/libxyz.ui-module.html
-%%DOCSDIR%%/api/libxyz.ui-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.align-module.html
-%%DOCSDIR%%/api/libxyz.ui.align-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.border-module.html
-%%DOCSDIR%%/api/libxyz.ui.border-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.border.Border-class.html
-%%DOCSDIR%%/api/libxyz.ui.box-module.html
-%%DOCSDIR%%/api/libxyz.ui.box-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.box.Box-class.html
-%%DOCSDIR%%/api/libxyz.ui.box_button-module.html
-%%DOCSDIR%%/api/libxyz.ui.box_button-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.box_button.ButtonBox-class.html
-%%DOCSDIR%%/api/libxyz.ui.box_error-module.html
-%%DOCSDIR%%/api/libxyz.ui.box_error-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.box_error.ErrorBox-class.html
-%%DOCSDIR%%/api/libxyz.ui.box_input-module.html
-%%DOCSDIR%%/api/libxyz.ui.box_input-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.box_input.InputBox-class.html
-%%DOCSDIR%%/api/libxyz.ui.box_message-module.html
-%%DOCSDIR%%/api/libxyz.ui.box_message-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.box_message.MessageBox-class.html
-%%DOCSDIR%%/api/libxyz.ui.box_yesno-module.html
-%%DOCSDIR%%/api/libxyz.ui.box_yesno-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.box_yesno.YesNoBox-class.html
-%%DOCSDIR%%/api/libxyz.ui.cmd-module.html
-%%DOCSDIR%%/api/libxyz.ui.cmd-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.cmd.Cmd-class.html
-%%DOCSDIR%%/api/libxyz.ui.colors-module.html
-%%DOCSDIR%%/api/libxyz.ui.colors-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.colors.Attribute-class.html
-%%DOCSDIR%%/api/libxyz.ui.colors.Background-class.html
-%%DOCSDIR%%/api/libxyz.ui.colors.BackgroundHigh-class.html
-%%DOCSDIR%%/api/libxyz.ui.colors.BaseHighColor-class.html
-%%DOCSDIR%%/api/libxyz.ui.colors.Color-class.html
-%%DOCSDIR%%/api/libxyz.ui.colors.Foreground-class.html
-%%DOCSDIR%%/api/libxyz.ui.colors.ForegroundHigh-class.html
-%%DOCSDIR%%/api/libxyz.ui.colors.Palette-class.html
-%%DOCSDIR%%/api/libxyz.ui.display-module.html
-%%DOCSDIR%%/api/libxyz.ui.display-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.entry-module.html
-%%DOCSDIR%%/api/libxyz.ui.entry-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.entry.ListEntry-class.html
-%%DOCSDIR%%/api/libxyz.ui.entry.NumEntry-class.html
-%%DOCSDIR%%/api/libxyz.ui.keys-module.html
-%%DOCSDIR%%/api/libxyz.ui.keys-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.keys.Keys-class.html
-%%DOCSDIR%%/api/libxyz.ui.menu-module.html
-%%DOCSDIR%%/api/libxyz.ui.menu-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.panel-module.html
-%%DOCSDIR%%/api/libxyz.ui.panel-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.panel.Block-class.html
-%%DOCSDIR%%/api/libxyz.ui.panel.Panel-class.html
-%%DOCSDIR%%/api/libxyz.ui.prompt-module.html
-%%DOCSDIR%%/api/libxyz.ui.prompt-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.prompt.Prompt-class.html
-%%DOCSDIR%%/api/libxyz.ui.separator-module.html
-%%DOCSDIR%%/api/libxyz.ui.separator-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.separator.Separator-class.html
-%%DOCSDIR%%/api/libxyz.ui.shortcut-module.html
-%%DOCSDIR%%/api/libxyz.ui.shortcut-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.shortcut.Shortcut-class.html
-%%DOCSDIR%%/api/libxyz.ui.size-module.html
-%%DOCSDIR%%/api/libxyz.ui.size-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.size.Size-class.html
-%%DOCSDIR%%/api/libxyz.ui.tests-module.html
-%%DOCSDIR%%/api/libxyz.ui.tests-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.tests.TestColors-class.html
-%%DOCSDIR%%/api/libxyz.ui.tests.TestPalette-class.html
-%%DOCSDIR%%/api/libxyz.ui.utils-module.html
-%%DOCSDIR%%/api/libxyz.ui.utils-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.xyzbutton-module.html
-%%DOCSDIR%%/api/libxyz.ui.xyzbutton-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.xyzbutton.XYZButton-class.html
-%%DOCSDIR%%/api/libxyz.ui.xyzlistbox-module.html
-%%DOCSDIR%%/api/libxyz.ui.xyzlistbox-pysrc.html
-%%DOCSDIR%%/api/libxyz.ui.xyzlistbox.XYZListBox-class.html
-%%DOCSDIR%%/api/libxyz.version-module.html
-%%DOCSDIR%%/api/libxyz.version-pysrc.html
-%%DOCSDIR%%/api/libxyz.version.Version-class.html
-%%DOCSDIR%%/api/libxyz.vfs-module.html
-%%DOCSDIR%%/api/libxyz.vfs-pysrc.html
-%%DOCSDIR%%/api/libxyz.vfs.dispatcher-module.html
-%%DOCSDIR%%/api/libxyz.vfs.dispatcher-pysrc.html
-%%DOCSDIR%%/api/libxyz.vfs.dispatcher.VFSDispatcher-class.html
-%%DOCSDIR%%/api/libxyz.vfs.local-module.html
-%%DOCSDIR%%/api/libxyz.vfs.local-pysrc.html
-%%DOCSDIR%%/api/libxyz.vfs.local.LocalVFSObject-class.html
-%%DOCSDIR%%/api/libxyz.vfs.mode-module.html
-%%DOCSDIR%%/api/libxyz.vfs.mode-pysrc.html
-%%DOCSDIR%%/api/libxyz.vfs.mode.Mode-class.html
-%%DOCSDIR%%/api/libxyz.vfs.tar-module.html
-%%DOCSDIR%%/api/libxyz.vfs.tar-pysrc.html
-%%DOCSDIR%%/api/libxyz.vfs.tar.TarVFSObject-class.html
-%%DOCSDIR%%/api/libxyz.vfs.types-module.html
-%%DOCSDIR%%/api/libxyz.vfs.types-pysrc.html
-%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeBase-class.html
-%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeBlock-class.html
-%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeChar-class.html
-%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeDir-class.html
-%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeFifo-class.html
-%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeFile-class.html
-%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeLink-class.html
-%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeSocket-class.html
-%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeUnknown-class.html
-%%DOCSDIR%%/api/libxyz.vfs.util-module.html
-%%DOCSDIR%%/api/libxyz.vfs.util-pysrc.html
-%%DOCSDIR%%/api/libxyz.vfs.vfsobj-module.html
-%%DOCSDIR%%/api/libxyz.vfs.vfsobj-pysrc.html
-%%DOCSDIR%%/api/libxyz.vfs.vfsobj.VFSObject-class.html
-%%DOCSDIR%%/api/module-tree.html
-%%DOCSDIR%%/api/plugins-module.html
-%%DOCSDIR%%/api/plugins-pysrc.html
-%%DOCSDIR%%/api/plugins.core-module.html
-%%DOCSDIR%%/api/plugins.core-pysrc.html
-%%DOCSDIR%%/api/plugins.core.bindlist-module.html
-%%DOCSDIR%%/api/plugins.core.bindlist-pysrc.html
-%%DOCSDIR%%/api/plugins.core.bindlist.main-module.html
-%%DOCSDIR%%/api/plugins.core.bindlist.main-pysrc.html
-%%DOCSDIR%%/api/plugins.core.bindlist.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.core.console-module.html
-%%DOCSDIR%%/api/plugins.core.console-pysrc.html
-%%DOCSDIR%%/api/plugins.core.console.main-module.html
-%%DOCSDIR%%/api/plugins.core.console.main-pysrc.html
-%%DOCSDIR%%/api/plugins.core.console.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.core.keycodes-module.html
-%%DOCSDIR%%/api/plugins.core.keycodes-pysrc.html
-%%DOCSDIR%%/api/plugins.core.keycodes.main-module.html
-%%DOCSDIR%%/api/plugins.core.keycodes.main-pysrc.html
-%%DOCSDIR%%/api/plugins.core.keycodes.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.core.pluginlist-module.html
-%%DOCSDIR%%/api/plugins.core.pluginlist-pysrc.html
-%%DOCSDIR%%/api/plugins.core.pluginlist.entry-module.html
-%%DOCSDIR%%/api/plugins.core.pluginlist.entry-pysrc.html
-%%DOCSDIR%%/api/plugins.core.pluginlist.entry.PluginEntry-class.html
-%%DOCSDIR%%/api/plugins.core.pluginlist.main-module.html
-%%DOCSDIR%%/api/plugins.core.pluginlist.main-pysrc.html
-%%DOCSDIR%%/api/plugins.core.pluginlist.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.core.shell-module.html
-%%DOCSDIR%%/api/plugins.core.shell-pysrc.html
-%%DOCSDIR%%/api/plugins.core.shell.bash-module.html
-%%DOCSDIR%%/api/plugins.core.shell.bash-pysrc.html
-%%DOCSDIR%%/api/plugins.core.shell.main-module.html
-%%DOCSDIR%%/api/plugins.core.shell.main-pysrc.html
-%%DOCSDIR%%/api/plugins.core.shell.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.fsrules-module.html
-%%DOCSDIR%%/api/plugins.fsrules-pysrc.html
-%%DOCSDIR%%/api/plugins.fsrules.magic-module.html
-%%DOCSDIR%%/api/plugins.fsrules.magic-pysrc.html
-%%DOCSDIR%%/api/plugins.fsrules.magic.main-module.html
-%%DOCSDIR%%/api/plugins.fsrules.magic.main-pysrc.html
-%%DOCSDIR%%/api/plugins.fsrules.magic.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.misc-module.html
-%%DOCSDIR%%/api/plugins.misc-pysrc.html
-%%DOCSDIR%%/api/plugins.misc.about-module.html
-%%DOCSDIR%%/api/plugins.misc.about-pysrc.html
-%%DOCSDIR%%/api/plugins.misc.about.main-module.html
-%%DOCSDIR%%/api/plugins.misc.about.main-pysrc.html
-%%DOCSDIR%%/api/plugins.misc.about.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.misc.hello-module.html
-%%DOCSDIR%%/api/plugins.misc.hello-pysrc.html
-%%DOCSDIR%%/api/plugins.misc.hello.main-module.html
-%%DOCSDIR%%/api/plugins.misc.hello.main-pysrc.html
-%%DOCSDIR%%/api/plugins.misc.hello.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.misc.where-module.html
-%%DOCSDIR%%/api/plugins.misc.where-pysrc.html
-%%DOCSDIR%%/api/plugins.misc.where.main-module.html
-%%DOCSDIR%%/api/plugins.misc.where.main-pysrc.html
-%%DOCSDIR%%/api/plugins.misc.where.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.ui-module.html
-%%DOCSDIR%%/api/plugins.ui-pysrc.html
-%%DOCSDIR%%/api/plugins.ui.bookmarks-module.html
-%%DOCSDIR%%/api/plugins.ui.bookmarks-pysrc.html
-%%DOCSDIR%%/api/plugins.ui.bookmarks.main-module.html
-%%DOCSDIR%%/api/plugins.ui.bookmarks.main-pysrc.html
-%%DOCSDIR%%/api/plugins.ui.bookmarks.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.ui.testinput-module.html
-%%DOCSDIR%%/api/plugins.ui.testinput-pysrc.html
-%%DOCSDIR%%/api/plugins.ui.testinput.main-module.html
-%%DOCSDIR%%/api/plugins.ui.testinput.main-pysrc.html
-%%DOCSDIR%%/api/plugins.ui.testinput.main.InputBox-class.html
-%%DOCSDIR%%/api/plugins.ui.testinput.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.vfs-module.html
-%%DOCSDIR%%/api/plugins.vfs-pysrc.html
-%%DOCSDIR%%/api/plugins.vfs.fileinfo-module.html
-%%DOCSDIR%%/api/plugins.vfs.fileinfo-pysrc.html
-%%DOCSDIR%%/api/plugins.vfs.fileinfo.main-module.html
-%%DOCSDIR%%/api/plugins.vfs.fileinfo.main-pysrc.html
-%%DOCSDIR%%/api/plugins.vfs.fileinfo.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/plugins.vfs.vfsutils-module.html
-%%DOCSDIR%%/api/plugins.vfs.vfsutils-pysrc.html
-%%DOCSDIR%%/api/plugins.vfs.vfsutils.box_copy-module.html
-%%DOCSDIR%%/api/plugins.vfs.vfsutils.box_copy-pysrc.html
-%%DOCSDIR%%/api/plugins.vfs.vfsutils.box_copy.CopyBox-class.html
-%%DOCSDIR%%/api/plugins.vfs.vfsutils.main-module.html
-%%DOCSDIR%%/api/plugins.vfs.vfsutils.main-pysrc.html
-%%DOCSDIR%%/api/plugins.vfs.vfsutils.main.XYZPlugin-class.html
-%%DOCSDIR%%/api/redirect.html
-%%DOCSDIR%%/api/toc-everything.html
-%%DOCSDIR%%/api/toc-libxyz-module.html
-%%DOCSDIR%%/api/toc-libxyz.const-module.html
-%%DOCSDIR%%/api/toc-libxyz.core-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.actionmanager-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.dsl-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.fsrule-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.hookmanager-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.inputwrapper-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.keymanager-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.logger-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.logger.logentry-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.logger.logger-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.logger.loglevel-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.odict-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.plugins-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.plugins.base-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.plugins.manager-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.plugins.ns-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.plugins.virtual-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.queue-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.skin-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.tests-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.userdata-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.utils-module.html
-%%DOCSDIR%%/api/toc-libxyz.core.xyzdata-module.html
-%%DOCSDIR%%/api/toc-libxyz.exceptions-module.html
-%%DOCSDIR%%/api/toc-libxyz.launcher-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.base-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.block-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.flat-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.lexer-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.lr-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.multi-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.parseddata-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.regexp-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.sourcedata-module.html
-%%DOCSDIR%%/api/toc-libxyz.parser.tests-module.html
-%%DOCSDIR%%/api/toc-libxyz.pselector-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.align-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.border-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.box-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.box_button-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.box_error-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.box_input-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.box_message-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.box_yesno-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.cmd-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.colors-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.display-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.entry-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.keys-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.menu-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.panel-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.prompt-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.separator-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.shortcut-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.size-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.tests-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.utils-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.xyzbutton-module.html
-%%DOCSDIR%%/api/toc-libxyz.ui.xyzlistbox-module.html
-%%DOCSDIR%%/api/toc-libxyz.version-module.html
-%%DOCSDIR%%/api/toc-libxyz.vfs-module.html
-%%DOCSDIR%%/api/toc-libxyz.vfs.dispatcher-module.html
-%%DOCSDIR%%/api/toc-libxyz.vfs.local-module.html
-%%DOCSDIR%%/api/toc-libxyz.vfs.mode-module.html
-%%DOCSDIR%%/api/toc-libxyz.vfs.tar-module.html
-%%DOCSDIR%%/api/toc-libxyz.vfs.types-module.html
-%%DOCSDIR%%/api/toc-libxyz.vfs.util-module.html
-%%DOCSDIR%%/api/toc-libxyz.vfs.vfsobj-module.html
-%%DOCSDIR%%/api/toc-plugins-module.html
-%%DOCSDIR%%/api/toc-plugins.core-module.html
-%%DOCSDIR%%/api/toc-plugins.core.bindlist-module.html
-%%DOCSDIR%%/api/toc-plugins.core.bindlist.main-module.html
-%%DOCSDIR%%/api/toc-plugins.core.console-module.html
-%%DOCSDIR%%/api/toc-plugins.core.console.main-module.html
-%%DOCSDIR%%/api/toc-plugins.core.keycodes-module.html
-%%DOCSDIR%%/api/toc-plugins.core.keycodes.main-module.html
-%%DOCSDIR%%/api/toc-plugins.core.pluginlist-module.html
-%%DOCSDIR%%/api/toc-plugins.core.pluginlist.entry-module.html
-%%DOCSDIR%%/api/toc-plugins.core.pluginlist.main-module.html
-%%DOCSDIR%%/api/toc-plugins.core.shell-module.html
-%%DOCSDIR%%/api/toc-plugins.core.shell.bash-module.html
-%%DOCSDIR%%/api/toc-plugins.core.shell.main-module.html
-%%DOCSDIR%%/api/toc-plugins.fsrules-module.html
-%%DOCSDIR%%/api/toc-plugins.fsrules.magic-module.html
-%%DOCSDIR%%/api/toc-plugins.fsrules.magic.main-module.html
-%%DOCSDIR%%/api/toc-plugins.misc-module.html
-%%DOCSDIR%%/api/toc-plugins.misc.about-module.html
-%%DOCSDIR%%/api/toc-plugins.misc.about.main-module.html
-%%DOCSDIR%%/api/toc-plugins.misc.hello-module.html
-%%DOCSDIR%%/api/toc-plugins.misc.hello.main-module.html
-%%DOCSDIR%%/api/toc-plugins.misc.where-module.html
-%%DOCSDIR%%/api/toc-plugins.misc.where.main-module.html
-%%DOCSDIR%%/api/toc-plugins.ui-module.html
-%%DOCSDIR%%/api/toc-plugins.ui.bookmarks-module.html
-%%DOCSDIR%%/api/toc-plugins.ui.bookmarks.main-module.html
-%%DOCSDIR%%/api/toc-plugins.ui.testinput-module.html
-%%DOCSDIR%%/api/toc-plugins.ui.testinput.main-module.html
-%%DOCSDIR%%/api/toc-plugins.vfs-module.html
-%%DOCSDIR%%/api/toc-plugins.vfs.fileinfo-module.html
-%%DOCSDIR%%/api/toc-plugins.vfs.fileinfo.main-module.html
-%%DOCSDIR%%/api/toc-plugins.vfs.vfsutils-module.html
-%%DOCSDIR%%/api/toc-plugins.vfs.vfsutils.box_copy-module.html
-%%DOCSDIR%%/api/toc-plugins.vfs.vfsutils.main-module.html
-%%DOCSDIR%%/api/toc.html
-%%DOCSDIR%%/user-manual/_sources/configs.txt
-%%DOCSDIR%%/user-manual/_sources/events_hooks.txt
-%%DOCSDIR%%/user-manual/_sources/fs_rules.txt
-%%DOCSDIR%%/user-manual/_sources/index.txt
-%%DOCSDIR%%/user-manual/_sources/plugins.txt
-%%DOCSDIR%%/user-manual/_sources/skins.txt
-%%DOCSDIR%%/user-manual/_sources/stdplugins.txt
-%%DOCSDIR%%/user-manual/_sources/vfs.txt
-%%DOCSDIR%%/user-manual/_static/basic.css
-%%DOCSDIR%%/user-manual/_static/default.css
-%%DOCSDIR%%/user-manual/_static/doctools.js
-%%DOCSDIR%%/user-manual/_static/file.png
-%%DOCSDIR%%/user-manual/_static/jquery.js
-%%DOCSDIR%%/user-manual/_static/minus.png
-%%DOCSDIR%%/user-manual/_static/plus.png
-%%DOCSDIR%%/user-manual/_static/pygments.css
-%%DOCSDIR%%/user-manual/_static/searchtools.js
-%%DOCSDIR%%/user-manual/configs.html
-%%DOCSDIR%%/user-manual/events_hooks.html
-%%DOCSDIR%%/user-manual/fs_rules.html
-%%DOCSDIR%%/user-manual/genindex.html
-%%DOCSDIR%%/user-manual/index.html
-%%DOCSDIR%%/user-manual/objects.inv
-%%DOCSDIR%%/user-manual/plugins.html
-%%DOCSDIR%%/user-manual/search.html
-%%DOCSDIR%%/user-manual/searchindex.js
-%%DOCSDIR%%/user-manual/skins.html
-%%DOCSDIR%%/user-manual/stdplugins.html
-%%DOCSDIR%%/user-manual/vfs.html
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/api/api-objects.txt
+%%PORTDOCS%%%%DOCSDIR%%/api/class-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/crarr.png
+%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.css
+%%PORTDOCS%%%%DOCSDIR%%/api/epydoc.js
+%%PORTDOCS%%%%DOCSDIR%%/api/exceptions.AssertionError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/frames.html
+%%PORTDOCS%%%%DOCSDIR%%/api/help.html
+%%PORTDOCS%%%%DOCSDIR%%/api/identifier-index.html
+%%PORTDOCS%%%%DOCSDIR%%/api/index.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.const-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.const-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.actionmanager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.actionmanager-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.actionmanager.ActionManager-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.dsl-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.dsl-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.dsl.XYZ-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.fsrule-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.fsrule-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.fsrule.Expression-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.fsrule.FSRule-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.hookmanager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.hookmanager-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.hookmanager.HookManager-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.inputwrapper-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.inputwrapper-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.inputwrapper.InputWrapper-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.keymanager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.keymanager-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.keymanager.KeyManager-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger.logentry-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger.logentry-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger.logentry.LogEntry-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger.logger-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger.logger-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger.logger.Logger-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger.loglevel-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger.loglevel-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.logger.loglevel.LogLevel-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.odict-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.odict-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.odict.ODict-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.base-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.base-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.base.BasePlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.manager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.manager-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.manager.PluginManager-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.ns-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.ns-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.ns.Namespace-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.virtual-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.virtual-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.plugins.virtual.VirtualPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.queue-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.queue-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.queue.Queue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.skin-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.skin-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.skin.Skin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.skin.SkinManager-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.tests-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.tests-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.tests.TestActionManager-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.tests.TestDSL-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.tests.TestQueue-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.userdata-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.userdata-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.userdata.UserData-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.utils-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.utils-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.xyzdata-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.xyzdata-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.core.xyzdata.XYZData-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.DSLError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.FSRuleError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.KeyManagerError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.LexerError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.ParseError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.PluginError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.SkinError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.UIError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.VFSError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.XYZError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.XYZRuntimeError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.exceptions.XYZValueError-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.launcher-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.launcher-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.launcher.Launcher-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.base-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.base-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.base.BaseParser-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.block-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.block-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.block.BlockParser-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.flat-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.flat-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.flat.FlatParser-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.lexer-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.lexer-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.lexer.Lexer-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.lr-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.lr-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.lr.ActionTable-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.lr.GotoTable-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.lr.Rules-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.lr.Tree-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.multi-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.multi-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.multi.MultiParser-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.parseddata-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.parseddata-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.parseddata.ParsedData-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.regexp-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.regexp-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.regexp.RegexpParser-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.sourcedata-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.sourcedata-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.sourcedata.SourceData-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.tests-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.tests-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.tests.TestBlock-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.tests.TestFlat-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.tests.TestMulti-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.parser.tests.TestRegexp-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.pselector-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.pselector-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.pselector.PathSelector-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.align-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.align-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.border-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.border-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.border.Border-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box.Box-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_button-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_button-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_button.ButtonBox-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_error-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_error-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_error.ErrorBox-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_input-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_input-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_input.InputBox-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_message-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_message-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_message.MessageBox-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_yesno-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_yesno-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.box_yesno.YesNoBox-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.cmd-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.cmd-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.cmd.Cmd-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors.Attribute-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors.Background-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors.BackgroundHigh-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors.BaseHighColor-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors.Color-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors.Foreground-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors.ForegroundHigh-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.colors.Palette-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.display-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.display-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.entry-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.entry-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.entry.ListEntry-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.entry.NumEntry-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.keys-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.keys-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.keys.Keys-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.menu-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.menu-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.panel-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.panel-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.panel.Block-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.panel.Panel-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.prompt-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.prompt-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.prompt.Prompt-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.separator-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.separator-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.separator.Separator-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.shortcut-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.shortcut-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.shortcut.Shortcut-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.size-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.size-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.size.Size-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.tests-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.tests-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.tests.TestColors-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.tests.TestPalette-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.utils-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.utils-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.xyzbutton-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.xyzbutton-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.xyzbutton.XYZButton-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.xyzlistbox-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.xyzlistbox-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.xyzlistbox.XYZListBox-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.version-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.version-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.version.Version-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.dispatcher-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.dispatcher-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.dispatcher.VFSDispatcher-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.local-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.local-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.local.LocalVFSObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.mode-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.mode-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.mode.Mode-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.tar-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.tar-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.tar.TarVFSObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeBase-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeBlock-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeChar-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeDir-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeFifo-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeFile-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeLink-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeSocket-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.types.VFSTypeUnknown-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.util-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.util-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.vfsobj-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.vfsobj-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.vfsobj.VFSObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/module-tree.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.bindlist-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.bindlist-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.bindlist.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.bindlist.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.bindlist.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.console-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.console-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.console.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.console.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.console.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.keycodes-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.keycodes-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.keycodes.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.keycodes.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.keycodes.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.pluginlist-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.pluginlist-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.pluginlist.entry-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.pluginlist.entry-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.pluginlist.entry.PluginEntry-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.pluginlist.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.pluginlist.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.pluginlist.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.shell-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.shell-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.shell.bash-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.shell.bash-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.shell.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.shell.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.shell.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.fsrules-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.fsrules-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.fsrules.magic-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.fsrules.magic-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.fsrules.magic.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.fsrules.magic.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.fsrules.magic.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.about-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.about-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.about.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.about.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.about.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.hello-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.hello-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.hello.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.hello.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.hello.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.where-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.where-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.where.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.where.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.misc.where.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.bookmarks-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.bookmarks-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.bookmarks.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.bookmarks.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.bookmarks.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.testinput-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.testinput-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.testinput.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.testinput.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.testinput.main.InputBox-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.ui.testinput.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.fileinfo-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.fileinfo-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.fileinfo.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.fileinfo.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.fileinfo.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.vfsutils-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.vfsutils-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.vfsutils.box_copy-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.vfsutils.box_copy-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.vfsutils.box_copy.CopyBox-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.vfsutils.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.vfsutils.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.vfs.vfsutils.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/redirect.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-everything.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.const-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.actionmanager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.dsl-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.fsrule-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.hookmanager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.inputwrapper-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.keymanager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.logger-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.logger.logentry-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.logger.logger-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.logger.loglevel-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.odict-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.plugins-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.plugins.base-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.plugins.manager-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.plugins.ns-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.plugins.virtual-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.queue-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.skin-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.tests-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.userdata-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.utils-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.core.xyzdata-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.exceptions-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.launcher-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.base-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.block-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.flat-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.lexer-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.lr-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.multi-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.parseddata-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.regexp-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.sourcedata-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.parser.tests-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.pselector-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.align-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.border-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.box-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.box_button-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.box_error-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.box_input-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.box_message-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.box_yesno-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.cmd-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.colors-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.display-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.entry-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.keys-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.menu-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.panel-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.prompt-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.separator-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.shortcut-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.size-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.tests-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.utils-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.xyzbutton-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.ui.xyzlistbox-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.version-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.vfs-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.vfs.dispatcher-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.vfs.local-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.vfs.mode-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.vfs.tar-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.vfs.types-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.vfs.util-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.vfs.vfsobj-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.bindlist-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.bindlist.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.console-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.console.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.keycodes-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.keycodes.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.pluginlist-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.pluginlist.entry-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.pluginlist.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.shell-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.shell.bash-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.shell.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.fsrules-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.fsrules.magic-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.fsrules.magic.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.misc-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.misc.about-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.misc.about.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.misc.hello-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.misc.hello.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.misc.where-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.misc.where.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.ui-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.ui.bookmarks-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.ui.bookmarks.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.ui.testinput-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.ui.testinput.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.vfs-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.vfs.fileinfo-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.vfs.fileinfo.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.vfs.vfsutils-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.vfs.vfsutils.box_copy-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.vfs.vfsutils.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_sources/configs.txt
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_sources/events_hooks.txt
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_sources/fs_rules.txt
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_sources/index.txt
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_sources/plugins.txt
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_sources/skins.txt
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_sources/stdplugins.txt
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_sources/vfs.txt
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_static/basic.css
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_static/default.css
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_static/doctools.js
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_static/file.png
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_static/jquery.js
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_static/minus.png
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_static/plus.png
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_static/pygments.css
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/_static/searchtools.js
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/configs.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/events_hooks.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/fs_rules.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/genindex.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/index.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/objects.inv
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/plugins.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/search.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/searchindex.js
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/skins.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stdplugins.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/vfs.html
 %%DATADIR%%/conf/actions.xyz
 %%DATADIR%%/conf/aliases.xyz
 %%DATADIR%%/conf/hooks.xyz
@@ -741,6 +741,45 @@
 %%DATADIR%%/skins/lighty
 %%DATADIR%%/skins/monochrome
 %%DATADIR%%/skins/seablue
+%%PYTHON_SITELIBDIR%%/libxyz/vfs/zip.py
+%%PYTHON_SITELIBDIR%%/libxyz/vfs/zip.pyc
+%%PYTHON_SITELIBDIR%%/libxyz/vfs/zip.pyo
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.ui.panel.TabBar-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.zip-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.zip-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/libxyz.vfs.zip.ZipVFSObject-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_base-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_base-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_base.BaseDomain-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_binpath-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_binpath-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_binpath.Domain-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_fs-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_fs-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_fs.Domain-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_service-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_service-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.domain_service.Domain-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.main-pysrc.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.main.CompleteWindow-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/plugins.core.complete.main.XYZPlugin-class.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-libxyz.vfs.zip-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.complete-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.complete.domain_base-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.complete.domain_binpath-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.complete.domain_fs-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.complete.domain_service-module.html
+%%PORTDOCS%%%%DOCSDIR%%/api/toc-plugins.core.complete.main-module.html
+%%PORTDOCS%%%%DOCSDIR%%/overview.pdf
+%%DATADIR%%/plugins/core/complete/__init__.py
+%%DATADIR%%/plugins/core/complete/domain_base.py
+%%DATADIR%%/plugins/core/complete/domain_binpath.py
+%%DATADIR%%/plugins/core/complete/domain_fs.py
+%%DATADIR%%/plugins/core/complete/domain_service.py
+%%DATADIR%%/plugins/core/complete/main.py
 @dirrm %%DATADIR%%/skins
 @dirrm %%DATADIR%%/plugins/vfs/vfsutils
 @dirrm %%DATADIR%%/plugins/vfs/fileinfo
@@ -758,16 +797,17 @@
 @dirrm %%DATADIR%%/plugins/core/pluginlist
 @dirrm %%DATADIR%%/plugins/core/keycodes
 @dirrm %%DATADIR%%/plugins/core/console
+@dirrm %%DATADIR%%/plugins/core/complete
 @dirrm %%DATADIR%%/plugins/core/bindlist
 @dirrm %%DATADIR%%/plugins/core
 @dirrm %%DATADIR%%/plugins
 @dirrm %%DATADIR%%/conf
 @dirrm %%DATADIR%%
-@dirrm %%DOCSDIR%%/user-manual/_static
-@dirrm %%DOCSDIR%%/user-manual/_sources
-@dirrm %%DOCSDIR%%/user-manual
-@dirrm %%DOCSDIR%%/api
-@dirrm %%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/user-manual/_static
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/user-manual/_sources
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/user-manual
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm %%PYTHON_SITELIBDIR%%/libxyz/vfs
 @dirrm %%PYTHON_SITELIBDIR%%/libxyz/ui
 @dirrm %%PYTHON_SITELIBDIR%%/libxyz/parser

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005081934.o48JYNhq077332>