handles large log files much more efficiently than PISG, and doesn't require perl. It parses a 23M log in 15 seconds on my old P233 :)
15 lines
367 B
Makefile
15 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/10/07 23:36:07 blef Exp $
|
|
|
|
DISTNAME= fisg-0.2.0
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
CATEGORIES= chat textproc
|
|
MASTER_SITES= http://www.tnsp.org/files/
|
|
|
|
MAINTAINER= snj@pobox.com
|
|
HOMEPAGE= http://www.tnsp.org/fisg.php
|
|
COMMENT= Fast IRC statistics generator
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|