Initial import of log_analysis-0.37.

log_analysis is a log file analysis engine that extracts relevant
data for any of the recognized log messages and produces a summary
that is much easier to read.

PR: 28711
Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
Kevin Lo 2001-07-08 15:55:56 +00:00
parent 0475e21ae8
commit dfd5092def
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44929
6 changed files with 48 additions and 0 deletions

View file

@ -74,6 +74,7 @@
SUBDIR += lavaps SUBDIR += lavaps
SUBDIR += libretto-config SUBDIR += libretto-config
SUBDIR += lmmon SUBDIR += lmmon
SUBDIR += log_analysis
SUBDIR += logrotate SUBDIR += logrotate
SUBDIR += logtool SUBDIR += logtool
SUBDIR += lsof SUBDIR += lsof

View file

@ -0,0 +1,31 @@
# New ports collection makefile for: log_analysis
# Date created: 5 July 2001
# Whom: petef@databits.net
#
# $FreeBSD$
#
PORTNAME= log_analysis
PORTVERSION= 0.37
CATEGORIES= sysutils
MASTER_SITES= http://linux.umbc.edu/~mabzug1/
MAINTAINER= petef@databits.net
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= log_analysis.1
post-patch:
@${PERL} -pi -e 's!perldoc!pod2man!' ${WRKSRC}/Makefile.in
post-install:
@${MKDIR} ${PREFIX}/share/examples/log_analysis
${INSTALL_DATA} ${WRKSRC}/doc/sample-new.conf \
${PREFIX}/share/examples/log_analysis
${INSTALL_DATA} ${WRKSRC}/doc/sample-qpopper.conf \
${PREFIX}/share/examples/log_analysis
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (log_analysis-0.37.tar.gz) = 4bb02fbdd8ecd03f7a39dbd9bebece95

View file

@ -0,0 +1 @@
A utility that extracts a summary of useful data from logs

View file

@ -0,0 +1,10 @@
log_analysis is a log file analysis engine that extracts relevant
data for any of the recognized log messages and produces a summary
that is much easier to read. It can be configured to recognize
entirely new log types. log_analysis natively understands about
100 different kinds of syslog messages, as well as wtmp messages.
WWW: http://linux.umbc.edu/~mabzug1/log_analysis.html
- Pete
petef@databits.net

View file

@ -0,0 +1,4 @@
bin/log_analysis
share/examples/log_analysis/sample-new.conf
share/examples/log_analysis/sample-qpopper.conf
@dirrm share/examples/log_analysis