Date: Sun, 9 Jun 2019 06:05:09 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503795 - in head/net: . inlets Message-ID: <201906090605.x59659Cl036860@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906090605.x59659Cl036860>