abf2 FreshPorts -- net/radiusclient
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
radiusclient 0.5.6_1 net on this many watch lists=23 search for ports that depend on this port
Client library and basic utilities for RADIUS AAA
Maintained by: sobomax@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port


The RadiusClient 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.

WWW: http://developer.berlios.de/projects/radiusclient-ng/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake

This port is required by:

for Libraries

To install the port: cd /usr/ports/net/radiusclient/ && make install clean
To add the package: pkg_add -r radiusclient


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://download.berlios.de/radiusclient-ng/
  3. http://download2.berlios.de/radiusclient-ng/

Number of commits found: 33

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
09 Nov 2011 15:26:04
Original commit files touched by this commit  0.5.6_1
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
29 Oct 2011 10:03:08
Original commit files touched by this commit  0.5.6_1
miwi search for other commits by this committer
- Fix build on FreeBSD 10

Reported by:    pointyhat
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.5.6_1
miwi search for other commits by this committer
- Get Rid MD5 support
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.5.6_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
03 Jan 2008 08:03:30
Original commit files touched by this commit  0.5.6_1
sobomax search for other commits by this committer
o Add WWW;
o Update pkg-descr/COMMENT to match reality.

Bump PORTREVISION.
24 Jul 2007 00:39:17
Original commit files touched by this commit  0.5.6
sobomax search for other commits by this committer
Update to 0.5.6.
23 Mar 2007 20:39:39
Original commit files touched by this commit  0.5.5.1
sobomax search for other commits by this committer
Add another MASTER_SITE.
16 Feb 2007 18:03:32
Original commit files touched by this commit  0.5.5.1
sobomax search for other commits by this committer
Update to 0.5.5.1.
16 Feb 2007 08:07:47
Original commit files touched by this commit  0.5.5
sobomax search for other commits by this committer
Update to 0.5.5.
22 Jan 2006 21:24:05
Original commit files touched by this commit  0.5.2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
03 Dec 2005 18:48:34
Original commit files touched by this commit  0.5.2
sobomax search for other commits by this committer
Take maintainership - apparently the old maintainer doesn't have an interest
in mantaining this port anymore.

PR:             89041
03 Dec 2005 18:47:30
Original commit files touched by this commit  0.5.2
sobomax search for other commits by this committer
Remove parts of description that don't match the reality.
28 Nov 2005 05:40:44
Original commit files touched by this commit  0.5.2
linimon search for other commits by this committer
Remove dead URL per distfile survey.
09 Nov 2005 20:25:32
Original commit files touched by this commit  0.5.2
sobomax search for other commits by this committer
Update to 0.5.2.
07 Jul 2005 20:16:22
Original commit files touched by this commit  0.5.1
sobomax search for other commits by this committer
Update to 0.5.1.
19 Jun 2005 13:09:49
Original commit files touched by this commit  0.4.9
sobomax search for other commits by this committer
Update to 0.4.9.
26 Nov 2004 16:40:30
Original commit files touched by this commit  0.4.7
sobomax search for other commits by this committer
Update to 0.4.7.
18 Oct 2004 21:34:53
Original commit files touched by this commit  0.4.5
ade search for other commits by this committer
Fix bogons:
  - binaries were being installed with a host-specific prefix in sbin/
  - missing entry in pkg-plist

Both of which caused endless fun and games.
17 Oct 2004 19:13:49
Original commit files touched by this commit  0.4.5
sobomax search for other commits by this committer
Add file missed in the previous commit.
17 Oct 2004 19:13:00
Original commit files touched by this commit  0.4.5
sobomax search for other commits by this committer
Update to 0.4.5.
09 Jul 2004 17:43:11
Original commit files touched by this commit  0.3.2_1
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
31 Mar 2004 03:12:58
Original commit files touched by this commit  0.3.2_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.3.2_1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
04 Feb 2004 05:10:27
Original commit files touched by this commit  0.3.2_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
07 Dec 2003 06:08:37
Original commit files touched by this commit  0.3.2
linimon search for other commits by this committer
Per redirect response when sending mail to maintainer, update maintainer's
email address.
03 Nov 2003 01:11:58
Original commit files touched by this commit  0.3.2
edwin search for other commits by this committer
Fix directory layout, but the file isn't there (yet)
19 May 2003 17:34:04
Original commit files touched by this commit  0.3.2
sobomax search for other commits by this committer
Fix aout-ism.
21 Feb 2003 13:15:09
Original commit files touched by this commit  0.3.2
knu search for other commits by this committer
De-pkg-comment.
20 Jan 2003 20:12:52
Original commit files touched by this commit  0.3.2
sobomax search for other commits by this committer
Update 0.3.2 and provide support for SIP-specific attributes, which is
necessary for SER port to be added later on.

Sponsored by:   Porta Software Ltd.
08 Oct 2000 07:19:09
files touched by this commit
asami search for other commits by this committer
Convert category net to new layout.  
16 Jun 2000 22:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 09:19:52
files touched by this commit
sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
15 Jun 2000 18:59:45
files touched by this commit
sobomax search for other commits by this committer
Third round of INSTALL_SHLIBS=yes fixes.    

Number of commits found: 33

2863
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24541
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days29
new fortnight60
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0