From owner-cvs-all@FreeBSD.ORG Wed Jun 17 13:02:24 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 264CB106566C; Wed, 17 Jun 2009 13:02:24 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 156D48FC16; Wed, 17 Jun 2009 13:02:24 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5HD2NN1050795; Wed, 17 Jun 2009 13:02:23 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5HD2ND7050794; Wed, 17 Jun 2009 13:02:23 GMT (envelope-from tabthorpe) Message-Id: <200906171302.n5HD2ND7050794@repoman.freebsd.org> From: Thomas Abthorpe Date: Wed, 17 Jun 2009 13:02:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/blogd Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2009 13:02:24 -0000 tabthorpe 2009-06-17 13:02:23 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/blogd Makefile distinfo pkg-descr pkg-plist Log: Blogd is an SCGI application server dedicated to serving-up a single blog, implemented in 1000 lines of Munger(1). Blogd creates the simplest blog that is still useful, in its author's estimation. On a single-core system, it should be able to service 500 requests/second. More cores will yield proportionally better performance. WEB: http://www.mammothcheese.ca/ PR: ports/135513 Submitted by: James Bailie Revision Changes Path 1.2383 +1 -0 ports/www/Makefile 1.1 +21 -0 ports/www/blogd/Makefile (new) 1.1 +3 -0 ports/www/blogd/distinfo (new) 1.1 +7 -0 ports/www/blogd/pkg-descr (new) 1.1 +9 -0 ports/www/blogd/pkg-plist (new)