mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 1.1
- Change URL for MASTER_SITE, WWW: line, etc. PR: ports/95375 Submitted by: maintainer
This commit is contained in:
parent
f80333b590
commit
43c3623754
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158940
@ -6,15 +6,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= grok
|
PORTNAME= grok
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.csh.rit.edu/~psionic/projects/grok/
|
MASTER_SITES= http://www.semicomplete.com/projects/grok/
|
||||||
|
|
||||||
MAINTAINER= wxs@csh.rit.edu
|
MAINTAINER= wxs@csh.rit.edu
|
||||||
COMMENT= An expert system for real-time log analysis
|
COMMENT= An expert system for real-time log analysis
|
||||||
|
|
||||||
RUN_DEPENDS= ${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail \
|
RUN_DEPENDS= ${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \
|
||||||
${SITE_PERL}/Regexp/Common.pm:${PORTSDIR}/textproc/p5-Regexp-Common \
|
|
||||||
${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
|
${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
|
||||||
${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
|
${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
|
||||||
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate
|
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (grok-1.0.tar.gz) = a4046501b9b0dca3f6079975b8c719bd
|
MD5 (grok-1.1.tar.gz) = c9e5725eccf78074c1e381af395bcdc8
|
||||||
SHA256 (grok-1.0.tar.gz) = 17fd62875bfd441d3162037433bb925de3180a04a62d09b054dacc2dc46d8626
|
SHA256 (grok-1.1.tar.gz) = 737d20cce83688be134be007149a364d10b98a42856117acee089c3ef669b1d5
|
||||||
SIZE (grok-1.0.tar.gz) = 28160
|
SIZE (grok-1.1.tar.gz) = 30208
|
||||||
|
@ -3,7 +3,7 @@ You'll have to edit %%PREFIX%%/etc/grok.conf to your
|
|||||||
liking. Examples and documentation are available at
|
liking. Examples and documentation are available at
|
||||||
grok(1) and at:
|
grok(1) and at:
|
||||||
|
|
||||||
http://www.csh.rit.edu/~psionic/projects/grok/
|
http://www.semicomplete.com/projects/grok/
|
||||||
|
|
||||||
Also, modifications to syslog.conf may be necessary.
|
Also, modifications to syslog.conf may be necessary.
|
||||||
Usually "user.info /var/log/messages" is enough.
|
Usually "user.info /var/log/messages" is enough.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
An expert system for real-time log analysis that allows for user-defined
|
An expert system for real-time log analysis that allows for user-defined
|
||||||
actions to happen when a log rule is matched.
|
actions to happen when a log rule is matched.
|
||||||
|
|
||||||
WWW: http://www.csh.rit.edu/~psionic/projects/grok
|
WWW: http://www.semicomplete.com/projects/grok
|
||||||
|
Loading…
Reference in New Issue
Block a user