head	1.29;
access;
symbols
	RELEASE_8_0_0:1.27
	RELEASE_7_2_0:1.27
	RELEASE_7_1_0:1.24
	RELEASE_6_4_0:1.24
	RELEASE_5_EOL:1.23
	RELEASE_7_0_0:1.22
	RELEASE_6_3_0:1.22
	PRE_XORG_7:1.19
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.29
date	2010.01.31.13.49.11;	author miwi;	state dead;
branches;
next	1.28;

1.28
date	2010.01.10.06.43.00;	author linimon;	state Exp;
branches;
next	1.27;

1.27
date	2009.01.23.15.43.12;	author roam;	state Exp;
branches;
next	1.26;

1.26
date	2009.01.06.16.53.05;	author wxs;	state Exp;
branches;
next	1.25;

1.25
date	2008.12.07.09.41.50;	author miwi;	state Exp;
branches;
next	1.24;

1.24
date	2008.08.19.16.40.17;	author mnag;	state Exp;
branches;
next	1.23;

1.23
date	2008.02.04.13.14.39;	author mm;	state Exp;
branches;
next	1.22;

1.22
date	2007.10.04.06.21.45;	author edwin;	state Exp;
branches;
next	1.21;

1.21
date	2007.09.05.10.03.39;	author chinsan;	state Exp;
branches;
next	1.20;

1.20
date	2007.07.07.14.53.46;	author miwi;	state Exp;
branches;
next	1.19;

1.19
date	2007.04.29.09.42.20;	author rafan;	state Exp;
branches;
next	1.18;

1.18
date	2007.02.27.08.24.54;	author miwi;	state Exp;
branches;
next	1.17;

1.17
date	2007.02.23.05.35.52;	author clsung;	state Exp;
branches;
next	1.16;

1.16
date	2007.02.21.12.54.43;	author rafan;	state Exp;
branches;
next	1.15;

1.15
date	2007.01.29.14.36.18;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2007.01.28.07.44.32;	author rafan;	state Exp;
branches;
next	1.13;

1.13
date	2007.01.24.12.24.15;	author vanilla;	state Exp;
branches;
next	1.12;

1.12
date	2006.12.13.12.41.35;	author roam;	state Exp;
branches;
next	1.11;

1.11
date	2006.10.31.06.40.04;	author clsung;	state Exp;
branches;
next	1.10;

1.10
date	2006.08.28.00.04.38;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2006.08.19.16.02.34;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.05.10.31.16;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.05.00.13.48;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2006.06.11.15.05.16;	author vanilla;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.31.06.02.00;	author novel;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.12.11.12.29;	author novel;	state Exp;
branches;
next	1.3;

1.3
date	2006.03.29.07.09.05;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2006.03.19.22.24.53;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.02.06.15.34.44;	author garga;	state Exp;
branches;
next	;


desc
@@


1.29
log
@- Remove pecl-pecl_http duplicate port

PR:		141046
Submitted by:	wen@@
@
text
@# Ports collection makefile for:  pecl-pecl_http
# Date created:			  2005-12-19
# Whom:				  Alexander Zhuravlev <zaa@@zaa.pp.ru>
#
# $FreeBSD: ports/www/pecl-pecl_http/Makefile,v 1.28 2010/01/10 06:43:00 linimon Exp $
#

PORTNAME=	pecl_http
DISTVERSION=	1.6.2
PORTREVISION=	1
CATEGORIES=	www pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A PHP extension which provides extended HTTP request/response handling

USE_PHP=	session hash iconv
USE_PHPIZE=	yes
USE_PHPEXT=	yes
USE_PHP_BUILD=	yes
DEFAULT_PHP_VER=5
PHP_MODNAME=	http

CONFIGURE_ARGS=	--enable-http

OPTIONS=	CURL			"Enable cURL HTTP requests"	on \
		MAGIC_MIME		"Enable response content type guessing"	on \
		ZLIB_COMPRESSION	"Enable support for encoded message bodies"	off

.include <bsd.port.pre.mk>

.if defined(WITH_CURL)
LIB_DEPENDS+=	curl.5:${PORTSDIR}/ftp/curl \
		event-1.4:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS+=--with-http-curl-requests=${LOCALBASE} --with-http-curl-libevent=${LOCALBASE}
.else
CONFIGURE_ARGS+=--without-http-curl-requests
.endif

.if defined(WITH_MAGIC_MIME)
CONFIGURE_ARGS+=--with-http-magic-mime=/usr
.else
CONFIGURE_ARGS+=--without-http-magic-mime
.endif

.if defined(WITH_ZLIB_COMPRESSION)
CONFIGURE_ARGS+=--with-http-zlib-compression=/usr
.else
CONFIGURE_ARGS+=--without-http-zlib-compression
.endif

.include <bsd.port.post.mk>
@


1.28
log
@Reset zaa@@zaa.pp.ru: mail can not be delivered (mail loop).
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.27
log
@Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
@
text
@d17 1
a17 1
MAINTAINER=	zaa@@zaa.pp.ru
@


1.26
log
@- Remove conditional checks for FreeBSD 5.x and older

Approved by:	pav
@
text
@d10 1
d36 1
a36 1
LIB_DEPENDS+=	curl.4:${PORTSDIR}/ftp/curl \
@


1.25
log
@- Update to 1.6.2

PR:		129447
Submitted by:	Wen Heping <wenheping@@gmail.com>
Approved by:	maintainer
@
text
@d43 1
a43 7
.	if ${OSVERSION} < 502128
LIB_DEPENDS+=	magic.1:${PORTSDIR}/sysutils/file
MAGICBASE=	${LOCALBASE}
.	else
MAGICBASE=	/usr
.	endif
CONFIGURE_ARGS+=--with-http-magic-mime=${MAGICBASE}
@


1.24
log
@- Update libevent dependency and bump PORTREVISION
@
text
@d9 1
a9 2
DISTVERSION=	1.6.0
PORTREVISION=	1
@


1.23
log
@- Update to 1.6.0
- Add libevent support

PR:		ports/119853
Submitted by:	mm
Updated by:	maintainer
Approved by:	maintainer
@
text
@d10 1
d37 1
a37 1
		event:${PORTSDIR}/devel/libevent
@


1.22
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d9 1
a9 1
DISTVERSION=	1.5.5
d35 3
a37 2
LIB_DEPENDS+=	curl.4:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--with-http-curl-requests=${LOCALBASE}
@


1.21
log
@- Update to 1.5.5

PR:		ports/116094
Submitter:	chinsan
Approved by:	maintainer
@
text
@d53 1
a53 1
.if defined(WITH_ZLIB_COMPRESSION) && ${OSVERSION} > 500000
@


1.20
log
@- Update to 1.5.4

PR:		114342
Submitted by:	Alexander Zhuravlev <zaa@@zaa.pp.ru> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	1.5.4
@


1.19
log
@- Update to 1.5.3

PR:		ports/112190
Submitted by:	chinsan
Approved by:	Alexander Zhuravlev <zaa at zaa.pp.ru> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	1.5.3
@


1.18
log
@- Update to 1.5.2

PR:             109579
Submitted by:   Alexander Zhuravlev <zaa@@zaa.pp.ru> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	1.5.2
@


1.17
log
@- Update to 1.5.1

PR:		ports/109446
Submitted by:	maintainer (Alexander Zhuravlev)
@
text
@d9 1
a9 1
DISTVERSION=	1.5.1
@


1.16
log
@- Update to 1.5.0

PR:		ports/109380
Submitted by:	Alexander Zhuravlev <zaa at zaa.pp.ru> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	1.5.0
@


1.15
log
@- Update to 1.4.1

PR:		108496
Submitted by:	Alexander Zhuravlev <zaa@@zaa.pp.ru>
@
text
@d9 1
a9 1
DISTVERSION=	1.4.1
@


1.14
log
@- Update to 1.4.0

PR:		ports/108408
Submitted by:	chinsan
Approved by:	Alexander Zhuravlev <zaa at zaa.pp.ru> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	1.4.0
@


1.13
log
@Upgrade to 1.4.0RC2

PR:		ports/108235
Submitted by:	maintainer
@
text
@d9 1
a9 1
DISTVERSION=	1.4.0RC2
@


1.12
log
@Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
@
text
@d9 1
a9 2
DISTVERSION=	1.3.3
PORTREVISION=	1
@


1.11
log
@- Update to 1.3.3

PR:		ports/104296
Submitted by:	maintainer (Alexander Zhuravlev)
@
text
@d10 1
d36 1
a36 1
LIB_DEPENDS+=	curl.3:${PORTSDIR}/ftp/curl
@


1.10
log
@- Update to 1.2.1

PR:		ports/102552
Submitted by:	maintainer (Alexander Zhuravlev)
@
text
@d9 1
a9 1
DISTVERSION=	1.2.1
d53 1
a53 1
.if defined(WITH_ZLIB_COMPRESSION) && ${OSVERSION} < 500000
@


1.9
log
@- Update to 1.2.0

PR:		ports/102269
Submitted by:	maintainer (Alexander Zhuravlev)
@
text
@d9 1
a9 1
DISTVERSION=	1.2.0
@


1.8
log
@- Update to 1.1.0

PR:		ports/101104
Submitted by:	chinsan <chinsan.tw@@gmail.com>
Approved by:	krion (mentor), maintainer
@
text
@d9 1
a9 1
DISTVERSION=	1.1.0
@


1.7
log
@- Update to 1.0.1

PR:		ports/99793
Submitted by:	maintainer (Alexander Zhuravlev)
@
text
@d9 1
a9 1
DISTVERSION=	1.0.1
@


1.6
log
@Upgrade to 1.0.0

PR:		ports/98810
Submitted by:	maintainer
@
text
@d9 1
a9 1
DISTVERSION=	1.0.0
@


1.5
log
@Update to 1.0 RC4.

PR:		97695
Submitted by:	Alexander Zhuravlev (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	1.0.0RC4
d29 1
a29 1
		MAGIC_MIME		"Enable response content type guessing"	off \
d42 1
d44 5
a48 1
CONFIGURE_ARGS+=--with-http-magic-mime=${LOCALBASE}
@


1.4
log
@Update to 1.0.0RC3.

PR:		96038
Submitted by:	Alexander Zhuravlev (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	1.0.0RC3
@


1.3
log
@- Update to 1.0.0RC2

PR:		ports/95058
Submitted by:	Alexander Zhuravlev <zaa@@zaa.pp.ru> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	1.0.0RC2
@


1.2
log
@- Update to 1.0.0RC1

Submitted by:	Alexander Zhuravlev <zaa@@ulstu.ru> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	1.0.0RC1
@


1.1
log
@Add pecl-pecl_http 0.22.0, a PHP extension which provides extended HTTP
request/response handling.

PR:		ports/92827
Submitted by:	Alexander Zhuravlev <zaa@@zaa.pp.ru>
@
text
@d9 2
a10 2
PORTVERSION=	0.22.0
CATEGORIES=	www
d19 1
a19 1
USE_PHP=	session zlib
d22 1
a25 2
RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP_EXT_DIR}/hash.so:${PORTSDIR}/security/pecl-hash

d30 1
a30 1
		ZLIB_COMPRESSION	"Enable support for encoded message bodies"	on
a33 4
.if ${OSVERSION} < 500000
IGNORE=	does not build on FreeBSD <= 4.x
.endif

d48 1
a48 1
.if defined(WITH_ZLIB_COMPRESSION)
@

