head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.59;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2008.12.28.10.54.07;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2008.03.06.22.19.52;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.24.10.19.33;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.03.21.10.21.08;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.12.09.51.24;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for: py-apachelog
# Date created:		12 mar 2007
# Whom:			Martin Wilke <miwi@@FreeBSD.org>
#
# $FreeBSD: head/www/py-apachelog/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	apachelog
PORTVERSION=	1.1
CATEGORIES=	www python
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
		http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Python access log parser.

USE_PYTHON=	yes
USE_PYDISTUTILS=yes

.include <bsd.port.mk>
@


1.5
log
@CATEGORIES+=    python   for py- ports missing it

PR:             ports/124921
Approved by:    portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:		ports/121435 (related)
@
text
@d10 1
a10 1
CATEGORIES=	www
@


1.3
log
@- Update to 1.1
@
text
@d11 1
a11 1
MASTER_SITES=	http://apachelog.googlecode.com/files/ \
@


1.2
log
@- Add backup MASTER_SITES

Submitted by:   fennermail
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@


1.1
log
@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/
@
text
@d11 2
a12 1
MASTER_SITES=	http://apachelog.googlecode.com/files/
@

