head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2013.03.17.08.43.50;	author svnexp;	state Exp;
branches;
next	1.7;

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

1.6
date	2011.06.25.07.34.33;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.10.24.19.00.20;	author miwi;	state Exp;
branches;
next	1.4;

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

1.3
date	2005.12.09.19.24.50;	author ale;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.05.01.24.37;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.02.12.42.48;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314396
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Joseph Scott (<joseph@@randomnetworks.com>)
# $FreeBSD: head/www/pear-HTTP_Client/Makefile 314396 2013-03-17 05:38:47Z miwi $

PORTNAME=	HTTP_Client
PORTVERSION=	1.2.1
CATEGORIES=	www pear

MAINTAINER=	joseph@@randomnetworks.com
COMMENT=	PEAR classes for high level HTTP requests

BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
		${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
RUN_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
		${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.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for: pear-HTTP_Client
# Date created:		01 February 2005
# Whom:				Joseph Scott (<joseph@@randomnetworks.com>)
#
# $FreeBSD: head/www/pear-HTTP_Client/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d16 1
a16 4
CATEGORY=	HTTP
FILES=		Client.php Client/CookieManager.php
EXAMPLES=	link-checker.php
_EXAMPLESDIR=	examples
@


1.6
log
@- Update to 1.2.1

PR:		157781
Submitted by:	Jin-Sih Lin <linpct@@gmail.com>
Approved by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 1.2.0

PR:		128221
Submitted by:	Wen heping <wenheping@@gmail.com>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.2.0
d17 2
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Update to 1.1.1

PR:		121974
Submitted by:	Anish Mistry <amistry@@am-productions.biz>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.1.1
@


1.3
log
@Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@@php.net
@
text
@d8 3
a10 3
PORTNAME=		HTTP_Client
PORTVERSION=	1.0.0
CATEGORIES=		www pear
d12 2
a13 2
MAINTAINER=		joseph@@randomnetworks.com
COMMENT=		PEAR classes for high level HTTP requests
d16 1
a16 1
				${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request
d19 3
a21 3
CATEGORY=		HTTP
FILES=			Client.php Client/CookieManager.php
EXAMPLES=		link-checker.php
@


1.2
log
@MAINTAINER FIX: www/pear-HTTP_Client

	Looks like this also depends on www/pear-HTTP_Request.

PR:		ports/77018
Submitted by:	Joseph Scott <joseph@@randomnetworks.com>
@
text
@d25 1
a25 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.1
log
@NEW PORT: www/pear-HTTP_Client (High level HTTP class)

	This is my first port with code from PEAR, so I hope I got
	it right.  I based it off of www/pear-HTTP.

	The HTTP_Client class wraps around HTTP_Request and provides
	a higher level interface for performing multiple HTTP
	requests.

	Features:
	* Manages cookies and referrers between requests
	* Handles HTTP redirection
	* Has methods to set default headers and request parameters
	* Implements the Subject-Observer design pattern: the base class sends
	  events to listeners that do the response processing.

PR:		ports/76995
Submitted by:	Joseph Scott <joseph@@randomnetworks.com>
@
text
@d15 2
a16 1
BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
@

