Index: security/py-pyotp2289/Makefile =================================================================== --- security/py-pyotp2289/Makefile (nonexistent) +++ security/py-pyotp2289/Makefile (working copy) @@ -0,0 +1,26 @@ +# Created by: Simeon Simeonov +# $FreeBSD$ + +PORTNAME= pyotp2289 +PORTVERSION= 1.0.0 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sgs@pichove.org +COMMENT= Pure Python implementation of RFC-2289 - "A One-Time Password System" + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v -o addopts= + +.include Property changes on: security/py-pyotp2289/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/py-pyotp2289/distinfo =================================================================== --- security/py-pyotp2289/distinfo (nonexistent) +++ security/py-pyotp2289/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587291556 +SHA256 (pyotp2289-1.0.0.tar.gz) = c37b4a50726a1d57e1f3ef0f05169f4b0b6e7d9baed7335acfbcf4a2eb7432c4 +SIZE (pyotp2289-1.0.0.tar.gz) = 30245 Property changes on: security/py-pyotp2289/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/py-pyotp2289/pkg-descr =================================================================== --- security/py-pyotp2289/pkg-descr (nonexistent) +++ security/py-pyotp2289/pkg-descr (working copy) @@ -0,0 +1,10 @@ +pyotp2289 is a pure Python 3 implementation of RFC-2289 - +"A One-Time Password System" + +"The system provides authentication for system access (login) and other +applications requiring authentication that is secure against passive attacks +based on replaying captured reusable passwords. OTP evolved from the S/KEY +(S/KEY is a trademark of Bellcore) One-Time Password System that was released +by Bellcore." + +WWW: https://github.com/blackm0re/pyotp2289 Property changes on: security/py-pyotp2289/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property