mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
pyrad is a Python implementation of a RADIUS client as described in RFC2865.
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>
This commit is contained in:
parent
22d2dc89b0
commit
f850d5d431
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198194
@ -697,6 +697,7 @@
|
||||
SUBDIR += pygopherd
|
||||
SUBDIR += pynids
|
||||
SUBDIR += pypvm
|
||||
SUBDIR += pyrad
|
||||
SUBDIR += pythondirector
|
||||
SUBDIR += qadsl
|
||||
SUBDIR += qt4-network
|
||||
|
28
net/pyrad/Makefile
Normal file
28
net/pyrad/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: py-pyrad
|
||||
# Date created: 13 August 2007
|
||||
# Whom: Blaz Zupan <blaz@si.FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pyrad
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://www.wiggy.net/files/ \
|
||||
http://www.sourcefiles.org/Networking/Tools/Authentication/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python implementation of RADIUS client
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= pyrad
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${TAR} -C ${WRKSRC}/example -cf- . | ${TAR} -C ${EXAMPLESDIR} -xpf-
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/pyrad/distinfo
Normal file
3
net/pyrad/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pyrad-0.9.tar.gz) = c28a055eefc4244b6b7b09a6c1083d3a
|
||||
SHA256 (pyrad-0.9.tar.gz) = ec48a2533e6a3273fe155641bd5481b581515f33e9178c083c9e10fbb9dfc4c8
|
||||
SIZE (pyrad-0.9.tar.gz) = 17749
|
5
net/pyrad/pkg-descr
Normal file
5
net/pyrad/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
pyrad is a Python implementation of a RADIUS client as described in RFC2865.
|
||||
It takes care of all the details like building RADIUS packets, sending them
|
||||
and decoding responses.
|
||||
|
||||
WWW: http://www.wiggy.net/code/pyrad/
|
34
net/pyrad/pkg-plist
Normal file
34
net/pyrad/pkg-plist
Normal file
@ -0,0 +1,34 @@
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/bidict.py
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/bidict.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/bidict.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/client.py
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/client.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/client.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/curved.py
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/curved.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/curved.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/dictionary.py
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/dictionary.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/dictionary.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/host.py
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/host.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/host.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/packet.py
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/packet.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/packet.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/server.py
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/server.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/server.pyo
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/tools.py
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/tools.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pyrad/tools.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pyrad
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/acct.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/auth.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dictionary
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dictionary.attingo
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server.py
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
Loading…
Reference in New Issue
Block a user