From 2dd50751d702afde88fc206ca4f33dce41827447 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Thu, 3 Jan 2008 08:03:30 +0000 Subject: [PATCH] o Add WWW; o Update pkg-descr/COMMENT to match reality. Bump PORTREVISION. --- net/radiusclient/Makefile | 3 ++- net/radiusclient/pkg-descr | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index 2dff10abfc5e..b83c6bfe8825 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -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 diff --git a/net/radiusclient/pkg-descr b/net/radiusclient/pkg-descr index ac7a0dd57628..e62f1fa47b9b 100644 --- a/net/radiusclient/pkg-descr +++ b/net/radiusclient/pkg-descr @@ -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/