From owner-svn-ports-head@freebsd.org Tue Mar 14 13:34:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61C1FD0C0BF; Tue, 14 Mar 2017 13:34:31 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18B2522B; Tue, 14 Mar 2017 13:34:31 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2EDYUNk057462; Tue, 14 Mar 2017 13:34:30 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2EDYUMb057461; Tue, 14 Mar 2017 13:34:30 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201703141334.v2EDYUMb057461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 14 Mar 2017 13:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436152 - head/sysutils/rsyslog8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 13:34:31 -0000 Author: matthew Date: Tue Mar 14 13:34:30 2017 New Revision: 436152 URL: https://svnweb.freebsd.org/changeset/ports/436152 Log: Update pkg-descr using the text of the blurb from ww.rsyslog.com - we aren't tracking v7 any more. The clue is in the port name: sysutils/rsyslog8 Reported by: des Modified: head/sysutils/rsyslog8/pkg-descr Modified: head/sysutils/rsyslog8/pkg-descr ============================================================================== --- head/sysutils/rsyslog8/pkg-descr Tue Mar 14 13:21:21 2017 (r436151) +++ head/sysutils/rsyslog8/pkg-descr Tue Mar 14 13:34:30 2017 (r436152) @@ -1,19 +1,14 @@ -Rsyslog is an enhanced multi-threaded syslogd with a focus on -security and reliability. +RSYSLOG is the rocket-fast system for log processing. -Among others, it offers support for on-demand disk buffering, -reliable syslog over TCP, SSL, TLS and RELP, writing to databases -(MySQL, PostgreSQL, Oracle, and many more), email alerting, fully -configurable output formats (including high-precision timestamps), -the ability to filter on any part of the syslog message, on-the-wire -message compression, and the ability to convert text files to syslog. +It offers high-performance, great security features and a modular +design. While it started as a regular syslogd, rsyslog has evolved +into a kind of swiss army knife of logging, being able to accept +inputs from a wide variety of sources, transform them, and output to +the results to diverse destinations. -It is a drop-in replacement for stock syslogd and able to work with -the same configuration file syntax. Its advanced features make it -suitable for enterprise-class, encryption protected syslog relay -chains while at the same time being very easy to setup for the -novice user. - -Tracking v7-devel +RSYSLOG can deliver over one million messages per second to local +destinations when limited processing is applied (based on v7, December +2013). Even with remote destinations and more elaborate processing the +performance is usually considered "stunning". WWW: http://www.rsyslog.com/