File: control

package info (click to toggle)
cadaver 0.22.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,388 kB
  • ctags: 3,250
  • sloc: ansic: 26,955; makefile: 205; sh: 160
file content (20 lines) | stat: -rw-r--r-- 824 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: cadaver
Section: web
Priority: optional
Maintainer: Bernd Eckenfels <ecki@debian.org>
Build-Depends: libncurses5-dev, libxml2-dev | libxml-dev, libreadline4-dev (>=4.1), zlib1g-dev (>= 1:1.1.3), libssl-dev (>= 0.9.6f), debmake
Standards-Version: 3.6.1

Package: cadaver
Architecture: any
Depends: ${shlibs:Depends}
Description: command-line client for WebDAV server
 Useful for WebDAV server testing and scripting. Works like command line FTP
 clients.
 .
 Due to licensing issues (conflict between GPL and OpenSSL) this package
 does not provide SSL (HTTPS) support, for now. GNU TLS Porters welcome.
 .
 Briefly: 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.