summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Gerstner <Matthias.Gerstner@nefkom.net>2017-10-22 23:11:52 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-11-06 00:07:41 +0100
commitd2ceae7ce6813f5ab0d7bd18127061b51faec240 (patch)
treee250d29e2ee87ef25c52d23a59966c9339aa9d2b /sys-fs/xwmfs/metadata.xml
parentdev-php/maxmind-db-reader: new PHP interface to the MaxMind databases. (diff)
downloadgentoo-d2ceae7ce6813f5ab0d7bd18127061b51faec240.tar.gz
gentoo-d2ceae7ce6813f5ab0d7bd18127061b51faec240.tar.bz2
gentoo-d2ceae7ce6813f5ab0d7bd18127061b51faec240.zip
sys-fs/xmwfs: new ebuild.
xmwfs is a X11 Window-Manager file system based on FUSE. Closes: https://github.com/gentoo/gentoo/pull/6020 Closes: https://bugs.gentoo.org/634810
Diffstat (limited to 'sys-fs/xwmfs/metadata.xml')
-rw-r--r--sys-fs/xwmfs/metadata.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/sys-fs/xwmfs/metadata.xml b/sys-fs/xwmfs/metadata.xml
new file mode 100644
index 000000000000..8b58b472e953
--- /dev/null
+++ b/sys-fs/xwmfs/metadata.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>matthias.gerstner@nefkom.net</email>
+ <name>Matthias Gerstner</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription lang="en">
+ This is xwmfs (X window manager file system), a userspace file system based on
+ fuse that allows interaction with an EWMH compliant X11 window manager
+ via files.
+
+ Some of its features are:
+
+ - newly appearing and disappearing windows in the X server are recognized and
+ the file system is updated in an event based manner
+ - new values for properties of window manager and windows will be reflected in
+ the file system in an event based manner
+ - properties of windows and window manager can be changed via writing to files
+ in the file system
+ - some X operations are accessible via control files in the file system
+
+ The file system can be used for easily implementing scripts that operate on
+ the window manager and windows (for example identifying specific windows,
+ rename a window, move it around and so on).
+ </longdescription>
+ <upstream>
+ <remote-id type="github">gestner-hub/xwmfs</remote-id>
+ </upstream>
+</pkgmetadata>