once again i need to ask Porteus users for help

this time i'm working on creating a simple text database containing packages from official repo which requires non binary dependencies not resolved automatically by Porteus Package Manager.
by 'non binary' dependency i mean python, perl or functional dependencies (basically - everything what can't be tracked by 'ldd' command)
example of missing python dependency:
wicd needs 'python' and following other python packages to work: dbus-python, pygobject, pycairo, pygtk
example of missing functional dependency:
k3b requires 'cdrdao' package otherwise wont be able to burn anything
truecrypt needs sudo for non root user
etc ....
my current database can be find here:
http://ponce.cc/porteus/x86_64/testing/EXTRA-DEPS.txt
please share your experience with unresolved deps while using PPM and i'll be happy to add other packages (and their extra deps) to the database.
this file will be used while constructing official repo for porteus-2.0 so hopefully all (binary/non binary) deps will be resolved in porteus-2.x releases.
sounds great but i need to obtain some help first.
btw: this topic is an example of troubles i'm trying to avoid in porteus-2.0 and later:
http://forum.porteus.org/viewtopic.php?f=81&t=1635
thanks in advance.