1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

o Add WWW;

o Update pkg-descr/COMMENT to match reality.

Bump PORTREVISION.
This commit is contained in:
Maxim Sobolev 2008-01-03 08:03:30 +00:00
parent b2d2a762b1
commit 2dd50751d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204885
2 changed files with 9 additions and 5 deletions

View File

@ -7,13 +7,14 @@
PORTNAME= radiusclient
PORTVERSION= 0.5.6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/radiusclient-ng/ \
http://download2.berlios.de/radiusclient-ng/
DISTNAME= ${PORTNAME}-ng-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
COMMENT= Client library and basic utilities for Radius authenticated login
COMMENT= Client library and basic utilities for RADIUS AAA
USE_GMAKE= yes
GNU_CONFIGURE= yes

View File

@ -1,5 +1,8 @@
This is a port of a client library and basic utilities for performing
logins authenticated by a Radiusd server.
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.
- Maurice Castro
maurice@serc.rmit.edu.au
WWW: http://developer.berlios.de/projects/radiusclient-ng/