           SPELL=davfs
     SAV_PROJECT=davfs2
         VERSION=1.5.4
          SOURCE=${SAV_PROJECT}-${VERSION}.tar.gz
         SOURCE2=$SOURCE.sig
   SOURCE_URL[0]=http://download.savannah.gnu.org/releases/${SAV_PROJECT}/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=davfs.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SAV_PROJECT}-${VERSION}"
        WEB_SITE=https://savannah.nongnu.org/projects/${SAV_PROJECT}
      LICENSE[0]=GPL
         ENTERED=20021202
     GATHER_DOCS=off
        KEYWORDS="disk"
           SHORT='Davfs2 is Linux file system driver to mount WebDAV resource'
cat << EOF
Davfs2 is a Linux file system driver that allows you to mount a WebDAV server
as a local disk drive. Davfs2 uses Coda for kernel driver and neon for WebDAV
interface.
WebDAV is an extension to HTTP that allows remote collaborative authoring of
Web resources, defined in RFC 2518.
Davfs allows a remote Web server to be edited using standard applications that
interact with the file system. For example, a remote Web site could be updated
in-place using the same development tools that initially created the site.
Davfs supports SSL and proxy server.
EOF
