1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

HTTP_WebDAV_Server is a RFC2518 compliant helper class

for WebDAV server implementation.

WWW: http://pear.php.net/package/HTTP_WebDAV_Server/

PR:		ports/128856
Submitted by:	Wen Heping<wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2008-11-15 21:17:07 +00:00
parent a2d02bde18
commit 8ff9fe4cde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222873
4 changed files with 35 additions and 0 deletions

View File

@ -1088,6 +1088,7 @@
SUBDIR += pear-HTTP_Server
SUBDIR += pear-HTTP_Session2
SUBDIR += pear-HTTP_Upload
SUBDIR += pear-HTTP_WebDAV_Server
SUBDIR += pear-Services_Blogging
SUBDIR += pear-Services_Compete
SUBDIR += pear-Services_Delicious

View File

@ -0,0 +1,27 @@
# Ports collection makefile for: HTTP_WebDAV_Server
# Date created: 14 Nov 2008
# Whom: Wen Heping<wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= HTTP_WebDAV_Server
PORTVERSION= 1.0.0.r4
CATEGORIES= www devel pear
DISTNAME= ${PORTNAME}-1.0.0RC4
MAINTAINER= wenheping@gmail.com
COMMENT= WebDAV Server Baseclass
CATEGORY= HTTP/WebDAV
FILES= Server.php Server/Filesystem.php \
Tools/_parse_lockinfo.php \
Tools/_parse_propfind.php \
Tools/_parse_proppatch.php \
db/Fileserver.sql
DOCS= README dav.txt
_DOCSDIR= .
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PEAR/HTTP_WebDAV_Server-1.0.0RC4.tgz) = 53c848aed2c62c78cacf0431746d2cd7
SHA256 (PEAR/HTTP_WebDAV_Server-1.0.0RC4.tgz) = 35159ebcf33de159d4f27a919250ee57bddfa8d46d6df5b78ee42ac6e1133c5f
SIZE (PEAR/HTTP_WebDAV_Server-1.0.0RC4.tgz) = 27025

View File

@ -0,0 +1,4 @@
HTTP_WebDAV_Server is a RFC2518 compliant helper class
for WebDAV server implementation.
WWW: http://pear.php.net/package/HTTP_WebDAV_Server/