Fri May 24 08:07:26 2013 UTC ()
litmus: WebDAV server protocol compliance test suite. Tests include:
* OPTIONS for DAV: header
* PUT, GET with byte comparison
* MKCOL
* DELETE (collections, non-collections)
* COPY, MOVE using combinations of:
 - overwrite t/f
 - destination exists/doesn't exist
 - collection/non-collection
* Property manipulation and querying:
 - set, delete, replace properties
 - persist dead props across COPY
 - namespace handling
* Locking
 - attempts to modify locked resource (as lock owner, not owner)
 - shared/exclusive locks, lock discovery


(adam)
diff -r0 -r1.1 pkgsrc/www/litmus/DESCR
diff -r0 -r1.1 pkgsrc/www/litmus/Makefile
diff -r0 -r1.1 pkgsrc/www/litmus/PLIST
diff -r0 -r1.1 pkgsrc/www/litmus/distinfo

File Added: pkgsrc/www/litmus/DESCR
litmus: WebDAV server protocol compliance test suite. Tests include:
* OPTIONS for DAV: header
* PUT, GET with byte comparison
* MKCOL
* DELETE (collections, non-collections)
* COPY, MOVE using combinations of:
 - overwrite t/f
 - destination exists/doesn't exist
 - collection/non-collection
* Property manipulation and querying:
 - set, delete, replace properties
 - persist dead props across COPY
 - namespace handling
* Locking
 - attempts to modify locked resource (as lock owner, not owner)
 - shared/exclusive locks, lock discovery

File Added: pkgsrc/www/litmus/Makefile
# $NetBSD: Makefile,v 1.1 2013/05/24 08:07:26 adam Exp $

DISTNAME=	litmus-0.13
CATEGORIES=	www
MASTER_SITES=	http://www.webdav.org/neon/litmus/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.webdav.org/neon/litmus/
COMMENT=	WebDAV server protocol compliance test suite
LICENSE=	gnu-gpl-v2

PKG_INSTALLATION_TYPES=	overwrite pkgviews

USE_LIBTOOL=		yes
USE_TOOLS+=		pkg-config
GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--with-ssl=openssl

.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../www/neon/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/litmus/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/05/24 08:07:26 adam Exp $
bin/litmus
libexec/litmus/basic
libexec/litmus/copymove
libexec/litmus/http
libexec/litmus/locks
libexec/litmus/props
share/litmus/htdocs/foo

File Added: pkgsrc/www/litmus/distinfo
$NetBSD: distinfo,v 1.1 2013/05/24 08:07:26 adam Exp $

SHA1 (litmus-0.13.tar.gz) = 42ad603035d15798facb3be79b1c51376820cb19
RMD160 (litmus-0.13.tar.gz) = f84d738abe7f23be4d70af8fd8fe23d59ef265f5
Size (litmus-0.13.tar.gz) = 467532 bytes