Date: Fri, 12 Jun 2009 11:31:30 -0400 From: "James Bailie" <jimmy@mammothcheese.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/135513: New Port: www/blogd Message-ID: <20090612153136.3A9738FC12@mx1.freebsd.org> Resent-Message-ID: <200906121540.n5CFe1ol035485@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135513 >Category: ports >Synopsis: New Port: www/blogd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jun 12 15:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD localhost 7.2-STABLE FreeBSD 7.2-STABLE #13: Wed Jun 10 08:27:34 EDT 2009 jbailie@localhost:/usr/obj/usr/src/sys/LOCAL amd64 >Description: >How-To-Repeat: >Fix: --- blogd.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: # # blogd # blogd/Makefile # blogd/pkg-plist # blogd/distinfo # blogd/pkg-descr # echo c - blogd mkdir -p blogd > /dev/null 2>&1 echo x - blogd/Makefile sed 's/^X//' >blogd/Makefile << '5d16c3d4dd136eaf0af68bab8b01c855' X# New ports collection makefile for: blogd X# Date created: Fri, 12 Jun 2000 10:53:06 EDT X# Whom: James Bailie <jimmy@mammothcheese.ca> X# X# $FreeBSD$ X# X XPORTNAME= blogd XPORTVERSION= 1.6 XCATEGORIES= www XMASTER_SITES= http://www.mammothcheese.ca/ X XMAINTAINER= jimmy@mammothcheese.ca XCOMMENT= Blog server X XRUN_DEPENDS= munger:${PORTSDIR}/lang/munger X XMAN8= blogd.8 XMANCOMPRESSED= yes X X.include <bsd.port.mk> 5d16c3d4dd136eaf0af68bab8b01c855 echo x - blogd/pkg-plist sed 's/^X//' >blogd/pkg-plist << 'fdb1a1442595eea87a0583961edee0e4' Xbin/blogd Xetc/blogd.css.sample Xetc/rc.d/blogd X@unexec if cmp -s %D/etc/blogd.config %D/etc/blogd.config.dist; then rm -f %D/etc/blogd.config; fi Xetc/blogd.config.dist fdb1a1442595eea87a0583961edee0e4 echo x - blogd/distinfo sed 's/^X//' >blogd/distinfo << 'f6c089d71866871c5d8c291e785c3d42' XMD5 (blogd-1.6.tar.gz) = b75257d9c7047dc8c547e43fea32d17e XSHA256 (blogd-1.6.tar.gz) = 5208da214839a1d9844993c72cb9d0c255e52452b9e0a1c2a48c5d0051b1ec28 XSIZE (blogd-1.6.tar.gz) = 24935 f6c089d71866871c5d8c291e785c3d42 echo x - blogd/pkg-descr sed 's/^X//' >blogd/pkg-descr << 'd479f46542ce62a0586b87096f8db682' XBlogd is an SCGI application server dedicated to serving-up a single blog, Ximplemented in 1000 lines of Munger(1). Blogd creates the simplest blog Xthat is still useful, in its author's estimation. On a single-core system, Xit should be able to service 500 requests/second. More cores will yield Xproportionally better performance. X XWEB: http://www.mammothcheese.ca/ d479f46542ce62a0586b87096f8db682 exit --- blogd.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?20090612153136.3A9738FC12>