diff options
Diffstat (limited to 'app-misc/spacenavd/metadata.xml')
-rw-r--r-- | app-misc/spacenavd/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-misc/spacenavd/metadata.xml b/app-misc/spacenavd/metadata.xml new file mode 100644 index 0000000..1d77621 --- /dev/null +++ b/app-misc/spacenavd/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>anthoine.bourgeois@gmail.com</email> + <name>Anthoine Bourgeois</name> + </maintainer> + <maintainer> + <email>sping@gentoo.org</email> + <name>Sebastian Pipping</name> + </maintainer> + <longdescription> + The spacenavd daemon can be used directly as a drop-in replacement + to the 3DxWare daemon. It can communicate with the official magellan + SDK, and thus any program compiled with it can work with spacenavd + transparently without any change or need of recompilation. + Also, spacenavd provides an alternative communication protocol, for + programs that use libspnav, that doesn't require an X server, as the + original protocol does. + </longdescription> +</pkgmetadata> |