From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 9 18:30:04 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66EA516A4CE for ; Wed, 9 Mar 2005 18:30:04 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21DD143D3F for ; Wed, 9 Mar 2005 18:30:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j29IU3Vj066191 for ; Wed, 9 Mar 2005 18:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j29IU37M066190; Wed, 9 Mar 2005 18:30:03 GMT (envelope-from gnats) Resent-Date: Wed, 9 Mar 2005 18:30:03 GMT Resent-Message-Id: <200503091830.j29IU37M066190@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antonio Carlos Venancio Junior Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A23A816A4CE for ; Wed, 9 Mar 2005 18:29:29 +0000 (GMT) Received: from digitalsign.com (cm-virtua-fln-C8B08F9E.brdterra.com.br [200.176.143.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3284143D1D for ; Wed, 9 Mar 2005 18:29:28 +0000 (GMT) (envelope-from antonio@digitalsign.com) Received: from digitalsign.com (localhost [127.0.0.1]) by digitalsign.com (8.12.6/8.12.6) with ESMTP id j29ITQCP073141 for ; Wed, 9 Mar 2005 15:29:26 -0300 (BRT) (envelope-from antonio@digitalsign.com) Received: (from antonio@localhost) by digitalsign.com (8.12.6/8.12.6/Submit) id j29ITOgA073140; Wed, 9 Mar 2005 15:29:24 -0300 (BRT) Message-Id: <200503091829.j29ITOgA073140@digitalsign.com> Date: Wed, 9 Mar 2005 15:29:24 -0300 (BRT) From: Antonio Carlos Venancio Junior To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/78638: New port: security/pecl-radius Radius client library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Antonio Carlos Venancio Junior List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 18:30:04 -0000 >Number: 78638 >Category: ports >Synopsis: New port: security/pecl-radius Radius client library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 09 18:30:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antônio Carlos Venâncio Júnior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #5: Tue Feb 22 17:32:18 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: 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). >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pecl-radius # pecl-radius/Makefile # pecl-radius/distinfo # pecl-radius/pkg-descr # pecl-radius/pkg-plist # echo c - pecl-radius mkdir -p pecl-radius > /dev/null 2>&1 echo x - pecl-radius/Makefile sed 's/^X//' >pecl-radius/Makefile << 'END-of-pecl-radius/Makefile' X# Ports collection makefile for: pecl-radius X# Date created: 09 March 2005 X# Whom: Antonio Carlos Venancio Junior () X# X# $FreeBSD$ X# X XPORTNAME= radius XPORTVERSION= 1.2.4 XCATEGORIES= security pear XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= antonio@php.net XCOMMENT= Radius client library X XUSE_PHP= yes XUSE_PHPEXT= yes X XCONFIGURE_ARGS= --enable-radius X X.if !defined(NOPORTDOCS) Xpost-install: X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} X.endif X X.include END-of-pecl-radius/Makefile echo x - pecl-radius/distinfo sed 's/^X//' >pecl-radius/distinfo << 'END-of-pecl-radius/distinfo' XMD5 (PECL/radius-1.2.4.tgz) = 3d48ccb9486b9e8839d814d7ff318091 XSIZE (PECL/radius-1.2.4.tgz) = 29599 END-of-pecl-radius/distinfo echo x - pecl-radius/pkg-descr sed 's/^X//' >pecl-radius/pkg-descr << 'END-of-pecl-radius/pkg-descr' XThis package is based on the libradius of FreeBSD, with some modifications and Xextensions. X XThis PECL provides full support for RADIUS authentication (RFC 2865) and XRADIUS accounting (RFC 2866), works on Unix and on Windows. Its an easy way to Xauthenticate your users against the user-database of your OS (for example Xagainst Windows Active-Directory via IAS). X XWWW: http://pecl.php.net/package/radius/ END-of-pecl-radius/pkg-descr echo x - pecl-radius/pkg-plist sed 's/^X//' >pecl-radius/pkg-plist << 'END-of-pecl-radius/pkg-plist' X%%PORTDOCS%%%%EXAMPLESDIR%%/radius-auth.php X%%PORTDOCS%%%%EXAMPLESDIR%%/radius-acct.php X%%PORTDOCS%%%%EXAMPLESDIR%%/des.php X%%PORTDOCS%%%%EXAMPLESDIR%%/mschap.php X%%PORTDOCS%%%%EXAMPLESDIR%%/mschaptest.php X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% END-of-pecl-radius/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: