freebsd-ports/www/py-apachelog/Makefile
Martin Wilke 4666c85493 Parser for extracting fields from a single line of an Apache access.lo
g (should work for other servers conforming to the Common Log Format).

Create the parser with the log format from your server .conf file,
parse lines to get dict corresponding to fields defined in the log format.

WWW:	http://code.google.com/p/apachelog/
2007-03-12 09:51:24 +00:00

20 lines
409 B
Makefile

# New ports collection makefile for: py-apachelog
# Date created: 12 mar 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= apachelog
PORTVERSION= 1.0
CATEGORIES= www
MASTER_SITES= http://apachelog.googlecode.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= miwi@FreeBSD.org
COMMENT= Python access log parser.
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>