From owner-svn-ports-all@FreeBSD.ORG Fri Nov 9 22:22:00 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39F23629; Fri, 9 Nov 2012 22:22:00 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 205708FC13; Fri, 9 Nov 2012 22:22:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA9MLxAh069608; Fri, 9 Nov 2012 22:21:59 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA9MLxCU069606; Fri, 9 Nov 2012 22:21:59 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211092221.qA9MLxCU069606@svn.freebsd.org> From: Pawel Pekala Date: Fri, 9 Nov 2012 22:21:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307254 - head/sysutils/logmon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 22:22:00 -0000 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 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 post-install: - ${MKDIR} ${EXAMPLESDIR} +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/logmon.conf.example ${EXAMPLESDIR} +.endif .include 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