--- net/py-tacacs_plus/Makefile (nonexistent) +++ net/py-tacacs_plus/Makefile (working copy) @@ -0,0 +1,20 @@ +# Created by: Rozhuk Ivan 2020 +# $FreeBSD$ + +PORTNAME= tacacs_plus +PORTVERSION= 2.6 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rozhuk.im@gmail.com +COMMENT= TACACS+ client that supports authentication, authorization and accounting + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +.include --- net/py-tacacs_plus/distinfo (nonexistent) +++ net/py-tacacs_plus/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588035114 +SHA256 (tacacs_plus-2.6.tar.gz) = f5e3a6e13760656aa69a4e98fc3da3e4728553375569fad757b1800c020dcb36 +SIZE (tacacs_plus-2.6.tar.gz) = 14915 --- net/py-tacacs_plus/pkg-descr (nonexistent) +++ net/py-tacacs_plus/pkg-descr (working copy) @@ -0,0 +1,13 @@ +A TACACS+ client that supports authentication, authorization and +accounting. + +Unlike RADIUS, which was designed for similar purposes, the TACACS+ +protocol offers basic packet encryption but, as with most crypto +designed back then, it's not secure and definitely should not be used +over untrusted networks. + +This package has been successfully used with the free tac_plus TACACS+ +server on a variety of operating systems. + + +WWW: https://github.com/ansible/tacacs_plus