# $Id: Portfile 58330 2009-09-26 20:52:47Z ryandesign@macports.org $

PortSystem	1.0
name		apachetop
version		0.12.6
categories  	sysutils www
description 	Top-like display of Apache logs	
long_description    ApacheTop watches a logfile generated by Apache (in \
			standard common or combined logformat, and generates \
			human-parsable output in realtime.
homepage    	http://www.webta.org/projects/apachetop/
platforms	darwin freebsd
maintainers	mac.com:dre
master_sites    http://www.webta.org/apachetop/
checksums       md5     604283ac4bbbddd98fc9b1f11381657e \
                sha1    005c9479800a418ee7febe5027478ca8cbf3c51b \
                rmd160  bceb52e339100f244c0246423fb9b6972cde3d88
depends_lib	port:readline \
		port:pcre \
		port:adns
patchfiles	patch-src-resolver.h
configure.args	--with-logfile=/var/log/httpd/access_log

