summaryrefslogtreecommitdiff
path: root/security/ngrok
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2016-10-13 14:31:38 +0000
committerKris Moore <kmoore@FreeBSD.org>2016-10-13 14:31:38 +0000
commit30c985b913ea21838938472922733c298283607e (patch)
tree8c9b313ec70f70e88e954d736891326c351780c0 /security/ngrok
parentUpdate to 2.10.1. (diff)
- Add new port security/ngrok
Expose local servers behind NATs and firewalls to the public internet over secure tunnels. URL: https://ngrok.com PR: 212883 Submitted by: jhixson@gmail.com
Notes
Notes: svn path=/head/; revision=423922
Diffstat (limited to 'security/ngrok')
-rw-r--r--security/ngrok/Makefile35
-rw-r--r--security/ngrok/distinfo5
-rw-r--r--security/ngrok/pkg-descr4
3 files changed, 44 insertions, 0 deletions
diff --git a/security/ngrok/Makefile b/security/ngrok/Makefile
new file mode 100644
index 000000000000..98f3a89b6c81
--- /dev/null
+++ b/security/ngrok/Makefile
@@ -0,0 +1,35 @@
+# Created by: John Hixson <jhixson@gmail.com>
+# $FreeBSD$
+
+PORTNAME= ngrok
+PORTVERSION= 2.1.14
+CATEGORIES= security
+MASTER_SITES= https://bin.equinox.io/c/4VmDzA7iaHb/
+DISTNAME= ${PORTNAME}-stable-freebsd-${NGROK_ARCH}
+
+MAINTAINER= jhixson@gmail.com
+COMMENT= Secure tunnels to localhost
+
+ONLY_FOR_ARCHS= i386 amd64
+
+NO_WRKSUBDIR= yes
+PLIST_FILES= bin/ngrok
+
+NO_BUILD= yes
+USES= zip
+
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == "i386"
+NGROK_ARCH= 386
+.endif
+.if ${ARCH} == "amd64"
+NGROK_ARCH= amd64
+.endif
+
+.include <bsd.port.pre.mk>
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.post.mk>
diff --git a/security/ngrok/distinfo b/security/ngrok/distinfo
new file mode 100644
index 000000000000..52a5ff00825e
--- /dev/null
+++ b/security/ngrok/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1474389051
+SHA256 (ngrok-stable-freebsd-amd64.zip) = 38058306073a6d2e970bc8ad9e9febe80fea6e1a20d106a46fd7ac9887e70e2a
+SIZE (ngrok-stable-freebsd-amd64.zip) = 4688635
+SHA256 (ngrok-stable-freebsd-386.zip) = 8202da2283cee9d62df26bced9f09dd6613ff712efd57599a02b79205c21f751
+SIZE (ngrok-stable-freebsd-386.zip) = 4541544
diff --git a/security/ngrok/pkg-descr b/security/ngrok/pkg-descr
new file mode 100644
index 000000000000..f91ee32f9530
--- /dev/null
+++ b/security/ngrok/pkg-descr
@@ -0,0 +1,4 @@
+Expose local servers behind NATs and firewalls to the public internet
+over secure tunnels.
+
+URL: https://ngrok.com