Date: Sat, 7 Jul 2007 23:06:07 -0400 From: James Bailie <jimmy@mammothcheese.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/114395: New Port: www/drood Message-ID: <20070708030608.4CD3D13C45D@mx1.freebsd.org> Resent-Message-ID: <200707080310.l683A48o077982@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114395 >Category: ports >Synopsis: New Port: www/drood >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: Sun Jul 08 03:10:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 6.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD localhost 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #13: Sun Feb 18 16:55:10 EST 2007 jbailie@localhost:/usr/obj/usr/src/sys/LOCAL i386 >Description: >How-To-Repeat: >Fix: --- drood.sh 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: # # drood # drood/Makefile # drood/pkg-plist # drood/pkg-descr # drood/distinfo # echo c - drood mkdir -p drood > /dev/null 2>&1 echo x - drood/Makefile sed 's/^X//' >drood/Makefile << 'END-of-drood/Makefile' X# New ports collection makefile for: drood X# Date created: Sat, 07 Jul 2007 22:47:06 EDT X# Whom: James Bailie <jimmy@mammothcheese.ca> X# X# $FreeBSD$ X# X XPORTNAME= drood XPORTVERSION= 1.8 XCATEGORIES= www XMASTER_SITES= http://www.mammothcheese.ca/ X XMAINTAINER= jimmy@mammothcheese.ca XCOMMENT= Lightweight kqueue-based http/1.1 server X XMAN8= drood.8 XMANCOMPRESSED= yes X X.include <bsd.port.mk> END-of-drood/Makefile echo x - drood/pkg-plist sed 's/^X//' >drood/pkg-plist << 'END-of-drood/pkg-plist' Xbin/drood Xetc/rc.d/drood END-of-drood/pkg-plist echo x - drood/pkg-descr sed 's/^X//' >drood/pkg-descr << 'END-of-drood/pkg-descr' XDrood is a lightweight, kqueue-based, connection-multiplexing, HTTP/1.1 Xserver, intended as an alternative to larger, more complex web servers for Xwebsites where the server requirements are simple. Drood supports Xname-based virtual hosting. X XWWW: http://www.mammothcheese.ca/munger.html X X-- XJames Bailie <jimmy@mammothcheese.ca> Xhttp://www.mammothcheese.ca END-of-drood/pkg-descr echo x - drood/distinfo sed 's/^X//' >drood/distinfo << 'END-of-drood/distinfo' XMD5 (drood-1.8.tar.gz) = ccb842e02e3365f473f3398504807458 XSHA256 (drood-1.8.tar.gz) = 55e8f33a184e24ad4bff036e1ba8f602024f307f5ec4904666b0170f100d7ed9 XSIZE (drood-1.8.tar.gz) = 20578 END-of-drood/distinfo exit --- drood.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070708030608.4CD3D13C45D>