1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/blogd/pkg-plist
Thomas Abthorpe c91983ac8f 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 <jimmy at mammothcheese.ca>
2009-06-17 13:02:23 +00:00

10 lines
234 B
Plaintext

bin/blogd
bin/blogd-add
bin/blogd-delete
bin/blogd-extract
bin/blogd-replace
etc/blogd.css.sample
etc/rc.d/blogd
@unexec if cmp -s %D/etc/blogd.config %D/etc/blogd.config.dist; then rm -f %D/etc/blogd.config; fi
etc/blogd.config.dist