diff options
Diffstat (limited to 'sysutils/log_analysis')
-rw-r--r-- | sysutils/log_analysis/Makefile | 44 | ||||
-rw-r--r-- | sysutils/log_analysis/distinfo | 2 | ||||
-rw-r--r-- | sysutils/log_analysis/files/patch-log__analysis.in | 20 | ||||
-rw-r--r-- | sysutils/log_analysis/pkg-descr | 7 |
4 files changed, 0 insertions, 73 deletions
diff --git a/sysutils/log_analysis/Makefile b/sysutils/log_analysis/Makefile deleted file mode 100644 index d9bc683c3461..000000000000 --- a/sysutils/log_analysis/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: petef@FreeBSD.org -# $FreeBSD$ - -PORTNAME= log_analysis -PORTVERSION= 0.46 -CATEGORIES= sysutils -MASTER_SITES= http://userpages.umbc.edu/~mabzug1/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility that extracts a summary of useful data from logs - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= perl5 -GNU_CONFIGURE= yes -CONFIGURE_ENV= PERL="${PERL}" -NO_ARCH= yes - -PORTDOCS= * -PORTEXAMPLES= * -PORTDATA= * -PLIST_FILES= bin/log_analysis \ - man/man1/log_analysis.1.gz - -OPTIONS_DEFINE= DOCS EXAMPLES TK - -TK_RUN_DEPENDS= p5-Tk>0:x11-toolkits/p5-Tk - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/NEWS \ - ${WRKSRC}/AUTHORS ${WRKSRC}/doc/Tutorial \ - ${STAGEDIR}${DOCSDIR} - -post-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/sample-* ${STAGEDIR}${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/sysutils/log_analysis/distinfo b/sysutils/log_analysis/distinfo deleted file mode 100644 index 1f571b980a2b..000000000000 --- a/sysutils/log_analysis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (log_analysis-0.46.tar.gz) = ce1959aa28fe513527914e8c628976cdb38d547bbb7e3a01c634bffd580db88d -SIZE (log_analysis-0.46.tar.gz) = 163515 diff --git a/sysutils/log_analysis/files/patch-log__analysis.in b/sysutils/log_analysis/files/patch-log__analysis.in deleted file mode 100644 index 975b25bb626a..000000000000 --- a/sysutils/log_analysis/files/patch-log__analysis.in +++ /dev/null @@ -1,20 +0,0 @@ ---- log_analysis.in.orig 2012-04-17 10:39:50 UTC -+++ log_analysis.in -@@ -8788,8 +8788,6 @@ line is ignored. - Before the config is parsed, it is passed through a preprocessor inspired - by the L<aide(1)> preprocessor. - --=over 4 -- - =head2 Pattern directives - - These directives describe your logs, and are the main point of this -@@ -8799,6 +8797,8 @@ that describe different kinds of log mes - the message. For each perl pattern, you specify one or more - destinations that describe what you want done with it. - -+=over 4 -+ - =item B<logtype:> I<type> - - Future patterns should be applied to this logtype (ie. sulog, syslog, diff --git a/sysutils/log_analysis/pkg-descr b/sysutils/log_analysis/pkg-descr deleted file mode 100644 index e1c9a7388320..000000000000 --- a/sysutils/log_analysis/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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://userpages.umbc.edu/~mabzug1/log_analysis.html |