diff -u -r --new-file security/py-excript/Makefile security/py-exscript/Makefile --- security/py-excript/Makefile 1970-01-01 02:00:00.000000000 +0200 +++ security/py-exscript/Makefile 2019-08-17 15:41:36.371459000 +0200 @@ -0,0 +1,34 @@ +# $FreeBSD: head/security/exscript/Makefile$ + +PORTNAME= exscript +DISTVERSIONPREFIX= v +DISTVERSION= 2.6 +CATEGORIES= security python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jhay@FreeBSD.org +COMMENT= Automating Telnet and SSH + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycryptodomex>=0:security/py-pycryptodomex@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}paramiko>=1.17:security/py-paramiko@${PY_FLAVOR} + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils +USE_GITHUB= yes +GH_ACCOUNT= knipknap + +post-patch: + @${REINPLACE_CMD} -e \ + "{s#__version__ = '[^']*'#__version__ = '${PORTVERSION}'#;}" \ + ${BUILD_WRKSRC}/VERSION.in + @${REINPLACE_CMD} -e \ + "{s#__version__ = '[^']*'#__version__ = '${PORTVERSION}'#;}" \ + ${BUILD_WRKSRC}/Exscript/version.py + +.include diff -u -r --new-file security/py-excript/distinfo security/py-exscript/distinfo --- security/py-excript/distinfo 1970-01-01 02:00:00.000000000 +0200 +++ security/py-exscript/distinfo 2019-08-11 10:08:54.348163000 +0200 @@ -0,0 +1,3 @@ +TIMESTAMP = 1565510934 +SHA256 (knipknap-exscript-v2.6_GH0.tar.gz) = e3e2064d0183d30bd9cdb13ee760603e4cd0ff190ae2ac8f97329300967dca90 +SIZE (knipknap-exscript-v2.6_GH0.tar.gz) = 272225 diff -u -r --new-file security/py-excript/pkg-descr security/py-exscript/pkg-descr --- security/py-excript/pkg-descr 1970-01-01 02:00:00.000000000 +0200 +++ security/py-exscript/pkg-descr 2019-08-11 09:18:06.122497000 +0200 @@ -0,0 +1,6 @@ +Exscript is a Python module and a template processor for automating network +connections over protocols such as Telnet or SSH. +We attempt to create the best possible set of tools for working with +Telnet and SSH. + +WWW: https://github.com/knipknap/exscript