Date: Mon, 6 Feb 2017 09:04:45 +0000 (UTC) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433479 - in head/net-mgmt: . networkmgr networkmgr/files Message-ID: <201702060904.v1694jjf073121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Mon Feb 6 09:04:45 2017 New Revision: 433479 URL: https://svnweb.freebsd.org/changeset/ports/433479 Log: NetworkMgr is an open source, Network Manager based on the look of the Linux Network Manager user interface. It use ifconfig and netif if make all work. WWW: https://github.com/GhostBSD/networkmgr PR: 216685 Submitted by: ericturgeon.bsd@gmail.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9405 Added: head/net-mgmt/networkmgr/ head/net-mgmt/networkmgr/Makefile (contents, props changed) head/net-mgmt/networkmgr/distinfo (contents, props changed) head/net-mgmt/networkmgr/files/ head/net-mgmt/networkmgr/files/pkg-message.in (contents, props changed) head/net-mgmt/networkmgr/pkg-descr (contents, props changed) head/net-mgmt/networkmgr/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Mon Feb 6 09:02:58 2017 (r433478) +++ head/net-mgmt/Makefile Mon Feb 6 09:04:45 2017 (r433479) @@ -174,6 +174,7 @@ SUBDIR += netspoc SUBDIR += netustad SUBDIR += netwag + SUBDIR += networkmgr SUBDIR += netwox SUBDIR += netxms SUBDIR += nfdump Added: head/net-mgmt/networkmgr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/networkmgr/Makefile Mon Feb 6 09:04:45 2017 (r433479) @@ -0,0 +1,25 @@ +# Created by: Eric Turgeon <ericturgeon.bsd@gmail.org> +# $FreeBSD$ + +PORTNAME= networkmgr +PORTVERSION= 2.2 +CATEGORIES= net-mgmt +MASTER_SITES= http://github.com/GhostBSD/${PORTNAME}/archive/ + +MAINTAINER= ericturgeon.bsd@gmail.com +COMMENT= FreeBSD/GhostBSD network conection manager + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= doas:security/doas + +USE_GITHUB= yes +GH_ACCOUNT= GhostBSD + +USES= python:2.7 +USE_PYTHON= distutils +USE_GNOME= pygtk2 + +SUB_FILES= pkg-message + +.include <bsd.port.mk> Added: head/net-mgmt/networkmgr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/networkmgr/distinfo Mon Feb 6 09:04:45 2017 (r433479) @@ -0,0 +1,3 @@ +TIMESTAMP = 1485637875 +SHA256 (GhostBSD-networkmgr-2.2_GH0.tar.gz) = 7af236cd96941199f0e42973bd35146de9ac4be045448081b0b890f92f2a68ab +SIZE (GhostBSD-networkmgr-2.2_GH0.tar.gz) = 21782 Added: head/net-mgmt/networkmgr/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/networkmgr/files/pkg-message.in Mon Feb 6 09:04:45 2017 (r433479) @@ -0,0 +1,18 @@ +====================================================================== + +Any bug reports or request of new feature should be addressed at: + https://github.com/GhostBSD/networkmgr/issues + +Make sure that the %%ETCDIR%%/doas.conf have someting simular like this: + + permit nopass keepenv :wheel cmd netcardmgr + permit nopass keepenv :wheel cmd detect-nics + permit nopass keepenv :wheel cmd detect-wifi + permit nopass keepenv :wheel cmd ifconfig + permit nopass keepenv :wheel cmd service + permit nopass keepenv :wheel cmd wpa_supplicant + +When rebooting it should automaticaly start is the desktop support xdg and make +sure that the user using NetworkMgr is in the wheel group. + +====================================================================== Added: head/net-mgmt/networkmgr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/networkmgr/pkg-descr Mon Feb 6 09:04:45 2017 (r433479) @@ -0,0 +1,4 @@ +NetworkMgr is an open source, Network Manager based on the look of the Linux +Network Manager user interface. It use ifconfig and netif if make all work. + +WWW: https://github.com/GhostBSD/networkmgr Added: head/net-mgmt/networkmgr/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/networkmgr/pkg-plist Mon Feb 6 09:04:45 2017 (r433479) @@ -0,0 +1,45 @@ +bin/netcardmgr +bin/networkmgr +etc/xdg/autostart/networkmgr.desktop +%%PYTHON_SITELIBDIR%%/networkmgr-1.10-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/networkmgr-1.10-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/networkmgr-1.10-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/networkmgr-1.10-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/networkmgr-1.10-py%%PYTHON_VER%%.egg-info/top_level.txt +%%DATADIR%%/authentication.py +%%DATADIR%%/icons/nm-adhoc.png +%%DATADIR%%/icons/nm-device-wired-autoip.png +%%DATADIR%%/icons/nm-device-wired.png +%%DATADIR%%/icons/nm-device-wireless.png +%%DATADIR%%/icons/nm-device-wwan.png +%%DATADIR%%/icons/nm-mb-roam.png +%%DATADIR%%/icons/nm-no-connection.png +%%DATADIR%%/icons/nm-secure-lock.png +%%DATADIR%%/icons/nm-signal-0-secure.png +%%DATADIR%%/icons/nm-signal-0.png +%%DATADIR%%/icons/nm-signal-00-secure.png +%%DATADIR%%/icons/nm-signal-00.png +%%DATADIR%%/icons/nm-signal-100-secure.png +%%DATADIR%%/icons/nm-signal-100.png +%%DATADIR%%/icons/nm-signal-25-secure.png +%%DATADIR%%/icons/nm-signal-25.png +%%DATADIR%%/icons/nm-signal-50-secure.png +%%DATADIR%%/icons/nm-signal-50.png +%%DATADIR%%/icons/nm-signal-75-secure.png +%%DATADIR%%/icons/nm-signal-75.png +%%DATADIR%%/icons/nm-tech-3g.png +%%DATADIR%%/icons/nm-tech-cdma-1x.png +%%DATADIR%%/icons/nm-tech-edge.png +%%DATADIR%%/icons/nm-tech-evdo.png +%%DATADIR%%/icons/nm-tech-gprs.png +%%DATADIR%%/icons/nm-tech-hspa.png +%%DATADIR%%/icons/nm-tech-umts.png +%%DATADIR%%/icons/nm-vpn-active-lock.png +%%DATADIR%%/icons/nm-vpn-connecting12.png +%%DATADIR%%/icons/nm-vpn-connecting13.png +%%DATADIR%%/icons/nm-vpn-connecting14.png +%%DATADIR%%/icons/nm-vpn-lock.png +%%DATADIR%%/icons/nm-vpn-standalone-lock.png +%%DATADIR%%/icons/nm-wwan-tower.png +%%DATADIR%%/net_api.py +%%DATADIR%%/trayicon.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702060904.v1694jjf073121>