Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2009 10:47:09 -0500 (EST)
From:      "J.R. Oldroyd" <fbsd@opal.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/140473: new port: net-mgmt/wifimgr WiFi Networks Manager
Message-ID:  <200911111547.nABFl9p0022120@shibato.opal.com>
Resent-Message-ID: <200911111550.nABFo1Pj081642@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         140473
>Category:       ports
>Synopsis:       new port: net-mgmt/wifimgr WiFi Networks Manager
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 11 15:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     J.R. Oldroyd
>Release:        FreeBSD 8.0-RC2 amd64
>Organization:
>Environment:
System: FreeBSD xx.opal.com 8.0-RC2 FreeBSD 8.0-RC2 #1 r198553: Wed Oct 28 16:43:17 EDT 2009 xx@xx.opal.com:/usr/src/sys/amd64/compile/XX amd64
>Description:
wifimgr is a GUI-based tool to assist with management of WiFi network
passwords
>How-To-Repeat:
n/a
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	net-mgmt/wifimgr
#	net-mgmt/wifimgr/distinfo
#	net-mgmt/wifimgr/pkg-descr
#	net-mgmt/wifimgr/pkg-plist
#	net-mgmt/wifimgr/Makefile
#
echo c - net-mgmt/wifimgr
mkdir -p net-mgmt/wifimgr > /dev/null 2>&1
echo x - net-mgmt/wifimgr/distinfo
sed 's/^X//' >net-mgmt/wifimgr/distinfo << '27cfa1d67e47363e24757719a9fd639c'
XMD5 (wifimgr-1.0.tar.bz2) = fafcbbbf1204f4b88d43eead34d8aba3
XSHA256 (wifimgr-1.0.tar.bz2) = 8362e1cad12b0301d9e910424ed2fb758769226d8c0171bd37578705c4f1f0af
XSIZE (wifimgr-1.0.tar.bz2) = 90264
27cfa1d67e47363e24757719a9fd639c
echo x - net-mgmt/wifimgr/pkg-descr
sed 's/^X//' >net-mgmt/wifimgr/pkg-descr << 'f8e2dc81c5d88dfbc2cc2063d50979fb'
Xwifimgr is a GTK+-based GUI for management of WiFi networks on BSD systems.
XIt acts as an interface to the existing /etc/wpa_supplicant.conf networks
Xconfiguration file, and supports WEP and WPA-PSK security.
X
Xwifimgr was designed for users of the XFce4 window manager but will work
Xin any environment with GTK+ libraries installed.
X
XWWW: http://opal.com/freebsd/ports/net-mgmt/wifimgr
f8e2dc81c5d88dfbc2cc2063d50979fb
echo x - net-mgmt/wifimgr/pkg-plist
sed 's/^X//' >net-mgmt/wifimgr/pkg-plist << '97d60b8f22c3f70e9b0f247f7c63cf33'
Xbin/wifimgr
Xlibexec/wifimgrsu
X%%DATADIR%%/icons/freebsd-surf.png
X%%DATADIR%%/icons/padlock-open.png
X%%DATADIR%%/icons/padlock-unk.png
X%%DATADIR%%/icons/padlock-wep.png
X%%DATADIR%%/icons/padlock-wpa.png
X%%DATADIR%%/icons/signal_bars_0.png
X%%DATADIR%%/icons/signal_bars_1.png
X%%DATADIR%%/icons/signal_bars_2.png
X%%DATADIR%%/icons/signal_bars_3.png
X%%DATADIR%%/icons/signal_bars_4.png
X%%DATADIR%%/icons/signal_bars_5.png
X%%DATADIR%%/icons/wifimgr.png
X%%DATADIR%%/icons/wifimgr24green.png
Xshare/applications/wifimgr.desktop
Xshare/icons/hicolor/16x16/apps/wifimgr.png
Xshare/icons/hicolor/22x22/apps/wifimgr.png
Xshare/icons/hicolor/24x24/apps/wifimgr.png
Xshare/icons/hicolor/32x32/apps/wifimgr.png
Xshare/icons/hicolor/48x48/apps/wifimgr.png
Xshare/icons/hicolor/64x64/apps/wifimgr.png
Xshare/icons/hicolor/scalable/apps/wifimgr.svg
X@comment %%NLS%%/share/locale/xx/LC_MESSAGES/wifimgr.mo
X@dirrm %%DATADIR%%/icons
X@dirrm %%DATADIR%%
97d60b8f22c3f70e9b0f247f7c63cf33
echo x - net-mgmt/wifimgr/Makefile
sed 's/^X//' >net-mgmt/wifimgr/Makefile << '6f207383fdb3870e44822a96aa263f2d'
X# New ports collection makefile for:	wifimgr
X# Date created:				2009 November 10
X# Whom:					J.R. Oldroyd <fbsd@opal.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	wifimgr
XPORTVERSION=	1.0
XCATEGORIES=	net-mgmt sysutils
XMASTER_SITES=	http://opal.com/freebsd/ports/net-mgmt/wifimgr/
X
XMAINTAINER=	fbsd@opal.com
XCOMMENT=	WiFi Networks Manager
X
XUSE_BZIP2=	yes
XUSE_XORG=	x11
XUSE_GNOME=	gtk20 pkgconfig
XINSTALLS_ICONS=	yes
X
X.if !defined(WITHOUT_NLS)
XUSE_GETTEXT=	yes
XPLIST_SUB=	NLS="@comment "
X.else
XMAKE_ENV+=	CFLAGS="-DWITHOUT_NLS"
XPLIST_SUB=	NLS=""
X.endif
X
XMAN8=		wifimgr.8
X
X.include <bsd.port.mk>
6f207383fdb3870e44822a96aa263f2d
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911111547.nABFl9p0022120>