Following is port for freeradius-client with is forked development of known radiusclient library for C and useful binaries (net/radiusclient). I have made basic FreeBSD specific fixing. Also, the PortaOne specific patch is leaved for nasaddr overloading in config. As soon it is supposed as full equivalent of radiusclient, I didn't do anything special against conflict between its binaries and new port binaries.
Class Changed From-To: update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
There is already a net/freeradius-client in the tree. If this is different it needs to be renamed something else since you can't have two ports with the same name in the same directory. Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://people.freebsd.org/~beech X - NO Word docs in e-mail | Skype: akbeech / \ - http://www.FreeBSD.org/releases/7.0R/announce.html ---------------------------------------------------------------------------------------
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
State Changed From-To: open->feedback Awaiting maintainer fedback
>>>>> Beech Rintoul <beech@freebsd.org> wrote: > There is already a net/freeradius-client in the tree. If this is different it > needs to be renamed something else since you can't have two ports with the > same name in the same directory. Sorry, where did you find it? Neither CVSweb page http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/ nor fresh portsnap show it. ports/net contains: freeradius, freeradius-devel, freeradius-mysql, freeradius2, but none "freeradius-client". Is it your local addition? -- Valentin Nechayev PortaOne Inc., Software Engineer mailto:netch@portaone.com
State Changed From-To: feedback->open Maintainer response
beech 2008-12-22 08:24:42 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/freeradius-client Makefile distinfo pkg-descr pkg-plist net/freeradius-client/files patch-configure patch-configure.in patch-lib::config.c patch-lib::ip_util.c patch-lib::options.h patch-lib::sendserver.c Log: The FreeRADIUS Client is a framework and library for writing RADIUS Clients which additionally includes radlogin, a flexible RADIUS aware login replacement, a command line program to send RADIUS authentication/authorisation requests and accounting records and a utility to query the status of a RADIUS server. All these programs are based on a library which lets you develop a RADIUS-aware application in less than 50 lines of C code. It is highly portable and runs on Linux, many BSD variants and Solaris. PR: ports/129250 Submitted by: netch at netch.kiev.ua Revision Changes Path 1.2057 +1 -0 ports/net/Makefile 1.1 +25 -0 ports/net/freeradius-client/Makefile (new) 1.1 +3 -0 ports/net/freeradius-client/distinfo (new) 1.1 +79 -0 ports/net/freeradius-client/files/patch-configure (new) 1.1 +17 -0 ports/net/freeradius-client/files/patch-configure.in (new) 1.1 +55 -0 ports/net/freeradius-client/files/patch-lib::config.c (new) 1.1 +39 -0 ports/net/freeradius-client/files/patch-lib::ip_util.c (new) 1.1 +10 -0 ports/net/freeradius-client/files/patch-lib::options.h (new) 1.1 +20 -0 ports/net/freeradius-client/files/patch-lib::sendserver.c (new) 1.1 +10 -0 ports/net/freeradius-client/pkg-descr (new) 1.1 +22 -0 ports/net/freeradius-client/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed - Committed, Thanks!