From 191b071fd2db1984c13438c2af1f76b421e9aa17 Mon Sep 17 00:00:00 2001 From: pawel Date: Wed, 13 Jul 2016 21:02:10 +0000 Subject: OnionLauncher is a launcher for Tor written in Python and PyQt5. WWW: https://www.github.com/neelchauhan/OnionLauncher PR: 210743 Submitted by: Neel Chauhan --- net-mgmt/Makefile | 1 + net-mgmt/onionlauncher/Makefile | 27 +++++++++++++++++++++++++++ net-mgmt/onionlauncher/distinfo | 3 +++ net-mgmt/onionlauncher/pkg-descr | 3 +++ 4 files changed, 34 insertions(+) create mode 100644 net-mgmt/onionlauncher/Makefile create mode 100644 net-mgmt/onionlauncher/distinfo create mode 100644 net-mgmt/onionlauncher/pkg-descr (limited to 'net-mgmt') diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 0dd60a18296..da1f1eb506d 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -189,6 +189,7 @@ SUBDIR += ocsinventory-agent SUBDIR += ocsinventory-ng SUBDIR += omping + SUBDIR += onionlauncher SUBDIR += openlldp SUBDIR += openvmps SUBDIR += p0f diff --git a/net-mgmt/onionlauncher/Makefile b/net-mgmt/onionlauncher/Makefile new file mode 100644 index 00000000000..76345ab8397 --- /dev/null +++ b/net-mgmt/onionlauncher/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= onionlauncher +PORTVERSION= 0.0.1 +DISTVERSIONPREFIX= v +CATEGORIES= net-mgmt + +MAINTAINER= neel@neelc.org +COMMENT= Launcher for Tor + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=0.18:security/py-stem \ + tor:security/tor + +USE_GITHUB= yes +GH_ACCOUNT= neelchauhan +GH_PROJECT= OnionLauncher + +USES= pyqt:5 python +USE_PYTHON= autoplist distutils +USE_PYQT= core_run gui_run widgets_run + +NO_ARCH= yes + +.include diff --git a/net-mgmt/onionlauncher/distinfo b/net-mgmt/onionlauncher/distinfo new file mode 100644 index 00000000000..a4b0545b554 --- /dev/null +++ b/net-mgmt/onionlauncher/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1467378000 +SHA256 (neelchauhan-OnionLauncher-v0.0.1_GH0.tar.gz) = facafe8549c47bd7f5ad1e7228acbd8633363e0bd0f9c4bf99e679b92112b971 +SIZE (neelchauhan-OnionLauncher-v0.0.1_GH0.tar.gz) = 18545 diff --git a/net-mgmt/onionlauncher/pkg-descr b/net-mgmt/onionlauncher/pkg-descr new file mode 100644 index 00000000000..85f60802f26 --- /dev/null +++ b/net-mgmt/onionlauncher/pkg-descr @@ -0,0 +1,3 @@ +OnionLauncher is a launcher for Tor written in Python and PyQt5. + +WWW: https://www.github.com/neelchauhan/OnionLauncher -- cgit