diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2013-01-11 10:43:38 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2013-01-11 10:43:38 +0000 |
commit | 6ac54511328c798c7da107a22f434b1cc0cd9093 (patch) | |
tree | 505d03d71b6b8f096685efbfa4db4606c4c5c3d6 /www-apps/webdavcgi/metadata.xml | |
parent | Initial commit, required for www-apps/webdavcgi. (diff) | |
download | gentoo-2-6ac54511328c798c7da107a22f434b1cc0cd9093.tar.gz gentoo-2-6ac54511328c798c7da107a22f434b1cc0cd9093.tar.bz2 gentoo-2-6ac54511328c798c7da107a22f434b1cc0cd9093.zip |
Initial commit, required for www-apps/webdavcgi.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0xAE9C1E30!)
Diffstat (limited to 'www-apps/webdavcgi/metadata.xml')
-rw-r--r-- | www-apps/webdavcgi/metadata.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www-apps/webdavcgi/metadata.xml b/www-apps/webdavcgi/metadata.xml new file mode 100644 index 000000000000..8a6e558dc2d6 --- /dev/null +++ b/www-apps/webdavcgi/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>christian.affolter@stepping-stone.ch</email> + <description>Maintainer</description> + </maintainer> + <maintainer> + <email>dev-zero@gentoo.org</email> + <description>Proxy maintainer</description> + </maintainer> + <longdescription> + WebDAV CGI is a Perl CGI script that enables the WebDAV protocol + (class 1,2,3) for Web server to manage Web sites or to use a Web server + as a Web drive for files, or for calendar/addressbook sharing. If you + need correct permissions for files and folders you can install this + WebDAV CGI script and a UID/GID wrapper. The Apache module mod_dav does + not support UID/GID wrapping, so this implementation fills up this gap + as a complete replacement. + </longdescription> + <use> + <flag name="rcs">Adds support for a revision controlled backend with RCS (<pkg>dev-vcs/rcs</pkg>)</flag> + </use> +</pkgmetadata> |