mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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
|
||||||
|
|
31
sysutils/log_analysis/Makefile
Normal file
31
sysutils/log_analysis/Makefile
Normal 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>
|
1
sysutils/log_analysis/distinfo
Normal file
1
sysutils/log_analysis/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (log_analysis-0.37.tar.gz) = 4bb02fbdd8ecd03f7a39dbd9bebece95
|
1
sysutils/log_analysis/pkg-comment
Normal file
1
sysutils/log_analysis/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A utility that extracts a summary of useful data from logs
|
10
sysutils/log_analysis/pkg-descr
Normal file
10
sysutils/log_analysis/pkg-descr
Normal 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
|
4
sysutils/log_analysis/pkg-plist
Normal file
4
sysutils/log_analysis/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue