From nobody@FreeBSD.org  Sat Nov  6 14:20:20 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6705916A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  6 Nov 2004 14:20:20 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3C3E443D1F
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  6 Nov 2004 14:20:20 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id iA6EKJcC085137
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 6 Nov 2004 14:20:19 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id iA6EKJBW085136;
	Sat, 6 Nov 2004 14:20:19 GMT
	(envelope-from nobody)
Message-Id: <200411061420.iA6EKJBW085136@www.freebsd.org>
Date: Sat, 6 Nov 2004 14:20:19 GMT
From: Gerrit Beine <tux@pinguru.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: www/pear-HTTP_Server
X-Send-Pr-Version: www-2.3

>Number:         73613
>Category:       ports
>Synopsis:       New port: www/pear-HTTP_Server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 06 14:20:28 GMT 2004
>Closed-Date:    Sat Nov 06 17:15:50 GMT 2004
>Last-Modified:  Sat Nov 06 17:15:50 GMT 2004
>Originator:     Gerrit Beine
>Release:        FreeBSD 5.2.1-RELEASE-p10
>Organization:
pitcom GmbH
>Environment:
FreeBSD asus.intern.beine-computer.de 5.2.1-RELEASE-p10 FreeBSD 5.2.1-RELEASE-p10 #0: Sat Oct  2 17:41:00 CEST 2004     root@asus.intern.beine-computer.de:/usr/src/sys/i386/compile/ASUS  i386

>Description:
HTTP server 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.

WWW: http://pear.php.net/package/HTTP_Server/
>How-To-Repeat:
      
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-HTTP_Server
#	pear-HTTP_Server/Makefile
#	pear-HTTP_Server/distinfo
#	pear-HTTP_Server/pkg-descr
#
echo c - pear-HTTP_Server
mkdir -p pear-HTTP_Server > /dev/null 2>&1
echo x - pear-HTTP_Server/Makefile
sed 's/^X//' >pear-HTTP_Server/Makefile << 'END-of-pear-HTTP_Server/Makefile'
X# Ports collection makefile for:  pear-HTTP_Server
X# Date created:			  24 Octobre 2004
X# Whom:				  Gerrit Beine (<tux@pinguru.net>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTTP_Server
XPORTVERSION=	0.3
XCATEGORIES=	www devel pear
X
XMAINTAINER=	tux@pinguru.net
XCOMMENT=	HTTP server class.
X
XBUILD_DEPENDS=	${PEARDIR}/HTTP.php:${PORTSDIR}/www/pear-HTTP \
X		${PEARDIR}/Net/Server.php:${PORTSDIR}/net/pear-Net_Server
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	HTTP
XFILES=		Server.php Server/Request.php
XEXAMPLES=	HTTP_Server_File.php www/index.html
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-HTTP_Server/Makefile
echo x - pear-HTTP_Server/distinfo
sed 's/^X//' >pear-HTTP_Server/distinfo << 'END-of-pear-HTTP_Server/distinfo'
XMD5 (PEAR/HTTP_Server-0.3.tgz) = c2af949c018e3d1428de4679f7f7ce5a
XSIZE (PEAR/HTTP_Server-0.3.tgz) = 5882
END-of-pear-HTTP_Server/distinfo
echo x - pear-HTTP_Server/pkg-descr
sed 's/^X//' >pear-HTTP_Server/pkg-descr << 'END-of-pear-HTTP_Server/pkg-descr'
XHTTP server class that allows you to easily implement HTTP servers by supplying
Xcallbacks. The base class will parse the request, call the appropriate callback
Xand build a repsonse based on an array that the callbacks have to return.
X
XWWW: http://pear.php.net/package/HTTP_Server/
END-of-pear-HTTP_Server/pkg-descr
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Nov 6 17:15:41 GMT 2004 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73613 
>Unformatted:
