From owner-cvs-ports@FreeBSD.ORG Mon May 1 10:14:14 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 598BF16A401; Mon, 1 May 2006 10:14:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258C643D45; Mon, 1 May 2006 10:14:14 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k41AEDmp055011; Mon, 1 May 2006 10:14:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k41AEDeH054995; Mon, 1 May 2006 10:14:13 GMT (envelope-from pav) Message-Id: <200605011014.k41AEDeH054995@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 1 May 2006 10:14:12 +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/irc Makefile ports/irc/ratbox-respond Makefile distinfo pkg-descr pkg-plist ports/irc/ratbox-respond/files pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 10:14:14 -0000 pav 2006-05-01 10:14:12 UTC FreeBSD ports repository Modified files: irc Makefile Added files: irc/ratbox-respond Makefile distinfo pkg-descr pkg-plist irc/ratbox-respond/files pkg-message.in Log: ratbox-respond is a tool that provides a client side implementation of the challenge opering system in ircd-ratbox. The challenge system provides the ability to oper using private key authentication instead of passwords to improve security. WWW: http://respond.ircd-ratbox.org/ PR: ports/96534 Submitted by: Shaun Amott Revision Changes Path 1.134 +1 -0 ports/irc/Makefile 1.1 +44 -0 ports/irc/ratbox-respond/Makefile (new) 1.1 +3 -0 ports/irc/ratbox-respond/distinfo (new) 1.1 +9 -0 ports/irc/ratbox-respond/files/pkg-message.in (new) 1.1 +6 -0 ports/irc/ratbox-respond/pkg-descr (new) 1.1 +8 -0 ports/irc/ratbox-respond/pkg-plist (new)