From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 21 14:10:22 2003 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 0599916A4F8 for ; Tue, 21 Oct 2003 14:10:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B64043FA3 for ; Tue, 21 Oct 2003 14:10:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9LLAIFY047731 for ; Tue, 21 Oct 2003 14:10:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9LLAIa9047730; Tue, 21 Oct 2003 14:10:18 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 21 Oct 2003 14:10:18 -0700 (PDT) Resent-Message-Id: <200310212110.h9LLAIa9047730@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, Lars Thegler Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA0216A4B3 for ; Tue, 21 Oct 2003 14:06:42 -0700 (PDT) Received: from dask.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5969443F93 for ; Tue, 21 Oct 2003 14:06:41 -0700 (PDT) (envelope-from lth@dask.thegler.dk) Received: by dask.thegler.dk (Postfix, from userid 1001) id 0F38D3EB3; Tue, 21 Oct 2003 23:06:38 +0200 (CEST) Message-Id: <20031021210638.0F38D3EB3@dask.thegler.dk> Date: Tue, 21 Oct 2003 23:06:38 +0200 (CEST) From: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/58350: [NEW PORT] www/libhttpd-persistent: Library for embedded web servers 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: Tue, 21 Oct 2003 21:10:22 -0000 X-List-Received-Date: Tue, 21 Oct 2003 21:10:22 -0000 X-List-Received-Date: Tue, 21 Oct 2003 21:10:22 -0000 >Number: 58350 >Category: ports >Synopsis: [NEW PORT] www/libhttpd-persistent: Library for embedded web servers >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: Tue Oct 21 14:10:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.9-RC i386 >Organization: >Environment: System: FreeBSD dask.thegler.dk 4.9-RC FreeBSD 4.9-RC #0: Sat Oct 4 18:34:10 CEST >Description: libHTTPD can be used to add basic web server capabilities to an application or embedded device. The library handles both static and dynamically generated content, has very low overheads, and provides many features to simplify the creation of web based application interfaces. This is a version modified for persistent connections by the author of daapd. WWW: http://www.deleet.de/projekte/daap/daapd/ Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- libhttpd-persistent-1.3e.shar begins here --- # 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: # # libhttpd-persistent # libhttpd-persistent/Makefile # libhttpd-persistent/distinfo # libhttpd-persistent/pkg-plist # libhttpd-persistent/pkg-descr # echo c - libhttpd-persistent mkdir -p libhttpd-persistent > /dev/null 2>&1 echo x - libhttpd-persistent/Makefile sed 's/^X//' >libhttpd-persistent/Makefile << 'END-of-libhttpd-persistent/Makefile' X# New ports collection makefile for: libhttpd-persistent X# Date created: 19 October 2003 X# Whom: Lars Thegler X# X# $FreeBSD$ X# X XPORTNAME= libhttpd-persistent XPORTVERSION= 1.3e XCATEGORIES= www XMASTER_SITES= http://www.deleet.de/projekte/daap/daapd/ XDISTNAME= libhttpd-1.3p-e XEXTRACT_SUFX= .tgz X XMAINTAINER= lars@thegler.dk XCOMMENT= Library for embedded web servers X XWRKSRC= ${WRKDIR}/libhttpd-1.3-persistent-e XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_REINPLACE= yes XCC= ${CXX} X XDOCS= README HISTORY License doc/FAQ.txt doc/libhttpd.pdf X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ X ${WRKSRC}/Site.mm.in \ X ${WRKSRC}/src/Makefile.tmpl X X.if !defined(NOPORTDOCS) Xpost-install: X @${MKDIR} ${DOCSDIR} X.for FILE in ${DOCS} X @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X.endif X X.include END-of-libhttpd-persistent/Makefile echo x - libhttpd-persistent/distinfo sed 's/^X//' >libhttpd-persistent/distinfo << 'END-of-libhttpd-persistent/distinfo' XMD5 (libhttpd-1.3p-e.tgz) = 638f5e743393188c2761372e951a692b END-of-libhttpd-persistent/distinfo echo x - libhttpd-persistent/pkg-plist sed 's/^X//' >libhttpd-persistent/pkg-plist << 'END-of-libhttpd-persistent/pkg-plist' Xinclude/httpd.h Xlib/libhttpd.a X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/HISTORY X%%PORTDOCS%%%%DOCSDIR%%/License X%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt X%%PORTDOCS%%%%DOCSDIR%%/libhttpd.pdf END-of-libhttpd-persistent/pkg-plist echo x - libhttpd-persistent/pkg-descr sed 's/^X//' >libhttpd-persistent/pkg-descr << 'END-of-libhttpd-persistent/pkg-descr' XlibHTTPD can be used to add basic web server capabilities to an Xapplication or embedded device. The library handles both static and Xdynamically generated content, has very low overheads, and provides many Xfeatures to simplify the creation of web based application interfaces. X XThis is a version modified for persistent connections by the author of Xdaapd. X XWWW: http://www.deleet.de/projekte/daap/daapd/ END-of-libhttpd-persistent/pkg-descr exit --- libhttpd-persistent-1.3e.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: