From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 25 18:20:22 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 100A91065679 for ; Tue, 25 Sep 2012 18:20:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE97E8FC28 for ; Tue, 25 Sep 2012 18:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8PIKL1l035594 for ; Tue, 25 Sep 2012 18:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PIKL2m035588; Tue, 25 Sep 2012 18:20:21 GMT (envelope-from gnats) Resent-Date: Tue, 25 Sep 2012 18:20:21 GMT Resent-Message-Id: <201209251820.q8PIKL2m035588@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E807D1065674 for ; Tue, 25 Sep 2012 18:11:41 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id B915E8FC20 for ; Tue, 25 Sep 2012 18:11:41 +0000 (UTC) Received: from localhost.localdomain (ZT030063.ppp.dion.ne.jp [59.128.30.63]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id B9A9547C03A for ; Wed, 26 Sep 2012 03:11:39 +0900 (JST) Message-Id: <20120926022704.aa6413b63331b917758d530f@yahoo.com> Date: Wed, 26 Sep 2012 02:27:04 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/172067: sysutils/logmon: Support PORTEXAMPLES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 18:20:22 -0000 >Number: 172067 >Category: ports >Synopsis: sysutils/logmon: Support PORTEXAMPLES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 25 18:20:21 UTC 2012 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update WWW: line - Add LICENSE - Add MAKE_JOBS_SAFE - Support PORTEXAMPLES >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/logmon/Makefile sysutils/logmon/Makefile --- /usr/ports/sysutils/logmon/Makefile 2009-07-12 00:52:02.000000000 +0900 +++ sysutils/logmon/Makefile 2012-09-25 03:42:57.000000000 +0900 @@ -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: ports/sysutils/logmon/Makefile,v 1.12 2009/07/11 15:52:02 miwi Exp $ -# PORTNAME= logmon PORTVERSION= 0.4.4 @@ -14,14 +10,25 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An ncurses-based split window log monitoring program +LICENSE= ART10 + +OPTIONS_DEFINE= EXAMPLES + 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 diff -urN /usr/ports/sysutils/logmon/pkg-descr sysutils/logmon/pkg-descr --- /usr/ports/sysutils/logmon/pkg-descr 2002-05-23 07:32:03.000000000 +0900 +++ sysutils/logmon/pkg-descr 2012-08-09 03:08:56.000000000 +0900 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: