aboutsummaryrefslogtreecommitdiff
path: root/net/pyrad
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* - Enable stagedir supportMarcus von Appen2014-06-142-83/+6
| | | | | | | | | | | | - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357769
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* net/pyrad: update to 2.0William Grzybowski2013-07-084-49/+97
| | | | | | | | | | | | | | - Update to 2.0 [1] - NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES - Proper install examples and add to options - Trim Makefile header PR: ports/180213 [1] Submitted by: Chris Mikkelson <cmikk uerige.oss.uswest.net> [1] Approved by: maintainer Notes: svn path=/head/; revision=322502
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Set correct maintainerMartin Wilke2007-08-251-1/+1
| | | | | | | Reported by: sat Notes: svn path=/head/; revision=198274
* pyrad is a Python implementation of a RADIUS client as described in RFC2865.Martin Wilke2007-08-234-0/+70
It takes care of all the details like building RADIUS packets, sending them and decoding responses. WWW: http://www.wiggy.net/code/pyrad/ PR: ports/115458 Submitted by: Blaz Zupan <blaz at si.FreeBSD.org> Notes: svn path=/head/; revision=198194