From owner-cvs-all@FreeBSD.ORG Wed Oct 5 16:31:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4503916A41F; Wed, 5 Oct 2005 16:31:44 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E6AC43D46; Wed, 5 Oct 2005 16:31:44 +0000 (GMT) (envelope-from mnag@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 j95GVh9L047933; Wed, 5 Oct 2005 16:31:43 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j95GVhZ0047932; Wed, 5 Oct 2005 16:31:43 GMT (envelope-from mnag) Message-Id: <200510051631.j95GVhZ0047932@repoman.freebsd.org> From: Marcus Alves Grando Date: Wed, 5 Oct 2005 16:31:43 +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/security Makefile ports/security/p5-Authen-CyrusSASL Makefile distinfo pkg-descr pkg-plist ports/security/p5-Authen-CyrusSASL/files patch-CyrusSASL.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 16:31:44 -0000 mnag 2005-10-05 16:31:43 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Authen-CyrusSASL Makefile distinfo pkg-descr pkg-plist security/p5-Authen-CyrusSASL/files patch-CyrusSASL.pm Log: New port The Authen::CyrusSASL module provides a simple class that allows you to send request to the cyrus-sasl's authen daemon. This module is based on the Authen::Radius module with the similar interface. PR: 86943 Submitted by: Attila Nagy Approved by: pav (mentor) Revision Changes Path 1.645 +1 -0 ports/security/Makefile 1.1 +27 -0 ports/security/p5-Authen-CyrusSASL/Makefile (new) 1.1 +2 -0 ports/security/p5-Authen-CyrusSASL/distinfo (new) 1.1 +49 -0 ports/security/p5-Authen-CyrusSASL/files/patch-CyrusSASL.pm (new) 1.1 +5 -0 ports/security/p5-Authen-CyrusSASL/pkg-descr (new) 1.1 +8 -0 ports/security/p5-Authen-CyrusSASL/pkg-plist (new)