# $Id: Portfile,v 1.1 2004/04/10 12:32:32 mww Exp $

PortSystem 1.0

name		cheetah
version		1.7
categories	www
platforms	darwin
maintainers	mww@opendarwin.org
description	very minimal web server
long_description	cheetah is a very minimal web server for testing small \
			local sites, or to continue to serve some content \
			while configuring your primary web server. It has very \
			few features (and is single-threaded with optional \
			fork support), except that it will serve files in a \
			directory under a user-specified port, does not \
			require root access and can serve Last Modified \
			information to aid caching.

homepage	http://www.neuro-tech.net/archives/000044.html
master_sites	http://www.neuro-tech.net/files/
checksums	md5 cd998b19f16486febf89617ebc668ed8

configure.args	--mandir=${prefix}/share/man

post-destroot	{
	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog INSTALL \
		NEWS README TODO ${destroot}${prefix}/share/doc/${name}
}
