From owner-cvs-all@FreeBSD.ORG Thu Jul 28 22:12:12 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F36581065673; Thu, 28 Jul 2011 22:12:11 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C9DFD8FC16; Thu, 28 Jul 2011 22:12:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6SMCBpp091078; Thu, 28 Jul 2011 22:12:11 GMT (envelope-from zi@repoman.freebsd.org) Received: (from zi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6SMCBno091077; Thu, 28 Jul 2011 22:12:11 GMT (envelope-from zi) Message-Id: <201107282212.p6SMCBno091077@repoman.freebsd.org> From: Ryan Steinmetz Date: Thu, 28 Jul 2011 22:12:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc Makefile ports/misc/logsurfer+ Makefile distinfo pkg-descr pkg-plist ports/misc/logsurfer+/files patch-ac pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2011 22:12:12 -0000 zi 2011-07-28 22:12:11 UTC FreeBSD ports repository Modified files: misc Makefile misc/logsurfer+ Makefile distinfo pkg-descr pkg-plist Added files: misc/logsurfer+/files pkg-message.in Removed files: misc/logsurfer+/files patch-ac Log: New port: misc/logsurfer+ Logsurfer is a program for monitoring system logs in real-time, and reporting on the occurrence of events. It is similar to the well-known swatch program on which it is based, but offers a number of advanced features which swatch does not support. Logsurfer is capable of grouping related log entries together - for instance, when a system boots it usually creates a high number of log messages. In this case, logsurfer can be setup to group boot-time messages together and forward them in a single Email message to the system administrator under the subject line "Host xxx has just booted". Swatch just couldn't do this properly. WWW: http://www.crypt.gen.nz/logsurfer/ PR: ports/157953 Submitted by: rpsfa@rit.edu (me) Approved by: tabthorpe (mentor) Revision Changes Path 1.982 +1 -0 ports/misc/Makefile 1.18 +18 -14 ports/misc/logsurfer+/Makefile 1.8 +2 -2 ports/misc/logsurfer+/distinfo 1.2 +0 -10 ports/misc/logsurfer+/files/patch-ac (dead) 1.1 +5 -0 ports/misc/logsurfer+/files/pkg-message.in (new) 1.4 +13 -5 ports/misc/logsurfer+/pkg-descr 1.5 +9 -5 ports/misc/logsurfer+/pkg-plist