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:
parent
ee295b1bcc
commit
febe78bc5c
29
net/cadaver/Makefile
Normal file
29
net/cadaver/Makefile
Normal 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
3
net/cadaver/distinfo
Normal 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
5
net/cadaver/pkg/DESCR
Normal 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
3
net/cadaver/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user