c91983ac8f
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 <jimmy at mammothcheese.ca>
21 lines
458 B
Makefile
21 lines
458 B
Makefile
# New ports collection makefile for: blogd
|
|
# Date created: Fri, 12 Jun 2000 10:53:06 EDT
|
|
# Whom: James Bailie <jimmy@mammothcheese.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blogd
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.mammothcheese.ca/
|
|
|
|
MAINTAINER= jimmy@mammothcheese.ca
|
|
COMMENT= Blog server
|
|
|
|
RUN_DEPENDS= munger:${PORTSDIR}/lang/munger
|
|
|
|
MAN8= blogd.8
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|