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


1.15
date	2013.03.17.09.07.01;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.01.21.17.39.46;	author eadler;	state Exp;
branches;
next	1.12;

1.12
date	2011.02.26.09.16.14;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2009.12.01.21.46.50;	author tabthorpe;	state Exp;
branches;
next	1.10;

1.10
date	2007.08.23.04.00.04;	author tabthorpe;	state Exp;
branches;
next	1.9;

1.9
date	2007.01.29.21.04.14;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.23.00.23.35;	author linimon;	state Exp;
branches;
next	1.7;

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

1.6
date	2005.12.09.19.24.50;	author ale;	state Exp;
branches;
next	1.5;

1.5
date	2004.11.12.21.20.07;	author pav;	state Exp;
branches;
next	1.4;

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

1.3
date	2004.04.14.21.56.32;	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.52.55;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314399
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Alex Miller (<asm@@asm.kiev.ua>)
# $FreeBSD: head/www/pear-HTTP_Header/Makefile 314399 2013-03-17 06:56:53Z miwi $

PORTNAME=	HTTP_Header
PORTVERSION=	1.2.1
CATEGORIES=	www devel pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PEAR OO interface to modify and handle HTTP headers and status codes

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

PEAR_AUTOINSTALL=	yes

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


1.14
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-HTTP_Header
# Date created:			  13 December 2003
# Whom:				  Alex Miller (<asm@@asm.kiev.ua>)
#
# $FreeBSD: head/www/pear-HTTP_Header/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d12 1
a12 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
d14 1
a14 5
PEAR_CATSRC=	yes
CATEGORY=	HTTP
FILES=		Header.php Header/Cache.php
TESTS=		response.php cacheresponse.php header.php header_cache.php \
		README.txt
@


1.13
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.12
log
@- Update to 1.2.1
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.11
log
@- Pass maintainership to miwi
@
text
@d9 1
a9 1
PORTVERSION=	1.2.0
d18 1
@


1.10
log
@- change maintainer address on ports I maintain

Approved by:	clsung (mentor)
@
text
@d12 1
a12 1
MAINTAINER=	tabthorpe@@FreeBSD.org
@


1.9
log
@- Pass maintainership to submitter

PR:		108525
Submitted by:	Thomas Abthorpe <thomas@@goodking.ca>
@
text
@d12 1
a12 1
MAINTAINER=	thomas@@goodking.ca
@


1.8
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.7
log
@- Update to 1.2.0

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


1.6
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.1.1
d20 2
a21 1
TESTS=		README.txt cacheresponse.php header.php header_cache.php response.php
@


1.5
log
@- Update to 1.1.1
- Update description, comment
- Take maintainership

PR:		ports/73860
Submitted by:	Antonio Carlos Venancio Junior <antonio@@php.net>
@
text
@d23 1
a23 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.4
log
@Upgrade to pear-HTTP_Header-1.1.0.
@
text
@d9 1
a9 1
PORTVERSION=	1.1.0
d12 2
a13 2
MAINTAINER=	ports@@FreeBSD.org
COMMENT=	PEAR OO-Interface to modify HTTP-Headers easily
@


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

PR:		ports/65511
Submitted by:	Roman Neuhauser
Approved by:	mat (mentor).
@
text
@d9 1
a9 2
PORTVERSION=	0.1.5
PORTREVISION=	1
d20 1
a20 2
EXAMPLES=	Header_Cache.php
_EXAMPLESDIR=	docs
@


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
@d10 1
d16 7
a22 3
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS=	${BUILD_DEPENDS} \
		${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP
a25 14

.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/docs/Header_Cache.php ${DOCSDIR}
	@@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

do-install:
	@@${MKDIR} ${PEARDIR}/Header
	@@${CP} ${WRKSRC}/Header/Cache.php ${PEARDIR}/Header
	@@${CP} ${WRKSRC}/Header.php ${PEARDIR}
	@@${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Header.php
	@@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Header

@


1.1
log
@New port: pear-HTTP_Header: PEAR OO-Interface to modify HTTP-Headers easily

	This class provides methods to set/modify HTTP-Headers.
	To abstract common things, like caching etc. some sub classes are
	provided that handle special cases (i.e. HTTP_Header_Cache).

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

