aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2016-07-13 21:02:10 +0000
committerPawel Pekala <pawel@FreeBSD.org>2016-07-13 21:02:10 +0000
commit4f6cf4100b0bc9e34f66a6b6351260fc6609a64a (patch)
tree145a3ee1e4754a235cb068c57ad6e44155edb863 /net-mgmt
parent11dcb7edab08c7f8386f546fc848bc058557cdfd (diff)
downloadports-4f6cf4100b0bc9e34f66a6b6351260fc6609a64a.tar.gz
ports-4f6cf4100b0bc9e34f66a6b6351260fc6609a64a.zip
OnionLauncher is a launcher for Tor written in Python and PyQt5.
WWW: https://www.github.com/neelchauhan/OnionLauncher PR: 210743 Submitted by: Neel Chauhan <neel@neelc.org>
Notes
Notes: svn path=/head/; revision=418505
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/onionlauncher/Makefile27
-rw-r--r--net-mgmt/onionlauncher/distinfo3
-rw-r--r--net-mgmt/onionlauncher/pkg-descr3
4 files changed, 34 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 0dd60a182963..da1f1eb506da 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 000000000000..76345ab83971
--- /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 <bsd.port.mk>
diff --git a/net-mgmt/onionlauncher/distinfo b/net-mgmt/onionlauncher/distinfo
new file mode 100644
index 000000000000..a4b0545b5549
--- /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 000000000000..85f60802f26d
--- /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