From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 6 14:20:29 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E7D416A4CE for ; Sat, 6 Nov 2004 14:20:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3684E43D6A for ; Sat, 6 Nov 2004 14:20:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iA6EKTcO014517 for ; Sat, 6 Nov 2004 14:20:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iA6EKTXv014516; Sat, 6 Nov 2004 14:20:29 GMT (envelope-from gnats) Resent-Date: Sat, 6 Nov 2004 14:20:29 GMT Resent-Message-Id: <200411061420.iA6EKTXv014516@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Beine Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6705916A4CE for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/73613: New port: www/pear-HTTP_Server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 14:20:29 -0000 >Number: 73613 >Category: ports >Synopsis: New port: www/pear-HTTP_Server >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 06 14:20:28 GMT 2004 >Closed-Date: >Last-Modified: >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 () 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 X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include 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: >Unformatted: