aboutsummaryrefslogtreecommitdiff
path: root/net/radiusclient
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2008-01-03 08:03:30 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2008-01-03 08:03:30 +0000
commit2dd50751d702afde88fc206ca4f33dce41827447 (patch)
treed3007cc23e8482c0091532ed3e089002b4ac1366 /net/radiusclient
parentb2d2a762b1a21d14165f868494de4460cab9b8b4 (diff)
downloadports-2dd50751d702afde88fc206ca4f33dce41827447.tar.gz
ports-2dd50751d702afde88fc206ca4f33dce41827447.zip
o Add WWW;
o Update pkg-descr/COMMENT to match reality. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=204885
Diffstat (limited to 'net/radiusclient')
-rw-r--r--net/radiusclient/Makefile3
-rw-r--r--net/radiusclient/pkg-descr11
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/