head	1.20;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.3;
locks; strict;
comment	@# @;


1.20
date	2013.03.15.16.23.31;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2013.02.18.09.06.38;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.01.21.17.39.45;	author eadler;	state Exp;
branches;
next	1.16;

1.16
date	2009.12.01.21.46.50;	author tabthorpe;	state Exp;
branches;
next	1.15;

1.15
date	2008.09.02.14.57.00;	author tabthorpe;	state Exp;
branches;
next	1.14;

1.14
date	2007.08.23.04.00.04;	author tabthorpe;	state Exp;
branches;
next	1.13;

1.13
date	2007.01.29.21.11.22;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2006.09.23.00.23.35;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2006.01.11.19.04.35;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2005.12.09.19.24.50;	author ale;	state Exp;
branches;
next	1.9;

1.9
date	2005.05.23.16.24.25;	author novel;	state Exp;
branches;
next	1.8;

1.8
date	2005.03.01.21.39.24;	author thierry;	state Exp;
branches;
next	1.7;

1.7
date	2005.02.09.21.02.14;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2004.11.11.14.56.33;	author thierry;	state Exp;
branches;
next	1.5;

1.5
date	2004.07.16.21.55.47;	author thierry;	state Exp;
branches;
next	1.4;

1.4
date	2004.07.03.11.53.01;	author thierry;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.14.21.55.26;	author thierry;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314198
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alex Miller (<asm@@asm.kiev.ua>)
# $FreeBSD: head/www/pear-HTTP/Makefile 314198 2013-03-15 00:42:37Z miwi $

PORTNAME=	HTTP
PORTVERSION=	1.4.1
CATEGORIES=	www devel pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR miscellaneous HTTP utilities

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

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


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312487
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/pear-HTTP/Makefile 312487 2013-02-18 08:09:00Z miwi $
d12 1
a12 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
d14 1
a14 5
FILES=		HTTP.php

TESTS=		absoluteURI.inc negotiateCharset.phpt negotiateCharset2.phpt \
		negotiateLanguage.phpt negotiateMimeType.phpt test1a.phpt \
		test2a.phpt test3a.phpt test4a.phpt test5a.phpt test6a.phpt
@


1.18
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-HTTP
# Date created:			  13 December 2003
# Whom:				  Alex Miller (<asm@@asm.kiev.ua>)
#
# $FreeBSD: head/www/pear-HTTP/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.17
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.16
log
@- Pass maintainership to miwi
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.15
log
@- Update to 1.4.1

Notified by:	portscout
@
text
@d12 1
a12 1
MAINTAINER=	tabthorpe@@FreeBSD.org
@


1.14
log
@- change maintainer address on ports I maintain

Approved by:	clsung (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.4.0
d20 4
@


1.13
log
@- Pass maintainership to submitter

PR:		108524
Submitted by:	Thomas Abthorpe <thomas@@goodking.ca> (maintainer)
@
text
@d12 1
a12 1
MAINTAINER=	thomas@@goodking.ca
@


1.12
log
@Reset maintainership of ports assigned to antonio@@php.net after numerous
maintainer-timeouts and no response to email.  We hope to see him back.

Hat:		portmgr
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.11
log
@- Update to 1.4.0

PR:		ports/91658
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net> (maintainer)
@
text
@d12 1
a12 1
MAINTAINER=	antonio@@php.net
@


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

Discussed with:	thierry, antonio@@php.net
@
text
@d9 1
a9 1
PORTVERSION=	1.3.6
@


1.9
log
@Update to 1.3.6.

PR:		81396
Submitted by:	Antonio Carlos Venancio Junior (maintainer)
@
text
@d15 1
a15 1
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
d21 1
a21 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.8
log
@Ugrade to 1.3.5.

Changelg at <http://pear.php.net/package/HTTP/download/1.3.5/>.

PR:		ports/78212
Submitted by:	Antnio Carlos Venncio Jnior (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.5
@


1.7
log
@- Update to 1.3.4

PR:		ports/77309
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.4
@


1.6
log
@- Upgrade to to 1.3.3;

- Take maintainership.

PR:		ports/71556
Submitted by:	Antnio Carlos Venncio Jnior.
@
text
@d9 1
a9 1
PORTVERSION=	1.3.3
@


1.5
log
@Upgrading to 1.3.1.
@
text
@d9 1
a9 1
PORTVERSION=	1.3.1
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@Upgrading to 1.3.0.
@
text
@d9 1
a9 1
PORTVERSION=	1.3.0
@


1.3
log
@Utilize devel/pear-PEAR/Makefile.common.

PR:		ports/65512
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
@
text
@d9 1
a9 1
PORTVERSION=	1.2.2
@


1.2
log
@pear-* ports: simplify path to devel/pear-PEAR/Makefile.common

    .include <bsd.port.pre.mk>
    .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"

    can be simplified to:

    .include <bsd.port.pre.mk>
    .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"

    the latter version also doesn't make any assumptions about the
    path of including Makefile

PR:		ports/57152
Submitted by:	Roman Neuhauser <neuhauser@@bellavista.cz>
@
text
@d18 2
a21 5

do-install:
	@@${CP} ${WRKSRC}/HTTP.php ${PEARDIR}
	@@${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/HTTP.php

@


1.1
log
@New port: pear-HTTP: PEAR miscellaneous HTTP utilities

	The HTTP class is a class with static methods for doing miscellaneous
	HTTP-related stuff like date formatting or language negotiation.

	WWW: http://pear.php.net/package-info.php?package=HTTP

PR:		ports/60197
Submitted by:	Alex Miller <asm@@asm.kiev.ua>
@
text
@d19 1
a19 1
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
@

