From owner-svn-ports-all@freebsd.org Sun Jun 9 06:05:11 2019 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 D646315BE844; Sun, 9 Jun 2019 06:05:10 +0000 (UTC) (envelope-from yuri@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 7581F8AB5E; Sun, 9 Jun 2019 06:05:10 +0000 (UTC) (envelope-from yuri@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 511BE26B74; Sun, 9 Jun 2019 06:05:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5965ASx036863; Sun, 9 Jun 2019 06:05:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x59659Cl036860; Sun, 9 Jun 2019 06:05:09 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201906090605.x59659Cl036860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 9 Jun 2019 06:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503795 - in head/net: . inlets X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/net: . inlets X-SVN-Commit-Revision: 503795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7581F8AB5E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Sun, 09 Jun 2019 06:05:11 -0000 Author: yuri Date: Sun Jun 9 06:05:09 2019 New Revision: 503795 URL: https://svnweb.freebsd.org/changeset/ports/503795 Log: New port: net/inlets: Expose your local endpoints to the Internet Added: head/net/inlets/ head/net/inlets/Makefile (contents, props changed) head/net/inlets/distinfo (contents, props changed) head/net/inlets/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Jun 9 06:04:46 2019 (r503794) +++ head/net/Makefile Sun Jun 9 06:05:09 2019 (r503795) @@ -256,6 +256,7 @@ SUBDIR += ilbc SUBDIR += imapproxy SUBDIR += incidenceeditor + SUBDIR += inlets SUBDIR += intel-em-kmod SUBDIR += intel-ix-kmod SUBDIR += intel-ixl-kmod Added: head/net/inlets/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/inlets/Makefile Sun Jun 9 06:05:09 2019 (r503795) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= inlets +DISTVERSION= 2.1.0 +CATEGORIES= net + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Expose your local endpoints to the Internet + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go +USE_GITHUB= yes +GH_ACCOUNT= alexellis + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +.include Added: head/net/inlets/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/inlets/distinfo Sun Jun 9 06:05:09 2019 (r503795) @@ -0,0 +1,3 @@ +TIMESTAMP = 1560059716 +SHA256 (alexellis-inlets-2.1.0_GH0.tar.gz) = 8424ba7c94716e6d5ad18e4960bd23632c4353b2a1fefc51129a4c6dec353153 +SIZE (alexellis-inlets-2.1.0_GH0.tar.gz) = 3567808 Added: head/net/inlets/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/inlets/pkg-descr Sun Jun 9 06:05:09 2019 (r503795) @@ -0,0 +1,5 @@ +inlets combines a reverse proxy and websocket tunnels to expose your internal +and development endpoints to the public Internet via an exit-node. An exit-node +may be a 5-10 USD VPS or any other computer with an IPv4 IP address. + +WWW: https://github.com/alexellis/inlets