Index: head/sysutils/log_analysis/pkg-plist =================================================================== --- head/sysutils/log_analysis/pkg-plist (revision 297200) +++ head/sysutils/log_analysis/pkg-plist (nonexistent) @@ -1,12 +0,0 @@ -bin/log_analysis -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/Tutorial -%%EXAMPLESDIR%%/sample-new.conf -%%EXAMPLESDIR%%/sample-qpopper.conf -%%EXAMPLESDIR%%/sample-tcpdump.conf -%%DATADIR%%/AUTHORS -%%DATADIR%%/Tk/resizebutton.pm -@dirrm %%DATADIR%%/Tk -@dirrm %%DATADIR%% -@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/sysutils/log_analysis/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/sysutils/log_analysis/Makefile =================================================================== --- head/sysutils/log_analysis/Makefile (revision 297200) +++ head/sysutils/log_analysis/Makefile (revision 297201) @@ -1,31 +1,50 @@ # New ports collection makefile for: log_analysis # Date created: 5 July 2001 # Whom: petef@FreeBSD.org # # $FreeBSD$ # PORTNAME= log_analysis -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= sysutils MASTER_SITES= http://userpages.umbc.edu/~mabzug1/ MAINTAINER= ports@FreeBSD.org COMMENT= A utility that extracts a summary of useful data from logs -USE_PERL5= yes +LICENSE= GPLv3 +OPTIONS= TK "Enable Tcl/Tk GUI support" off + +USE_PERL5= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= PERL="${PERL}" -MAN1= log_analysis.1 +MAN1= log_analysis.1 +PORTDOCS= * +PORTEXAMPLES= * +PLIST_FILES= bin/log_analysis \ + %%DATADIR%%/AUTHORS \ + %%DATADIR%%/Tk/resizebutton.pm +PLIST_DIRS= %%DATADIR%%/Tk \ + %%DATADIR%% +.include + +.if defined(WITH_TK) +RUN_DEPENDS+= p5-Tk>0:${PORTSDIR}/x11-toolkits/p5-Tk +.endif + post-install: - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/sample-* ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/Tutorial ${DOCSDIR} +.endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/sample-* ${EXAMPLESDIR} .endif .include Property changes on: head/sysutils/log_analysis/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/sysutils/log_analysis/distinfo =================================================================== --- head/sysutils/log_analysis/distinfo (revision 297200) +++ head/sysutils/log_analysis/distinfo (revision 297201) @@ -1,2 +1,2 @@ -SHA256 (log_analysis-0.45.tar.gz) = e18a325be053ced2887998f9e3750a941122013989b679634e65da6af0a031be -SIZE (log_analysis-0.45.tar.gz) = 144616 +SHA256 (log_analysis-0.46.tar.gz) = ce1959aa28fe513527914e8c628976cdb38d547bbb7e3a01c634bffd580db88d +SIZE (log_analysis-0.46.tar.gz) = 163515 Property changes on: head/sysutils/log_analysis/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/sysutils/log_analysis/pkg-descr =================================================================== --- head/sysutils/log_analysis/pkg-descr (revision 297200) +++ head/sysutils/log_analysis/pkg-descr (revision 297201) @@ -1,7 +1,7 @@ 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://lug.umbc.edu/~mabzug1/log_analysis.html +WWW: http://userpages.umbc.edu/~mabzug1/log_analysis.html Property changes on: head/sysutils/log_analysis/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property