svn commit: r469684 - in head/security: . py-winrm
Kurt Jaeger
pi at FreeBSD.org
Fri May 11 18:55:40 UTC 2018
Author: pi
Date: Fri May 11 18:55:38 2018
New Revision: 469684
URL: https://svnweb.freebsd.org/changeset/ports/469684
Log:
New port: security/py-winrm
Python library for Windows Remote Management (WinRM)
WWW: https://github.com/diyan/pywinrm
PR: 226450
Submitted by: rozhuk.im at gmail.com
Added:
head/security/py-winrm/
head/security/py-winrm/Makefile (contents, props changed)
head/security/py-winrm/distinfo (contents, props changed)
head/security/py-winrm/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Fri May 11 18:32:15 2018 (r469683)
+++ head/security/Makefile Fri May 11 18:55:38 2018 (r469684)
@@ -1027,6 +1027,7 @@
SUBDIR += py-virustotal-api
SUBDIR += py-volatility
SUBDIR += py-vulndb
+ SUBDIR += py-winrm
SUBDIR += py-yara
SUBDIR += py-yubioath-desktop
SUBDIR += py-yubikey-manager
Added: head/security/py-winrm/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-winrm/Makefile Fri May 11 18:55:38 2018 (r469684)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= pywinrm
+PORTVERSION= 0.3.0
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= rozhuk.im at gmail.com
+COMMENT= Python library for Windows Remote Management (WinRM)
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/py-xmltodict@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests_ntlm>=0.3.0:www/py-requests_ntlm@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests-kerberos>=0.10.0:security/py-requests-kerberos@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}requests-credssp>=0.0.1:security/py-requests-credssp@${FLAVOR}
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
Added: head/security/py-winrm/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-winrm/distinfo Fri May 11 18:55:38 2018 (r469684)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520511165
+SHA256 (pywinrm-0.3.0.tar.gz) = 799fc3e33fec8684443adf5778860388289102ea4fa1458f1bf307d167855573
+SIZE (pywinrm-0.3.0.tar.gz) = 25175
Added: head/security/py-winrm/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-winrm/pkg-descr Fri May 11 18:55:38 2018 (r469684)
@@ -0,0 +1,3 @@
+Python library for Windows Remote Management (WinRM)
+
+WWW: https://github.com/diyan/pywinrm
More information about the svn-ports-head
mailing list