Date: Fri, 9 Nov 2012 22:21:59 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307254 - head/sysutils/logmon Message-ID: <201211092221.qA9MLxCU069606@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Fri Nov 9 22:21:59 2012 New Revision: 307254 URL: http://svnweb.freebsd.org/changeset/ports/307254 Log: - Update WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE - Support PORTEXAMPLES PR: ports/172067 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Modified: head/sysutils/logmon/Makefile head/sysutils/logmon/pkg-descr Modified: head/sysutils/logmon/Makefile ============================================================================== --- head/sysutils/logmon/Makefile Fri Nov 9 22:01:27 2012 (r307253) +++ head/sysutils/logmon/Makefile Fri Nov 9 22:21:59 2012 (r307254) @@ -1,9 +1,5 @@ -# New ports collection makefile for: logmon -# Date created: 12 September 2001 -# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) -# +# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) # $FreeBSD$ -# PORTNAME= logmon PORTVERSION= 0.4.4 @@ -12,16 +8,25 @@ MASTER_SITES= http://www.edespot.com/cod DISTNAME= LogMon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An ncurses-based split window log monitoring program +COMMENT= Ncurses-based split window log monitoring program + +LICENSE= ART10 USE_BZIP2= yes -GNU_CONFIGURE= yes -PLIST_FILES= bin/logmon %%EXAMPLESDIR%%/logmon.conf.example -PLIST_DIRS= %%EXAMPLESDIR%% +USE_NCURSES= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + +PORTEXAMPLES= logmon.conf.example +PLIST_FILES= bin/logmon + +.include <bsd.port.options.mk> post-install: - ${MKDIR} ${EXAMPLESDIR} +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/logmon.conf.example ${EXAMPLESDIR} +.endif .include <bsd.port.mk> Modified: head/sysutils/logmon/pkg-descr ============================================================================== --- head/sysutils/logmon/pkg-descr Fri Nov 9 22:01:27 2012 (r307253) +++ head/sysutils/logmon/pkg-descr Fri Nov 9 22:21:59 2012 (r307254) @@ -1,9 +1,9 @@ -This program will monitor one or more log files, updating when more data is -available ala 'tail -f' , within a common terminal window via a "split window". -User can scroll up/down/left/right through all the windows. A header displays -each frames file name, and number of lines in the file. Very usefull when -watching several log files at the same time. I've tested this under Linux, but -it should work under other Unices. Please let me know if you get it working on -another OS. +This program will monitor one or more log files, updating when more data +is available ala 'tail -f', within a common terminal window via a "split +window". User can scroll up/down/left/right through all the windows. A +header displays each frames file name, and number of lines in the file. +Very usefull when watching several log files at the same time. I've +tested this under Linux, but it should work under other Unices. Please +let me know if you get it working on another OS. -WWW: http://www.edespot.com/plaidhat/code/LogMon/ +WWW: http://www.edespot.com/logmon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211092221.qA9MLxCU069606>