diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-16 02:11:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-16 02:11:54 +0000 |
commit | ff9ccac706a03d9ba39cb24594375a4810bb53ec (patch) | |
tree | f255cb7163d3c0147ae4e3975c6bc968036b8e73 /www/ap-dav/pkg/PLIST | |
parent | 318cb6ca5320f970f3195e9c82912be7c109393c (diff) | |
download | pkgsrc-ff9ccac706a03d9ba39cb24594375a4810bb53ec.tar.gz |
ap-dav -- Apache WebDAV module
WebDAV stands for "Web-based Distributed Authoring and Versioning". It is
a set of extensions to the HTTP protocol which allows users to
collaboratively edit and manage files on remote web servers.
mod_dav is an Apache module to provide DAV capabilities (RFC 2518) for the
Apache web server. mod_dav currently implements a Class 1 and Class 2 DAV
server. This means that it provides all the basic DAV facilities for
manipulating resources (files) on the target web server, along with
manipulating properties on those resources. In addition, it handles the
(un)locking of resources so that clients can have exclusive access to
modify resources.
Diffstat (limited to 'www/ap-dav/pkg/PLIST')
-rw-r--r-- | www/ap-dav/pkg/PLIST | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/ap-dav/pkg/PLIST b/www/ap-dav/pkg/PLIST new file mode 100644 index 00000000000..f94dd51239e --- /dev/null +++ b/www/ap-dav/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/16 02:11:54 jlam Exp $ +lib/httpd/mod_dav.so +share/doc/html/mod_dav/LICENSE.html +share/doc/mod_dav/INSTALL +@dirrm share/doc/mod_dav +@dirrm share/doc/html/mod_dav |