From owner-cvs-all@FreeBSD.ORG Fri Mar 11 16:20:52 2005 Return-Path: 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 54E2016A4CF; Fri, 11 Mar 2005 16:20:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C8343D4C; Fri, 11 Mar 2005 16:20:52 +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 j2BGKqja012166; Fri, 11 Mar 2005 16:20:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2BGKqGh012165; Fri, 11 Mar 2005 16:20:52 GMT (envelope-from pav) Message-Id: <200503111620.j2BGKqGh012165@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 11 Mar 2005 16:20:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/pecl-radius Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 11 Mar 2005 16:20:52 -0000 pav 2005-03-11 16:20:52 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pecl-radius Makefile distinfo pkg-descr pkg-plist Log: New port: security/pecl-radius Radius client library This package is based on the libradius of FreeBSD, with some modifications and extensions. This PECL provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to authenticate your users against the user-database of your OS (for example against Windows Active-Directory via IAS). PR: ports/78638 Submitted by: Antonio Carlos Venancio Junior Revision Changes Path 1.1445 +1 -0 ports/net/Makefile 1.1 +30 -0 ports/net/pecl-radius/Makefile (new) 1.1 +2 -0 ports/net/pecl-radius/distinfo (new) 1.1 +9 -0 ports/net/pecl-radius/pkg-descr (new) 1.1 +6 -0 ports/net/pecl-radius/pkg-plist (new)