View | Details | Raw Unified | Return to bug 95375
Collapse All | Expand All

(-)sysutils/grok/Makefile (-4 / +3 lines)
Lines 6-20 Link Here
6
#
6
#
7
7
8
PORTNAME=	grok
8
PORTNAME=	grok
9
PORTVERSION=	1.0
9
PORTVERSION=	1.1
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://www.csh.rit.edu/~psionic/projects/grok/
11
MASTER_SITES=	http://www.semicomplete.com/projects/grok/
12
12
13
MAINTAINER=	wxs@csh.rit.edu
13
MAINTAINER=	wxs@csh.rit.edu
14
COMMENT=	An expert system for real-time log analysis
14
COMMENT=	An expert system for real-time log analysis
15
15
16
RUN_DEPENDS=	${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail \
16
RUN_DEPENDS=	${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \
17
		${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \
18
		${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
17
		${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
19
		${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
18
		${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
20
		${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate
19
		${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate
(-)sysutils/grok/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (grok-1.0.tar.gz) = a4046501b9b0dca3f6079975b8c719bd
1
MD5 (grok-1.1.tar.gz) = c9e5725eccf78074c1e381af395bcdc8
2
SHA256 (grok-1.0.tar.gz) = 17fd62875bfd441d3162037433bb925de3180a04a62d09b054dacc2dc46d8626
2
SHA256 (grok-1.1.tar.gz) = 737d20cce83688be134be007149a364d10b98a42856117acee089c3ef669b1d5
3
SIZE (grok-1.0.tar.gz) = 28160
3
SIZE (grok-1.1.tar.gz) = 30208
(-)sysutils/grok/files/pkg-message.in (-1 / +1 lines)
Lines 3-9 Link Here
3
liking.  Examples and documentation are available at
3
liking.  Examples and documentation are available at
4
grok(1) and at:
4
grok(1) and at:
5
5
6
http://www.csh.rit.edu/~psionic/projects/grok/
6
http://www.semicomplete.com/projects/grok/
7
7
8
Also, modifications to syslog.conf may be necessary.
8
Also, modifications to syslog.conf may be necessary.
9
Usually "user.info /var/log/messages" is enough.
9
Usually "user.info /var/log/messages" is enough.
(-)sysutils/grok/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
An expert system for real-time log analysis that allows for user-defined
1
An expert system for real-time log analysis that allows for user-defined
2
actions to happen when a log rule is matched.
2
actions to happen when a log rule is matched.
3
3
4
WWW: http://www.csh.rit.edu/~psionic/projects/grok
4
WWW: http://www.semicomplete.com/projects/grok

Return to bug 95375