head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2013.03.18.15.46.33;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.21.17.39.46;	author eadler;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.14.16.32.00;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2011.02.26.09.18.58;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.22.21.31.57;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.11.15.21.17.53;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314455
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Wen Heping<wenheping@@gmail.com>
# $FreeBSD: head/www/pear-HTTP_WebDAV_Client/Makefile 314455 2013-03-17 15:28:55Z miwi $

PORTNAME=	HTTP_WebDAV_Client
PORTVERSION=	1.0.2
CATEGORIES=	www devel pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	WebDAV Stream Wrapper Class

BUILD_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS:=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.6
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  HTTP_WebDAV_Client
# Date created:			  14 Nov 2008
# Whom:				  Wen Heping<wenheping@@gmail.com>
#
# $FreeBSD: head/www/pear-HTTP_WebDAV_Client/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.5
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update to 1.0.2
@
text
@d16 1
a16 1
RUN_DEPENDS=	${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
@


1.3
log
@- Update to 1.0.1
@
text
@d9 1
a9 1
PORTVERSION=	1.0.1
d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
d18 1
a18 5
PEAR_CATSRC=	yes
CATEGORY=	HTTP/WebDAV
FILES=		Client.php Client/Stream.php \
		Tools/_parse_lock_response.php \
		Tools/_parse_propfind_response.php
@


1.2
log
@- Take over maintainership

Approved by:	Wen Heping (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.0.0
d18 1
@


1.1
log
@HTTP_WebDAV_Client is a RFC2518 compliant stream wrapper
that allows to use WebDAV server resources like a regular
file system from within PHP.

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

PR:		ports/128855
Submitted by:	Wen Heping<wenheping at gmail.com>
@
text
@d12 1
a12 1
MAINTAINER=	wenheping@@gmail.com
@

