Date: Mon, 13 Aug 2007 10:25:22 +0200 (CEST) From: Blaz Zupan <blaz@gold.inlimbo.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/115458: NEW PORT: net/pyrad Message-ID: <20070813082522.6869830784B@gold.inlimbo.org> Resent-Message-ID: <200708130840.l7D8e1Zd040209@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115458 >Category: ports >Synopsis: NEW PORT: net/pyrad >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 13 08:40:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Blaz Zupan >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD gold.inlimbo.org 6.2-STABLE FreeBSD 6.2-STABLE #7: Sun Aug 12 20:15:44 CEST 2007 blaz@gold.inlimbo.org:/usr/obj/usr/src/sys/GOLD i386 >Description: This is a port of pyrad, a Python implementation of a RADIUS client. This port is depended upon by the patched net/mediaproxy port, submitted in a separate PR. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pyrad # pyrad/Makefile # pyrad/distinfo # pyrad/pkg-descr # pyrad/pkg-plist # echo c - pyrad mkdir -p pyrad > /dev/null 2>&1 echo x - pyrad/Makefile sed 's/^X//' >pyrad/Makefile << 'END-of-pyrad/Makefile' X# New ports collection makefile for: py-pyrad X# Date created: 13 August 2007 X# Whom: Blaz Zupan <blaz@si.FreeBSD.org> X# X# $FreeBSD$ X# X XPORTNAME= pyrad XPORTVERSION= 0.9 XCATEGORIES= net python XMASTER_SITES= http://www.wiggy.net/files/ \ X http://www.sourcefiles.org/Networking/Tools/Authentication/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Python implementation of RADIUS client X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XPYDISTUTILS_PKGNAME= pyrad X X.if !defined(NOPORTDOCS) Xpost-install: X ${MKDIR} ${EXAMPLESDIR} X ${TAR} -C ${WRKSRC}/example -cf- . | ${TAR} -C ${EXAMPLESDIR} -xpf- X.endif X X.include <bsd.port.mk> END-of-pyrad/Makefile echo x - pyrad/distinfo sed 's/^X//' >pyrad/distinfo << 'END-of-pyrad/distinfo' XMD5 (pyrad-0.9.tar.gz) = c28a055eefc4244b6b7b09a6c1083d3a XSHA256 (pyrad-0.9.tar.gz) = ec48a2533e6a3273fe155641bd5481b581515f33e9178c083c9e10fbb9dfc4c8 XSIZE (pyrad-0.9.tar.gz) = 17749 END-of-pyrad/distinfo echo x - pyrad/pkg-descr sed 's/^X//' >pyrad/pkg-descr << 'END-of-pyrad/pkg-descr' Xpyrad is a Python implementation of a RADIUS client as described in RFC2865. XIt takes care of all the details like building RADIUS packets, sending them Xand decoding responses. X XWWW: http://www.wiggy.net/code/pyrad/ END-of-pyrad/pkg-descr echo x - pyrad/pkg-plist sed 's/^X//' >pyrad/pkg-plist << 'END-of-pyrad/pkg-plist' X%%PYTHON_SITELIBDIR%%/pyrad/__init__.py X%%PYTHON_SITELIBDIR%%/pyrad/__init__.pyc X%%PYTHON_SITELIBDIR%%/pyrad/__init__.pyo X%%PYTHON_SITELIBDIR%%/pyrad/bidict.py X%%PYTHON_SITELIBDIR%%/pyrad/bidict.pyc X%%PYTHON_SITELIBDIR%%/pyrad/bidict.pyo X%%PYTHON_SITELIBDIR%%/pyrad/client.py X%%PYTHON_SITELIBDIR%%/pyrad/client.pyc X%%PYTHON_SITELIBDIR%%/pyrad/client.pyo X%%PYTHON_SITELIBDIR%%/pyrad/curved.py X%%PYTHON_SITELIBDIR%%/pyrad/curved.pyc X%%PYTHON_SITELIBDIR%%/pyrad/curved.pyo X%%PYTHON_SITELIBDIR%%/pyrad/dictionary.py X%%PYTHON_SITELIBDIR%%/pyrad/dictionary.pyc X%%PYTHON_SITELIBDIR%%/pyrad/dictionary.pyo X%%PYTHON_SITELIBDIR%%/pyrad/host.py X%%PYTHON_SITELIBDIR%%/pyrad/host.pyc X%%PYTHON_SITELIBDIR%%/pyrad/host.pyo X%%PYTHON_SITELIBDIR%%/pyrad/packet.py X%%PYTHON_SITELIBDIR%%/pyrad/packet.pyc X%%PYTHON_SITELIBDIR%%/pyrad/packet.pyo X%%PYTHON_SITELIBDIR%%/pyrad/server.py X%%PYTHON_SITELIBDIR%%/pyrad/server.pyc X%%PYTHON_SITELIBDIR%%/pyrad/server.pyo X%%PYTHON_SITELIBDIR%%/pyrad/tools.py X%%PYTHON_SITELIBDIR%%/pyrad/tools.pyc X%%PYTHON_SITELIBDIR%%/pyrad/tools.pyo X@dirrm %%PYTHON_SITELIBDIR%%/pyrad X%%PORTDOCS%%share/examples/pyrad/acct.py X%%PORTDOCS%%share/examples/pyrad/auth.py X%%PORTDOCS%%share/examples/pyrad/dictionary X%%PORTDOCS%%share/examples/pyrad/dictionary.attingo X%%PORTDOCS%%share/examples/pyrad/server.py X%%PORTDOCS%%@dirrm share/examples/pyrad END-of-pyrad/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070813082522.6869830784B>