initial import of cadaver-0.19.1:

--
cadaver is a command-line WebDAV client for Unix. It supports file
upload, download, on-screen display, namespace operations (move/copy),
collection creation and deletion, and locking operations.

It even works just fine with Apple's iDisk!

WWW: http://www.webdav.org/cadaver/
This commit is contained in:
lebel 2002-03-19 01:47:06 +00:00
parent ee295b1bcc
commit febe78bc5c
4 changed files with 40 additions and 0 deletions

29
net/cadaver/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/03/19 01:47:06 lebel Exp $
COMMENT= "command-line WebDAV client"
VERSION= 0.19.1
DISTNAME= cadaver-${VERSION}
CATEGORIES= net www
NEED_VERSION= 1.513
HOMEPAGE= http://www.webdav.org/cadaver/
MAINTAINER= David Lebel <lebel@openbsd.org>
LIB_DEPENDS= xml2.6:libxml->=2.4.8:textproc/libxml
MODULES= iconv
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.webdav.org/cadaver/
ALL_TARGET=
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu dest
.include <bsd.port.mk>

3
net/cadaver/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (cadaver-0.19.1.tar.gz) = 968b668006dad89912cad51ad3befc43
RMD160 (cadaver-0.19.1.tar.gz) = 2f7da95484d3f8cfb364d90d89bdbcd320c81ae7
SHA1 (cadaver-0.19.1.tar.gz) = ba530120dc2e7fd4c416a194236e430396e2c5e3

5
net/cadaver/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
cadaver is a command-line WebDAV client for Unix. It supports file
upload, download, on-screen display, namespace operations (move/copy),
collection creation and deletion, and locking operations.
WWW: ${HOMEPAGE}

3
net/cadaver/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/03/19 01:47:06 lebel Exp $
bin/cadaver
man/man1/cadaver.1