svn commit: r418505 - in head/net-mgmt: . onionlauncher
Pawel Pekala
pawel at FreeBSD.org
Wed Jul 13 21:02:12 UTC 2016
Author: pawel
Date: Wed Jul 13 21:02:10 2016
New Revision: 418505
URL: https://svnweb.freebsd.org/changeset/ports/418505
Log:
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 at neelc.org>
Added:
head/net-mgmt/onionlauncher/
head/net-mgmt/onionlauncher/Makefile (contents, props changed)
head/net-mgmt/onionlauncher/distinfo (contents, props changed)
head/net-mgmt/onionlauncher/pkg-descr (contents, props changed)
Modified:
head/net-mgmt/Makefile
Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile Wed Jul 13 20:48:37 2016 (r418504)
+++ head/net-mgmt/Makefile Wed Jul 13 21:02:10 2016 (r418505)
@@ -189,6 +189,7 @@
SUBDIR += ocsinventory-agent
SUBDIR += ocsinventory-ng
SUBDIR += omping
+ SUBDIR += onionlauncher
SUBDIR += openlldp
SUBDIR += openvmps
SUBDIR += p0f
Added: head/net-mgmt/onionlauncher/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/onionlauncher/Makefile Wed Jul 13 21:02:10 2016 (r418505)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= onionlauncher
+PORTVERSION= 0.0.1
+DISTVERSIONPREFIX= v
+CATEGORIES= net-mgmt
+
+MAINTAINER= neel at 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>
Added: head/net-mgmt/onionlauncher/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/onionlauncher/distinfo Wed Jul 13 21:02:10 2016 (r418505)
@@ -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
Added: head/net-mgmt/onionlauncher/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/net-mgmt/onionlauncher/pkg-descr Wed Jul 13 21:02:10 2016 (r418505)
@@ -0,0 +1,3 @@
+OnionLauncher is a launcher for Tor written in Python and PyQt5.
+
+WWW: https://www.github.com/neelchauhan/OnionLauncher
More information about the svn-ports-all
mailing list