Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2001 01:14:15 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28711: New port: sysutils/log_analysis
Message-ID:  <200107050514.f655EFs06774@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         28711
>Category:       ports
>Synopsis:       New port: sysutils/log_analysis
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 04 22:20:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386

>Description:

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

>How-To-Repeat:

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	log_analysis
#	log_analysis/pkg-descr
#	log_analysis/pkg-plist
#	log_analysis/distinfo
#	log_analysis/Makefile
#	log_analysis/pkg-comment
#
echo c - log_analysis
mkdir -p log_analysis > /dev/null 2>&1
echo x - log_analysis/pkg-descr
sed 's/^X//' >log_analysis/pkg-descr << 'END-of-log_analysis/pkg-descr'
Xlog_analysis is a log file analysis engine that extracts relevant
Xdata for any of the recognized log messages and produces a summary
Xthat is much easier to read. It can be configured to recognize
Xentirely new log types. log_analysis natively understands about
X100 different kinds of syslog messages, as well as wtmp messages.
X
XWWW: http://linux.umbc.edu/~mabzug1/log_analysis.html
X
X- Pete
Xpetef@databits.net
END-of-log_analysis/pkg-descr
echo x - log_analysis/pkg-plist
sed 's/^X//' >log_analysis/pkg-plist << 'END-of-log_analysis/pkg-plist'
Xbin/log_analysis
Xshare/examples/log_analysis/sample-new.conf
Xshare/examples/log_analysis/sample-qpopper.conf
X@dirrm share/examples/log_analysis
END-of-log_analysis/pkg-plist
echo x - log_analysis/distinfo
sed 's/^X//' >log_analysis/distinfo << 'END-of-log_analysis/distinfo'
XMD5 (log_analysis-0.37.tar.gz) = 4bb02fbdd8ecd03f7a39dbd9bebece95
END-of-log_analysis/distinfo
echo x - log_analysis/Makefile
sed 's/^X//' >log_analysis/Makefile << 'END-of-log_analysis/Makefile'
X# New ports collection makefile for:	log_analysis
X# Date created:				5 July 2001
X# Whom:					petef@databits.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	log_analysis
XPORTVERSION=	0.37
XCATEGORIES=	sysutils
XMASTER_SITES=	http://linux.umbc.edu/~mabzug1/
X
XMAINTAINER=	petef@databits.net
X
XUSE_PERL5=	yes
X
XGNU_CONFIGURE=	yes
X
XMAN1=	log_analysis.1
X
Xpost-patch:
X	@${PERL} -pi -e 's!perldoc!pod2man!' ${WRKSRC}/Makefile.in
X
Xpost-install:
X	@${MKDIR} ${PREFIX}/share/examples/log_analysis
X	${INSTALL_DATA} ${WRKSRC}/doc/sample-new.conf \
X		${PREFIX}/share/examples/log_analysis
X	${INSTALL_DATA} ${WRKSRC}/doc/sample-qpopper.conf \
X		${PREFIX}/share/examples/log_analysis
X
X.include <bsd.port.mk>
END-of-log_analysis/Makefile
echo x - log_analysis/pkg-comment
sed 's/^X//' >log_analysis/pkg-comment << 'END-of-log_analysis/pkg-comment'
XA utility that extracts a summary of useful data from logs
END-of-log_analysis/pkg-comment
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107050514.f655EFs06774>