--- security/py-vici/Makefile (nonexistent) +++ security/py-vici/Makefile (working copy) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= vici +PORTVERSION= 5.8.0 +CATEGORIES= security 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 + +USES= python:-3.4 +USE_PYTHON= autoplist concurrent distutils + +.include --- security/py-vici/distinfo (nonexistent) +++ security/py-vici/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1578755007 +SHA256 (vici-5.8.0.tar.gz) = de0b9029e5c4ab16f293567dd56b59de2ad1984dd18a3980c787573aeb44b88a +SIZE (vici-5.8.0.tar.gz) = 7867 --- security/py-vici/pkg-descr (nonexistent) +++ security/py-vici/pkg-descr (working copy) @@ -0,0 +1,4 @@ +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.