Bug 129250 - new port: net/freeradius-client
Summary: new port: net/freeradius-client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-28 09:40 UTC by Valentin Nechayev
Modified: 2008-12-22 08:30 UTC (History)
0 users

See Also:


Attachments
file.shar (8.79 KB, text/plain)
2008-11-28 09:40 UTC, Valentin Nechayev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Valentin Nechayev 2008-11-28 09:40:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-28 09:40:10 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2008-11-29 04:14:15 UTC
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
---------------------------------------------------------------------------------------
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-11-29 04:14:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2008-11-29 04:32:58 UTC
State Changed
From-To: open->feedback

Awaiting maintainer fedback
Comment 5 Valentin Nechayev 2008-11-29 07:21:28 UTC
>>>>> 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
Comment 6 Beech Rintoul freebsd_committer freebsd_triage 2008-12-11 07:29:25 UTC
State Changed
From-To: feedback->open

Maintainer response
Comment 7 dfilter service freebsd_committer freebsd_triage 2008-12-22 08:24:51 UTC
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"
Comment 8 Beech Rintoul freebsd_committer freebsd_triage 2008-12-22 08:25:56 UTC
State Changed
From-To: open->closed

- Committed, Thanks!