From owner-svn-ports-all@freebsd.org Thu Dec 27 22:55:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28D721425DC9; Thu, 27 Dec 2018 22:55:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5DA18FAF0; Thu, 27 Dec 2018 22:55:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F07D1A531; Thu, 27 Dec 2018 22:55:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBRMtq6S097813; Thu, 27 Dec 2018 22:55:52 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBRMtpKc097809; Thu, 27 Dec 2018 22:55:51 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201812272255.wBRMtpKc097809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 27 Dec 2018 22:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488578 - in head/net: . py-sshtunnel X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/net: . py-sshtunnel X-SVN-Commit-Revision: 488578 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C5DA18FAF0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 22:55:53 -0000 Author: dbaio Date: Thu Dec 27 22:55:51 2018 New Revision: 488578 URL: https://svnweb.freebsd.org/changeset/ports/488578 Log: Add net/py-sshtunnel: Pure Python SSH tunnels sshtunnel is a Python module for easily creating ssh tunnels in the background, from within Python. An example use case is when you want to access a remote database. With sshtunnel all you need is ssh access to the remote machine and Python installed. WWW: https://pypi.org/project/sshtunnel/ Added: head/net/py-sshtunnel/ head/net/py-sshtunnel/Makefile (contents, props changed) head/net/py-sshtunnel/distinfo (contents, props changed) head/net/py-sshtunnel/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Dec 27 22:46:21 2018 (r488577) +++ head/net/Makefile Thu Dec 27 22:55:51 2018 (r488578) @@ -1137,6 +1137,7 @@ SUBDIR += py-socketio-client SUBDIR += py-softlayer SUBDIR += py-speedtest-cli + SUBDIR += py-sshtunnel SUBDIR += py-sshuttle SUBDIR += py-stomp.py SUBDIR += py-suds Added: head/net/py-sshtunnel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sshtunnel/Makefile Thu Dec 27 22:55:51 2018 (r488578) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= sshtunnel +PORTVERSION= 0.1.4 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Pure Python SSH tunnels + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.15.2:security/py-paramiko@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/net/py-sshtunnel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sshtunnel/distinfo Thu Dec 27 22:55:51 2018 (r488578) @@ -0,0 +1,3 @@ +TIMESTAMP = 1545950236 +SHA256 (sshtunnel-0.1.4.tar.gz) = f29ae41a1bd3afa64e9a31029bece2966e4be9a9641e8262372741e691c40d76 +SIZE (sshtunnel-0.1.4.tar.gz) = 48330 Added: head/net/py-sshtunnel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-sshtunnel/pkg-descr Thu Dec 27 22:55:51 2018 (r488578) @@ -0,0 +1,6 @@ +sshtunnel is a Python module for easily creating ssh tunnels in the background, +from within Python. An example use case is when you want to access a remote +database. With sshtunnel all you need is ssh access to the remote machine and +Python installed. + +WWW: https://pypi.org/project/sshtunnel/