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


1.9
date	2013.03.18.15.46.33;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2013.02.03.19.11.31;	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	2012.07.11.18.12.29;	author crees;	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	2006.04.15.11.47.41;	author edwin;	state Exp;
branches;
next	1.3;

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

1.2
date	2005.01.15.13.21.53;	author thierry;	state Exp;
branches;
next	1.1;

1.1
date	2004.11.06.17.14.36;	author pav;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314455
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Gerrit Beine (<tux@@pinguru.net>)
# $FreeBSD: head/www/pear-HTTP_Server/Makefile 314455 2013-03-17 15:28:55Z miwi $

PORTNAME=	HTTP_Server
PORTVERSION=	0.4.1
CATEGORIES=	www devel pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	HTTP server class

BUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
		${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
RUN_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
		${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server

PEAR_AUTOINSTALL=	yes

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


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311466
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/www/pear-HTTP_Server/Makefile 311466 2013-02-03 16:19:25Z miwi $
d13 2
a14 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:  pear-HTTP_Server
# Date created:			  24 Octobre 2004
# Whom:				  Gerrit Beine (<tux@@pinguru.net>)
#
# $FreeBSD: head/www/pear-HTTP_Server/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	0.4.0
d8 1
a8 1
MAINTAINER=	ports@@FreeBSD.org
d15 1
a15 3
CATEGORY=	HTTP
FILES=		Server.php Server/Request.php
EXAMPLES=	HTTP_Server_File.php www/index.html
@


1.6
log
@Reset maintainership for ports maintained by Gerrit Beine.

He had requested this some time ago, so any past timeouts should not be held
against him.

Your work in the past has been much appreciated, thank you.

Submitted by:	maintainer, via private email
@
text
@d5 1
a5 1
# $FreeBSD$
@


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
@d12 1
a12 1
MAINTAINER=	gerrit.beine@@gmx.de
@


1.4
log
@Maintainer mailaddress mass change

	Maintainers mailaddress has changed, so the ports should be updated.

PR:		ports/95796
Submitted by:	Gerrit Beine <gerrit.beine@@gmx.de>
@
text
@d17 1
a17 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


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
@d12 1
a12 1
MAINTAINER=	tux@@pinguru.net
@


1.2
log
@Update to version 0.4.0.

Changelog at <http://pear.php.net/package/HTTP_Server/download/>.

PR:		ports/76267
Submitted by:	maintainer
@
text
@d24 1
a24 1
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
@


1.1
log
@Add pear-HTTP_Server, a class that allows you to easily implement HTTP servers
by supplying callbacks. The base class will parse the request, call the
appropriate callback and build a repsonse based on an array that the callbacks
have to return.

PR:		ports/73613
Submitted by:	Gerrit Beine <tux@@pinguru.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.3
@

