Index: security/Makefile =================================================================== --- security/Makefile (revision 522973) +++ security/Makefile (working copy) @@ -1005,6 +1005,7 @@ SUBDIR += py-tuf SUBDIR += py-twofish SUBDIR += py-txtorcon + SUBDIR += py-vici SUBDIR += py-virustotal-api SUBDIR += py-volatility SUBDIR += py-vulndb Index: security/py-vici/Makefile =================================================================== --- security/py-vici/Makefile (nonexistent) +++ security/py-vici/Makefile (working copy) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= vici +PORTVERSION= 5.8.2 +CATEGORIES= security net-vpn python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= driesm.michiels@gmail.com +COMMENT= Native Python interface for strongSwan's VICI protocol + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +do-test: # skip non installed python versions in the tests (because flavors) + cd ${WRKSRC} && ${PYTHON_CMD} -m tox --skip-missing-interpreters + +.include Property changes on: security/py-vici/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-vici/distinfo =================================================================== --- security/py-vici/distinfo (nonexistent) +++ security/py-vici/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1579026725 +SHA256 (vici-5.8.2.tar.gz) = d642573afa07005914e5449486e53a5efa3419caf8cbd4491bdb62fc45f8b700 +SIZE (vici-5.8.2.tar.gz) = 9615 Property changes on: security/py-vici/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-vici/pkg-descr =================================================================== --- security/py-vici/pkg-descr (nonexistent) +++ security/py-vici/pkg-descr (working copy) @@ -0,0 +1,6 @@ +The strongSwan VICI protocol allows external applications to +monitor, configure and control the IKE daemon charon. +This Python package provides a native client side implementation +of the VICI protocol, well suited to script automated tasks in a reliable way. + +WWW: https://pypi.org/project/vici/ Property changes on: security/py-vici/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