From owner-cvs-all@FreeBSD.ORG Thu Aug 23 12:18:21 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F65016A419; Thu, 23 Aug 2007 12:18:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CC38B13C465; Thu, 23 Aug 2007 12:18:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7NCIKid097341; Thu, 23 Aug 2007 12:18:20 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7NCIKOL097340; Thu, 23 Aug 2007 12:18:20 GMT (envelope-from miwi) Message-Id: <200708231218.l7NCIKOL097340@repoman.freebsd.org> From: Martin Wilke Date: Thu, 23 Aug 2007 12:18:20 +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/net Makefile ports/net/pyrad Makefile distinfo pkg-descr pkg-plist 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: Thu, 23 Aug 2007 12:18:21 -0000 miwi 2007-08-23 12:18:20 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pyrad Makefile distinfo pkg-descr pkg-plist Log: pyrad is a Python implementation of a RADIUS client as described in RFC2865. It takes care of all the details like building RADIUS packets, sending them and decoding responses. WWW: http://www.wiggy.net/code/pyrad/ PR: ports/115458 Submitted by: Blaz Zupan Revision Changes Path 1.1909 +1 -0 ports/net/Makefile 1.1 +28 -0 ports/net/pyrad/Makefile (new) 1.1 +3 -0 ports/net/pyrad/distinfo (new) 1.1 +5 -0 ports/net/pyrad/pkg-descr (new) 1.1 +34 -0 ports/net/pyrad/pkg-plist (new)