Received: by mail.netbsd.org (Postfix, from userid 605) id D1EC684E01; Tue, 10 Dec 2019 13:22:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5C28784DFE for ; Tue, 10 Dec 2019 13:22:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4v4Jx9G4OelQ for ; Tue, 10 Dec 2019 13:22:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B16F484C6C for ; Tue, 10 Dec 2019 13:22:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AF1F1FA97; Tue, 10 Dec 2019 13:22:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1575984157103130" MIME-Version: 1.0 Date: Tue, 10 Dec 2019 13:22:37 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/atheme To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191210132237.AF1F1FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1575984157103130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Dec 10 13:22:37 UTC 2019 Modified Files: pkgsrc/chat/atheme: DESCR Log Message: atheme: Update DESCR To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/chat/atheme/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1575984157103130 Content-Disposition: inline Content-Length: 1105 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/atheme/DESCR diff -u pkgsrc/chat/atheme/DESCR:1.1.1.1 pkgsrc/chat/atheme/DESCR:1.2 --- pkgsrc/chat/atheme/DESCR:1.1.1.1 Mon Jun 16 10:38:27 2008 +++ pkgsrc/chat/atheme/DESCR Tue Dec 10 13:22:37 2019 @@ -1,8 +1,7 @@ -atheme-services is a set of Services for IRC networks that allows users to -manage their channels in a secure and efficient way and allows operators to -manage various things about their networks. Unlike it's predecessor, Shrike, -services has a completely reworked form of channel management that feels -somewhat like eggdrop and is somewhat more useful. +Atheme is a set of services for IRC networks designed for large IRC networks +with high scalability requirements. It is relatively mature software, with +some code and design derived from another package called Shrike. -Services currently works with many irc daemons. More details are -available in the config file. +Atheme's behavior is tunable using modules and a highly detailed configuration +file. Almost all behavior can be changed at deployment time just by editing +the configuration. --_----------=_1575984157103130--